google-research / clevr_robot_env

CLEVR-Robot: a reinforcement learning environment combining vision, language and control.
Apache License 2.0
125 stars 14 forks source link

NameError: name 'mujoco_env' is not defined #3

Closed xiaohythu closed 4 years ago

xiaohythu commented 4 years ago

when I run the example.py with "

python example.py

" A following error occured:

No module named 'clevr_robot_env' Traceback (most recent call last): File "example.py", line 25, in from env import ClevrEnv File "/home/rll/xiaohouyuan/clevr_robot_env-master/env.py", line 86, in class ClevrEnv(mujoco_env.MujocoEnv, utils.EzPickle): NameError: name 'mujoco_env' is not defined