Autonomous-Driving-in-Carla-using-Deep-Reinforcement-Learning
Autonomous-Driving-in-Carla-using-Deep-Reinforcement-Learning copied to clipboard
Encoder could not be initialized.
Couldn't import Carla egg properly pygame 2.1.2 (SDL 2.0.18, Python 3.8.10) Hello from the pygame community. https://www.pygame.org/contribute.html INFO: Found the required file in cache! Carla/Maps/Nav/Town07.bin Encoder could not be initialized.
Exit
I tried Carla 0.9.8. it still gets this error Couldn't import Carla egg properly pygame 2.1.2 (SDL 2.0.18, Python 3.8.10) Hello from the pygame community. https://www.pygame.org/contribute.html WARNING: Version mismatch detected: You are trying to connect to a simulator that might be incompatible with this API WARNING: Client API version = 0.9.13 WARNING: Simulator API version = e32e6bff
might be the problem of CUDA or Pytorch, in my case I just reinstalled these two with the follow command conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia which works
has someone solve it? i have the same problem in windows @nsliem745