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 to run ddpg #64

Open EvaluationResearch opened 3 years ago

EvaluationResearch commented 3 years ago

Hi team,

Would you please help me clarify this

Is "local_q_func" = true for training DDPG? Just with this parameter?