gym-idsgame
gym-idsgame copied to clipboard
Errors during training and simulations
Hello, thanks for your interesting tool. I have a few points that need clarification:
First: I got the error below while trying to run experiments in simulations
Traceback (most recent call last):
File "/idsgame/gym-idsgame/experiments/simulations/v0/attack_maximal_vs_defend_minimal/run.py", line 81, in
Process finished with exit code 1
Second: I also got the error below while trying to run experiments in training (idsgame) Workstation-PC:~/idsgame/gym-idsgame/experiments/training/v7/two_agents/actor_critic$ sudo ./run.sh File "run.py", line 21 def default_output_dir() -> str: ^ SyntaxError: invalid syntax
Third: Where are the experiences through which agents can be trained by PPO (mentioned in the paper)? In examples, PPO is not working, but tabular_q_learning.py is working