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

ModuleNotFoundError: No module named 'maddpg.common' #76

Open yanmmmm opened 11 months ago

yanmmmm commented 11 months ago

When I run the train.py, I've encountered an issue with "No module named 'maddpg.common'" even though I've added the path correctly. Could you please help me identify what might be causing this problem? Thank you!

2197808908a commented 1 month ago

你没有安装成功