-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault #12
Comments
some update:
some GPU (GPU id: 1) may not using nvidia driver, but llvmpipe instead. Any specification to this GPU will lead to the segmentation fault. |
I also met this problem when using issacgym. So have you fixed this problem? |
Hi @gemcollector , Isaac Gym is currently only available on nvidia GPU, you can specify the GPU (such as cuda:2) to run on by adding Hope this can help you. |
Hi @quantumiracle , Thank you for your sharing, this information is very valuable! |
@gemcollector I just specify the device as suggested by @cypypccpy to avoid the GPU using llvmpipe as a temporal solution. |
Hi,
When I run experiments with
python train.py --task=ShadowHandOver --algo=ppo
, it generates the following error:I know this might not be an issue of the repo, but the compatibility of Nvidia gpu driver. Just to post here to see if anyone has the solution.
My test GPU is Nvidia A6000 with NVIDIA-SMI 510.85.02 Driver Version: 510.85.02 CUDA Version: 11.6
The text was updated successfully, but these errors were encountered: