Closed dzy666fly closed 2 years ago
Hi, Thanks for raising the issue. We updated the repository and instructions to make the repository a pip package. Hopefully, that should make it easier to work and import earl_benchmark. Please let us know if the updated instructions do not resolve the issue.
Thanks you very much. This issue is resovled. Well, after creating environment with code conda create -n earl python=3.7
and
pip install -e .
, it shows
'File "xxx/anaconda3/envs/earl/lib/python3.7/site-packages/gym/envs/mujoco/mujoco_rendering.py", line 8, in
Hi,
You shouldn't require pip install mujoco
. We updated the requirement in the env.yml
/setup.py
to use the compatible version of the gym (which should avoid using this issue). Please try recreating the environment, and let us know if the issue persists. Thanks!
Hello! Thanks for sharing the benchmark. After using conda to create environment earl and activate it , error ouccurs.
import earl_benchmark Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'earl_benchmark’
Maybe something is missed in env.yml? How can I solve this problem?