ElegantRL icon indicating copy to clipboard operation
ElegantRL copied to clipboard

None of the IsaacGym related examples work

Open hskalin opened this issue 2 years ago • 2 comments

running the following demo

python examples/demo_Isaac_Gym.py

throws up the error

Traceback (most recent call last):
  File "examples/demo_Isaac_Gym.py", line 6, in <module>
    from elegantrl.train.run import train_and_evaluate
ImportError: cannot import name 'train_and_evaluate' from 'elegantrl.train.run' 

Also the tutorial code throws the following error:

Traceback (most recent call last):
  File "mytest.py", line 3, in <module>
    from elegantrl.envs.IsaacGym import IsaacVecEnv, IsaacOneEnv
  File "/home/nilaksh/rl/ElegantRL/elegantrl/envs/IsaacGym.py", line 5, in <module>
    from elegantrl.envs.isaac_tasks import isaacgym_task_map
ModuleNotFoundError: No module named 'elegantrl.envs.isaac_tasks'

Hence I request you to please solve these issues. I'm using the latest version of ERL

hskalin avatar Jun 15 '23 12:06 hskalin

Facing the same problem. Is there any update? Thanks!

CRHPlusAI avatar Aug 28 '23 13:08 CRHPlusAI

Same problem... Do you have any solution?

HiFei8816 avatar Aug 04 '24 19:08 HiFei8816