ermongroup / multiagent-gail

MIT License
80 stars 24 forks source link

No module named 'make_env' #3

Closed testerpce closed 5 years ago

testerpce commented 5 years ago

On running the code "python -m sandbox.mack.run_simple" from the terminal in a conda environment, I am getting the error, No module named 'make_env'. The same error comes when I am running the code "python -m irl.mack.run_mack_gail [discrete]".

jiamings commented 5 years ago

make_env should appear here: https://github.com/ermongroup/multiagent-gail/tree/master/multiagent-particle-envs

I think you might want to deal with python path, or use pip install -e . in the particle env directory.