maddpg
maddpg copied to clipboard
Having trouble with import maddpg
I am having trouble when I run python3 train.py --scenario simple
File "train.py", line 12, in
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}