conglu1997 / v-d4rl

Challenges and Opportunities in Offline Reinforcement Learning from Visual Observations
MIT License
94 stars 9 forks source link

Failed to run DrQ+BC evaluation #4

Closed levilovearch closed 1 year ago

levilovearch commented 1 year ago

Dear developer,

Thanks for your work. I followed your instructions strictly while failed to run DrQ+BC evaluation with the following error: Traceback (most recent call last): File "drqbc/train.py", line 20, in <module> import dmc File "/vd4rl/drqbc/dmc.py", line 14, in <module> from envs.distracting_control.suite import distracting_wrapper ModuleNotFoundError: No module named 'envs' Have you run into a similar problem before?

Many thanks, Levi

conglu1997 commented 1 year ago

Hi, envs simply refers to https://github.com/conglu1997/v-d4rl/tree/main/envs

I would check your PYTHONPATH: https://www.geeksforgeeks.org/pythonpath-environment-variable-in-python/