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 evaluate maddpg? #57

Open Xinlei-Ren opened 3 years ago

Xinlei-Ren commented 3 years ago

how to load .pkl file to evaluate maddpg? Have a function or related code? thanks