isaac-sim / IsaacLab

Unified framework for robot learning built on NVIDIA Isaac Sim
https://isaac-sim.github.io/IsaacLab
Other
2.28k stars 934 forks source link

[Question] Failed to Run IsaacLab with 4090 on Ubuntu 20.04 #1404

Open YuHoChau opened 1 week ago

YuHoChau commented 1 week ago

Question

Hi, I've been trying to install IsaacLab on my workstation running Ubuntu 20.04. I followed all the steps using the binaries installation method. I successfully verified the installation on another PC with an RTX 3080 GPU, so I believe the method should be correct.

However, while some demos (such as the showroom demos featuring quadrupeds) run successfully, others, including demos with RL wrappers (like training with rsl_rl on the Isaac-Reach-Franka-v0 task), fail. Specifically, for some showroom demos, the Isaac Sim window crashes. For rsl_rl demos, it reports errors:

[INFO]: Base environment: Environment device : cuda:0 Environment seed : 42 Physics step-size : 0.016666666666666666 Rendering step-size : 0.03333333333333333 Environment step-size : 0.03333333333333333

failed call to posix_fadvise(-9223232211531366400, -1389729927752357637)ret=22, errno=0 'Success'
failed call to posix_madvise(-9223232211531366400, -1389729927752357637)ret=22, errno=0 'Success'
LLVM ERROR: out of memory

For reference, I am using the recommended driver vision 535.192.03 with CUDA 11.8, on a 4090 + 13900k workstation with 32G RAM. I have re-installed the ubuntu system and I have tested Isaac Sim and be sure it works well so I assume the problem is from IsaacLab. If someone had the similar questions and fixed it, please let me know. Thank you for your help.

RandomOakForest commented 1 week ago

This is due to a known issue the team is addressing. Will tag for fixing. Thanks for posting this.

YuHoChau commented 1 week ago

Thank you for your feedback. Just curious, could this issue be related to specific hardware compatibility with Ubuntu 20.04? I reinstalled everything on Ubuntu 22.04, and it works fine on most of the demos, still reporting "LLVM ERROR: out of memory" in some rsl_rl demos.

RandomOakForest commented 1 week ago

It may be related to a driver issue. The team is investigating this. Thanks.