From 709fbc500e437c6c8aa9dfd79f69ef46709f2629 Mon Sep 17 00:00:00 2001 From: SunilSamra Date: Wed, 7 Jun 2023 09:19:30 +0100 Subject: [PATCH] 893 - removed print statements for demonstration --- src/primaite/environment/primaite_env.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/primaite/environment/primaite_env.py b/src/primaite/environment/primaite_env.py index 3de1111b..03798c3b 100644 --- a/src/primaite/environment/primaite_env.py +++ b/src/primaite/environment/primaite_env.py @@ -423,7 +423,6 @@ class Primaite(Env): _action: The action space from the agent """ # At the moment, actions are only affecting nodes - print("ACTION:", self.action_dict[_action]) if self.action_type == ActionType.NODE: self.apply_actions_to_nodes(_action) elif self.action_type == ActionType.ACL: