Hi:
Recently, i tried to run example with"python play.py --task=anymal_c_flat", and got the message with this. And,the isaac gym window appears and then disappear.
For some reason i reinstalled my NVIDIA driver. I am new at siaac gym, and don’t know how to solve it successfully after trying .
(rlgpu) dingle@dingle-HP-Z840-Workstation:~/legged_gym/legged_gym/scripts$ python train.py --task=anymal_c_flat
Importing module 'gym_37' (/home/dingle/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_37.so)
Setting GYM_USD_PLUG_INFO_PATH to /home/dingle/isaacgym/python/isaacgym/_bindings/linux-x86_64/usd/plugInfo.json
PyTorch version 1.10.0+cu113
Device count 1
/home/dingle/isaacgym/python/isaacgym/_bindings/src/gymtorch
Using /home/dingle/.cache/torch_extensions/py37_cu113 as PyTorch extensions root...
Emitting ninja build file /home/dingle/.cache/torch_extensions/py37_cu113/gymtorch/build.ninja...
Building extension module gymtorch...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
ninja: no work to do.
Loading extension module gymtorch...
Setting seed: 1
Not connected to PVD
+++ Using GPU PhysX
Physics Engine: PhysX
Physics Device: cuda:0
GPU Pipeline: enabled
Segmentation fault (core dumped)
here is my new NVIDIA driver information (nvidia-smi):
Thu May 26 16:31:07 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 510.60.02 Driver Version: 510.60.02 CUDA Version: 11.6 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:04:00.0 On | N/A |
| 0% 54C P8 48W / 400W | 78MiB / 12288MiB | 1% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1474 G /usr/lib/xorg/Xorg 74MiB |
+-----------------------------------------------------------------------------+
Thanks for every helps !