Replies: 2 comments
-
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.
0 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 --headless
the 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