Luca96 / carla-driving-rl-agent

Code for the paper "Reinforced Curriculum Learning for Autonomous Driving in CARLA" (ICIP 2021)
MIT License
98 stars 23 forks source link

Could not load dynamic library 'cudart64_101.dll' and others #13

Open RamyB2000 opened 2 years ago

RamyB2000 commented 2 years ago

when i run the script that's what happened any solution? image

Luca96 commented 2 years ago

Hi, the warning about the CUDA libraries is related to your installation of Nvidia cuda, cudnn, etc. Anyway this is just a warning not an error, and means that if TF is not able to use the GPU will fallback to the CPU instead, but the execution of the code won't be interrupted.

The true error is this one:

OSError: [WinError 126] The specified module could not be found

And it seems related to the scipy package. Have you installed it?