Apply suggestions from code review.

This commit is contained in:
Marek Wolan
2024-02-08 13:20:32 +00:00
parent c35c060448
commit 9b350ddd6f
2 changed files with 10 additions and 2 deletions

View File

@@ -307,7 +307,8 @@
"The blue agent's reward is calculated using two measures:\n",
"1. Whether the database file is in a good state (+1 for good, -1 for corrupted, 0 for any other state)\n",
"2. Whether each green agents' most recent webpage request was successful (+1 for a `200` return code, -1 for a `404` return code and 0 otherwise).\n",
"The file status reward and the two green-agent-related reward are averaged to get a total step reward.\n"
"\n",
"The file status reward and the two green-agent-related rewards are averaged to get a total step reward.\n"
]
},
{