You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.
The text was updated successfully, but these errors were encountered: