Closed dragon28 closed 4 years ago
I noticed this as well. Looks like maddpg is actually in ray.rllib.contrib.maddpg
. So import that and it should work.
I made a PR for this https://github.com/wsjeon/maddpg-rllib/pull/7
@sanjeevanahilan thank you for pointing it out.
:+1:
Hello Developers,
I am having issue with
ModuleNotFoundError: No module named 'ray.rllib.agents.maddpg'
whenimport ray.rllib.agents.maddpg.maddpg as maddpg
.I happened when I tried to run the
python3 run_maddpg.py
at cloned the following git repository https://github.com/wsjeon/maddpg-rllibOS: Ubuntu 18.04 64-bits
Python version:
Tensorflow version: 1.14.0 (CPU)
Pytorch version: 1.2.0+cpu
Thanks