Open ishanivyas opened 6 years ago
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}
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'