AI4Finance-Foundation / ElegantRL

Massively Parallel Deep Reinforcement Learning. 🔥
https://ai4finance.org
Other
3.64k stars 833 forks source link

No module named 'multiagent' #124

Closed BlueBlueGrey closed 2 years ago

BlueBlueGrey commented 2 years ago

Thanks for the project. when i run 【ElegantRL/elegantrl_helloworld/MARL/eRL_demo_MADDPG.py】,there are some error:

File "eRL_demo_MADDPG.py", line 1465, in mpe_make_env from multiagent.environment import MultiAgentEnv ModuleNotFoundError: No module named 'multiagent'

I can't find 【multiagent.environmen】the part in ElegantRL project.

BlueBlueGrey commented 2 years ago

I installed openai/multiagent-particle-envs to sovle it