Syrlander / numpad-gym

3 stars 0 forks source link

When I register the numpad env, I got an error No module named 'rl_thesis', I want to know what rl_thesis is. #1

Closed hydro-man closed 1 year ago

hydro-man commented 1 year ago

Traceback (most recent call last): File "C:/Users/HNXCD/Desktop/V-MPO_torch/test/test04.py", line 1, in <module> import numpad_gym File "D:\app\Anaconda\envs\gym_env\lib\site-packages\numpad_gym-0.1-py3.7.egg\numpad_gym\__init__.py", line 1, in <module> File "D:\app\Anaconda\envs\gym_env\lib\site-packages\numpad_gym-0.1-py3.7.egg\numpad_gym\numpad_continuous\__init__.py", line 1, in <module> File "D:\app\Anaconda\envs\gym_env\lib\site-packages\numpad_gym-0.1-py3.7.egg\numpad_gym\numpad_continuous\numpad.py", line 12, in <module> ModuleNotFoundError: No module named 'rl_thesis'

Emil2468 commented 1 year ago

rl_thesis was the module in which we originally implemented the numpad gym, the issue should be fixed now by importing all needed classes from numpad_gym module instead. Thank you for letting us know.