893 - removed print statements for demonstration

This commit is contained in:
SunilSamra
2023-06-07 09:19:30 +01:00
parent 57b982eea3
commit 709fbc500e

View File

@@ -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: