reinforcement-learning icon indicating copy to clipboard operation
reinforcement-learning copied to clipboard

No module named 'carla.driving_benchmark'

Open nuomizai opened this issue 4 years ago • 4 comments

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 ?

nuomizai avatar May 08 '20 09:05 nuomizai

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

d34dl0ckk avatar Jun 11 '20 11:06 d34dl0ckk

@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!

Fangwq avatar Nov 10 '20 12:11 Fangwq

@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.

EchoYJJ avatar Mar 14 '21 02:03 EchoYJJ

@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

TrinhTuanHung2021 avatar Oct 01 '21 11:10 TrinhTuanHung2021