Replies: 5 comments 1 reply
-
| Hi, PhysX is supported on Blackwell GPUs, including the 6000 Pro you're using. It's recommended to use the latest production branch drivers. See Technical Requirements for recommended driver versions. I would recommend to try R570 driver to see if you notice the same issue. | 
Beta Was this translation helpful? Give feedback.
-
| I have the exact same problem in the Docker container. I'm using an RTX 5070 Ti with driver version 570.153.02. I have also tried the 575 driver, but without success. | 
Beta Was this translation helpful? Give feedback.
-
| I have the same problem. I'm using an RTX 5070 with driver version 580.82.07 | 
Beta Was this translation helpful? Give feedback.
-
| According to this issue, the reason for this error may be that PhysX does not yet support the latest version of the driver. Downgrading the NVIDIA driver version to 570.195.03 worked for me. My environment is Ubuntu 24.04 on a physical machine with an RTX 4090. | 
Beta Was this translation helpful? Give feedback.
-
| I have the exact same problem. My environment is Ubuntu 22.04 with an RTX 6000 Ada. NVIDIA driver version is 580.95.05. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
After installing Isaac Lab successfully, the simulation does not run on GPU.
When running the following command:
./isaaclab.sh -p scripts/reinforcement_learning/rsl_rl/train.py --task=Isaac-Ant-v0 --headlessthe process starts normally, but falls back to CPU due to a PhysX GPU solver failure.
System Information
Logs / Error Message
What I Tried
Verified that CUDA is installed and GPU is detected (nvidia-smi shows GPU working).
The device cuda:0 is correctly recognized by Isaac Lab.
However, PhysX reports GPU pipeline failure and falls back to software simulation.
Expected Behavior
Simulation should run using the GPU pipeline without falling back to CPU.
Questions
Beta Was this translation helpful? Give feedback.
All reactions