carla-simulator / reinforcement-learning

Reinforcement learning baseline agent trained with the Actor-critic (A3C) algorithm.
Other
238 stars 60 forks source link

No module named 'carla.driving_benchmark' #20

Closed nuomizai closed 1 year ago

nuomizai commented 4 years ago

When I run python run_RL.py on windows10, an error occurs: ModuleNotFoundError: No module named 'carla.driving_benchmark' Does anyone know how to solve it ?

d34dl0ckk commented 4 years ago

You just need to copy the carla folder in your working directory. Hope this helps!

Fangwq commented 3 years ago

@AminaBa, I have the same problem, and I test the code on 0.9.10.1. Could you explain it in detail? Thank you very much!

EchoYJJ commented 3 years ago

@Aminaba, I have the same problem, and I test the code on 0.9.10.1. Could you explain it in detail? Thank you very much!

@4mina @Fangwq Do you have any solutions?Thanks.

TrinhTuanHung2021 commented 2 years ago

@Aminaba, I have the same problem, and I test the code on 0.9.10.1. Could you explain it in detail? Thank you very much!

@4mina @Fangwq Do you have any solutions?Thanks.

you copy folder carla in Carla 0.8.2 to your working directory. In this folder it has driving_benchmark folder.

image