893 - returned config_values in conftest to move run_generic_set_actions into test_single_action_space.py

This commit is contained in:
SunilSamra
2023-06-06 13:21:04 +01:00
parent 7cef392f14
commit efd0f6ed08
5 changed files with 52 additions and 45 deletions

View File

@@ -368,7 +368,7 @@ class Primaite(Env):
self.step_count,
self.config_values,
)
print(f" Step {self.step_count} Reward: {str(reward)}")
# print(f" Step {self.step_count} Reward: {str(reward)}")
self.total_reward += reward
if self.step_count == self.episode_steps:
self.average_reward = self.total_reward / self.step_count