starry-sky6688 / MADDPG

Pytorch implementation of the MARL algorithm, MADDPG, which correspondings to the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments".
537 stars 83 forks source link

agent.silent = false通信的问题 #40

Closed kyuzizi-inf closed 8 months ago

kyuzizi-inf commented 8 months ago

设置为agent.slient = false的时候,出现AttributeError: 'MultiDiscrete' object has no attribute 'n'问题 改回agent.slient = true时就可以顺利运行 请问出现这个问题是跟maddpg的结构有关吗

starry-sky6688 commented 8 months ago

这个和算法没关系,是MPE环境版本的问题