You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 errorModuleNotFoundError: No module named 'badger_utils'
. When I trace the error by running each import manually in python, I find that there is nobadger_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!
The text was updated successfully, but these errors were encountered: