893 - added new line for assert statements

This commit is contained in:
SunilSamra
2023-06-06 15:54:35 +01:00
parent 2eff3912fb
commit 6cc9516744
2 changed files with 4 additions and 2 deletions

View File

@@ -423,6 +423,7 @@ 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: