Closed LiangZhisama closed 1 month ago
Hi @LiangZhisama
It seems to be GPU driver is not working.
Use nvidia-smi
to show GPU info
Hi @LiangZhisama
It seems to be GPU driver is not working. Use
nvidia-smi
to show GPU info
Thanks so much for your quick reply! Actually I can run the code and get normal output without turning on the video recording function(which may actually correspond to env.render()). And here is my GPU info:
And here is the info by running nvcc-V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Thu_Mar_28_02:18:24_PDT_2024
Cuda compilation tools, release 12.4, V12.4.131
Build cuda_12.4.r12.4/compiler.34097967_0
Hi @LiangZhisama
It seems to be GPU driver is not working. Use
nvidia-smi
to show GPU info
Thanks for your answer! I notice that the updated NVIDIA driver version on remote server is incorrect, which is Xserver-xorg-video-nvidia-550-server
. After I re-install the version nvidia-driver-550-server
, problem solved.
Question
Hello everyone, I'm running Isaaclab on an ubuntu 20.04 remote server and installing via pip. Previously I was able to run and record videos and save them normally through command like
./isaaclab.sh -p source/standalone/workflows/rsl_rl/train.py --task Isaac-Reach-Franka-v0 --headless --video
but after I removed and re-updated the Nvidia drivers, the following problem occurred when recording video:Then the program falls into an infinite loop showing this. Here is the nvidia drivers information for typing
dpkg -l | grep nvidia
I am so frustrated with this issue and would appreciate any help you can give me! Also let me know if you guys need any additional information.