Autonomous-Driving-in-Carla-using-Deep-Reinforcement-Learning icon indicating copy to clipboard operation
Autonomous-Driving-in-Carla-using-Deep-Reinforcement-Learning copied to clipboard

Encoder could not be initialized

Open tangmida opened this issue 2 years ago • 3 comments

pygame 2.1.2 (SDL 2.0.18, Python 3.7.15) Hello from the pygame community. https://www.pygame.org/contribute.html Encoder could not be initialized.

Exit

tangmida avatar Aug 04 '23 06:08 tangmida

@tangmida did you solve the issue? i am facing the same problem

elpidak avatar Feb 05 '24 12:02 elpidak

image

The error is from this script. In my case, it's due to torch.cuda.is_available() returns False, so self.conv_encoder.load() doesn't work. I guess it's because of my torch version(1.13), my CUDA version(11.8) is not compatible with the required python version (3.7)

leishi23 avatar Mar 01 '24 16:03 leishi23