imitation-learning
imitation-learning copied to clipboard
How to run in carla 0.9.4
It seems that this CARLA version cannot be installed now.
Traceback (most recent call last):
File "run_CIL.py", line 4, in
I have the same question, do you solve it? Thanks
You could check the bachrc file whether it includes the right path of the carla module
Thanks for your reply ,I meet this question :ModuleNotFoundError: No module named 'carla.driving_benchmark'
make sure to export this:
export PYTHONPATH="pwd
/PythonClient:$PYTHONPATH"
Thanks for your reply ,I meet this question :ModuleNotFoundError: No module named 'carla.driving_benchmark'
Hi, Have you solved this problem?