MARL-code-pytorch
MARL-code-pytorch copied to clipboard
Discrete action
(MARL) root@5e4fd369caa6:~/code/MARL-code-pytorch/4.MADDPG_MATD3_MPE# python3 MADDPG_MATD3_main.py --algorithm MADDPG
Traceback (most recent call last):
File "MADDPG_MATD3_main.py", line 142, in
Then, I try to remove this argument'discrete' ------self.env = make_env(env_name). There appear this problem:
(MARL) root@5e4fd369caa6:~/code/MARL-code-pytorch/4.MADDPG_MATD3_MPE# python3 MADDPG_MATD3_main.py --algorithm MADDPG
Traceback (most recent call last):
File "MADDPG_MATD3_main.py", line 142, in
Could anyone help me?
I also met this problem, have you solved it?
No, I used other repos.
You should add multiagent and change make_env.py about discrete
Got it, Thanks for your answering~
I remove the argument 'discrete',and then change the multiagent-particle-envs-master\multiagent\environment\self.discrete_action_input = True, the code run successfully