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

How can I use DDPG to train it? #53

Closed CHH3213 closed 3 years ago

CHH3213 commented 3 years ago

"readme.md" said we can choose DDPG to train it, but it seems not useful. So if I want to use DDPG, how can I modify the code?