Closed Haochi1222 closed 7 months ago
Hello, you need train the agent first and then run the simulation using "simulate.py"
Hello, you need train the agent first and then run the simulation using "simulate.py"
Hello , Thank you for your reply,
I successfully run the train_dqn.sh file, but when I run the train.sh, It suggests that " 'tuple' object cannot be interpreted as an integer. " Sorry I'm a beginner in reinforcement learning,Have you encountered similar problems when running code? Looking forward to your reply. Thank you very much again.
Sorry it seems that I introduced some bug after I added the DQN
agent. You can checkout the old
branch which contains the working code when I published the paper.
Hello, sorry for the late update, but I think the code in the main
branch should also work now.
Hello, When I run the file, It suggests that No such file or directory: 'sim_stats\mappo\C\bs_stats.csv' & No such file or directory: 'logs/None_mappo_check.log' Could you please provide these folders? Thank you.