Luca96 / carla-driving-rl-agent

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

Version mismatch detected #28

Open NEUCFgod opened 6 months ago

NEUCFgod commented 6 months ago

Hello, there is a problem when I run main.py file, the CARLA version is 0.9.9.4,python is 3.7, this is is the problem: WARNING: Version mismatch detected: You are trying to connect to a simulator that might be incompatible with this API WARNING: Client API version = baf43b07 WARNING: Simulator API version = 784d9b9f Segmentation fault (core dumped)

Would you mind giving some questions?Thanks ^-^

Luca96 commented 6 months ago

Hi @NEUCFgod , please check the answers provided here and here.

In short:

Let me know if the issue is solved