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 nsliem745 opened this issue 2 years ago • 3 comments

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

nsliem745 avatar Jun 25 '23 14:06 nsliem745

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

nsliem745 avatar Jun 25 '23 17:06 nsliem745

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

hwang-thu avatar Aug 04 '23 13:08 hwang-thu

has someone solve it? i have the same problem in windows @nsliem745

elpidak avatar Feb 05 '24 12:02 elpidak