GoodAI/badger-2020

No module named badger_gym in CoralEnv.py line 7

justkittenaround opened this issue · 1 comments

I am trying to install and run the modular Badger experiments per the instructions on your README.

I have everything installed, I think. I had no error when installing (except I needed to install gym separate from the requirements.txt). I'm only using python3, and both pip and python direct to python3 commands.

However when I run the python coral/baseline_experiment.py with lr=0.0001 policy=RnnCommNet matrix=robot p_branching=0.5 command in the badger-2020/modular directory, I get an error ModuleNotFoundError: No module named 'badger_utils'. When I trace the error by running each import manually in python, I find that there is no badger_gym module from coral/environment/coral_env.py in line 7. Where is this file/files or module?

Did I miss something obvious or is there something missing?

Thanks for your time!

Okay so problem 1: baseline_experiment.py needs to be moved outside of the coral folder. Easy fix. :]

Problem 2 remains: there is no module badger_gym :[