Yann Bouteiller

Results 36 comments of Yann Bouteiller

Hi, have you set the trainer to cuda in config.json?

Strange, the trainer terminal should be using your GPU when running training steps then. Can you try to open another terminal and run nvidia-smi while training steps are being performed?

Nvidia-smi says that 50% of your GPU memory is used, but I am not sure whether this is from Trackmania or from the trainer terminal. What happens if you close...

So weird, I would expect pytorch to throw an error if it cannot use CUDA for any reason when CUDA_TRAINING is true

Yes that is the setting we use for real training. I have never tried CUDA-enabled training locally on my laptop because I don't even have a CUDA-enabled version of pytorch...

> I found this https://discuss.pytorch.org/t/nvidia-geforce-rtx-3050-ti-laptop-gpu-with-cuda-capability-sm-86-is-not-compatible-with-the-current-pytorch-installation/143837 > > Even though I don't really understand everything in it, I thought it might give you a clue as to what the problem may...

Hi, could you solve/locate the issue?

Closing for inactivity as I cannot reproduce the issue, please reopen if you experience something similar

Hello, you are the second person to contact us about this issue this week, I have not yet had time to fix this sorry. The other person seems to have...

(By the way @rmst this is the RTRL repo, same issue on RLRD, the custom `partial`-related functions don't work anymore with new versions of Gym I believe)