Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.
Isaac Sim Version
4.2.0
4.1.0
4.0.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Isaac Lab Version (if applicable)
1.2
1.1
1.0
Other (please specify):
Operating System
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: RTX 4090
- Driver Version: 535.129.03
Topic Description
Detailed Description
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:
However, since I have a 64G RAM, I donot believe it is related to “out of memory”. Thank you for your help.
Error Messages
failed call to posix_madvise(-9223231593716449280, -1389729927752357637)ret=22, errno=0 ‘Success’
failed call to posix_madvise(-9223231593716449280, -1389729927752357637)ret=22, errno=0 ‘Success’
LLVM ERROR: out of memory
./isaaclab.sh: line 263: 10514 Aborted (core dumped) ${python_exe} “$@”
Additional Information
What I’ve Tried
I am running the code on a 4090 + 13900KF + 64G RAM workstation. I have tried to re-intall the Ubuntu 20.04 system, and tried multiple GPU drivers (with different CUDA versions).