hubbs5 / or-gym

Environments for OR and RL Research
MIT License
373 stars 93 forks source link

import or_gym not working #5

Closed bazok100 closed 3 years ago

bazok100 commented 3 years ago

Hi, I am trying to import the or_gym module after pip installation but I keep having ModuleNotFoundError: No module named 'or_gym'. I am not sure why. Any help will be appreciated.

hdavid16 commented 3 years ago

@bazok100 if you run 'pip list' in a terminal is the package listed?

bazok100 commented 3 years ago

Yes it is listed when I run 'pip list'

bazok100 commented 3 years ago

It is working now. I am on Colab and had initially cloned and installed on content directory. I deleted and used pip install directly and it works fine. Thanks alot!