openai / maddpg

Code for the MADDPG algorithm from the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
https://arxiv.org/pdf/1706.02275.pdf
MIT License
1.59k stars 484 forks source link

SoftMultiCategoricalPd #40

Open sandeepnRES opened 4 years ago

sandeepnRES commented 4 years ago

Hi, you have commented that SoftMultiCategoricalPd: doesnt't work yet. File: maddpg/common/distributions.py Line: 272

Can you tell me have you fixed it or working on it?

And also can you please explain me difference between Distributions and its soft version, because in OpenAI/Baselines there is no Soft version. And will there be any problems if I use MultiCategoricalPd for MultiDiscrete action space?

Thanks

Vivian0322 commented 2 years ago

hi,have you fix it ? or does it work? i have the same problem,can we talk about it?