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

Is policy ensambles implemented in this repository? #60

Open 2015211289 opened 3 years ago

2015211289 commented 3 years ago

I read the paper of MADDPG but I can't find the implementaion of policy approximation and policy ensambles mentioned in the paper. Could anyone help me find out the codes in this repository?