maddpg icon indicating copy to clipboard operation
maddpg copied to clipboard

Having trouble with import maddpg

Open ishanivyas opened this issue 7 years ago • 1 comments

I am having trouble when I run python3 train.py --scenario simple File "train.py", line 12, in import maddpg ModuleNotFoundError: No module named 'maddpg'

ishanivyas avatar Sep 26 '18 21:09 ishanivyas

Please ensure that multiagent-particle-envs has been added to your PYTHONPATH (e.g. in ~/.bashrc or ~/.bash_profile).

You can attach the follow line in your bashrc or execute it in command line: export PYTHONPATH= /path/to/maddpg:${PYTHONPATH}

Acmece avatar Jun 20 '19 02:06 Acmece