isaac-sim / IsaacGymEnvs

Isaac Gym Reinforcement Learning Environments
Other
1.79k stars 392 forks source link

No module named 'isaacgymenvs.tasks.factory' #142

Closed nooshin-kohli closed 1 year ago

nooshin-kohli commented 1 year ago

Hi everyone! I am trying to test codes but after running I get this error:

Traceback (most recent call last): File "isaac_gym.py", line 15, in force_render=False File "/home/lenovo/miniconda3/envs/rlgpu/lib/python3.7/site-packages/isaacgymenvs/init.py", line 27, in make from isaacgymenvs.utils.rlgames_utils import get_rlgames_env_creator File "/home/lenovo/miniconda3/envs/rlgpu/lib/python3.7/site-packages/isaacgymenvs/utils/rlgames_utils.py", line 40, in from isaacgymenvs.tasks import isaacgym_task_map File "/home/lenovo/miniconda3/envs/rlgpu/lib/python3.7/site-packages/isaacgymenvs/tasks/init.py", line 34, in from .factory.factory_task_gears import FactoryTaskGears ModuleNotFoundError: No module named 'isaacgymenvs.tasks.factory'

I followed the installations but here is the error. Can you help me?

nooshin-kohli commented 1 year ago

It worked out by cloning this repo in the same directory as isaacgym.