MARL-code-pytorch icon indicating copy to clipboard operation
MARL-code-pytorch copied to clipboard

Concise pytorch implements of MARL algorithms, including MAPPO, MADDPG, MATD3, QMIX and VDN.

Results 16 MARL-code-pytorch issues
Sort by recently updated
recently updated
newest added

Hello, is there an implementation of MATD3 on SMAC? Thank you!

Hello, I got this code to work and I trained models. I can't find the way how to see them how well they perform tho. Could anyone help me navigate...

a_n = [agent.choose_action(obs, noise_std=0) for agent, obs in zip(self.agent_n, obs_n)] # We do not add noise when evaluating TypeError: 'NoneType' object is not iterable obs_n = None 怎么解决

@Lizhi-sjtu Thanks for your works! When i run MAPPO_MPE,I got this error: ![2532a8a47021913eb0406f9ae17ac0a](https://user-images.githubusercontent.com/92068333/202454546-865b6d70-6cfe-4e06-8c43-997168835952.jpg) How can I address this error? Hope your reply!

I found that when I modify ”Discrete==False“, the resulting action is not continuous.