902 - changed test comment to explain the outcome of the average reward

This commit is contained in:
SunilSamra
2023-05-25 14:36:26 +01:00
parent fc1b374cb2
commit cabbe4797d

View File

@@ -16,10 +16,10 @@ def test_rewards_are_being_penalised_at_each_step_function():
"""
On different steps (of the 13 in total) these are the following rewards for config_6 which are activated:
File System State: goodShouldBeCorrupt = 5 (Step 3)
Hardware State: onShouldBeOff = -2 (Step 5)
Service State: goodShouldBeCompromised = 5 (Step 7)
Operating System State (Software State): goodShouldBeCompromised = 5 (Step 10)
File System State: goodShouldBeCorrupt = 5 (between Steps 1 & 3)
Hardware State: onShouldBeOff = -2 (between Steps 4 & 6)
Service State: goodShouldBeCompromised = 5 (between Steps 7 & 9)
Operating System State (Software State): goodShouldBeCompromised = 5 (between Steps 10 & 12)
Total Reward: -2 - 2 + 5 + 5 + 5 + 5 + 5 + 5 = 26
Step Count: 13