Skip to content
Snippets Groups Projects
Commit efd8dbba authored by MasterScrat's avatar MasterScrat
Browse files

Fixed normalized reward

parent a2a82c83
No related branches found
No related tags found
1 merge request!288merging manually from branch 223_UpdateEditor_55_Notebooks
Pipeline #4380 failed
......@@ -435,7 +435,7 @@ class FlatlandRemoteEvaluationService:
"""
self.simulation_rewards_normalized[-1] += \
cumulative_reward / (
self.env._max_episode_steps +
self.env._max_episode_steps *
self.env.get_num_agents()
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment