isaac-sim / OmniIsaacGymEnvs

Reinforcement Learning Environments for Omniverse Isaac Gym
Other
762 stars 203 forks source link

Something wrong in ArticulationView of Isaac Sim2023.1.1 #132

Open MaoZhengquan opened 5 months ago

MaoZhengquan commented 5 months ago

I just imported the robot from my urdf file.When I train by rlgames_train.py,something is probably wrong. This is running under Ubuntu22.04,the version of isaac sim is 2023.1.1 2024-01-17 02:45:06 [27,424ms] [Error] [omni.physx.tensors.plugin] Pattern '/World/envs/*/humrob_v3' did not match any articulations

I can run it normally under Windows,the version of isaac sim is 2023.1.0-hotfix.1, the usd file is the same. So l try to uninstall isaac sim 2023.1.1 and install the previous version,but it had other error messages 2024-01-17 00:54:08 [6,958ms] [Error] [omni.kit.app._impl] [py stderr]: AttributeError: 'VecEnvRLGames' object has no attribute 'world'

Has anyone else encountered similar issues?

makolon commented 5 months ago

Hi, @MaoZhengquan ! I am facing the same problem. Have you found a solution?

MaoZhengquan commented 4 months ago

@makolon I downgraded the version to 2023.1.0-hotfix.1 and replaced the OIGE file downloaded before, and then it can run normally.Hope it helps you

eferreirafilho commented 4 months ago

I had a similar problem, using the URDF importer GUI in the 2022.2.1 and then OIGE in 2023.1.1 fixed it.

Reference: https://forums.developer.nvidia.com/t/unexpected-bug-change-in-articulationview-of-isaac2023-1-1/277224/10

MaoZhengquan commented 4 months ago

@eferreirafilho Thank you for your advice, I hope it helps others solve this problem!