Sentdex / Carla-RL

Reinforcement Learning codebase for self-driving car in Carla
MIT License
364 stars 98 forks source link

How to run these programs? #4

Closed tanghui0102 closed 4 years ago

tanghui0102 commented 4 years ago

At first,I downloaded this zip and uncompressed it into the folder D:\carla\PythonAPI\examples,when running the train.py,the result error: Traceback (most recent call last): File "train.py", line 9, in <module> from sources import start_carla, restart_carla File "D:\carla\PythonAPI\examples\sources\__init__.py", line 2, in <module> from .carla import CarlaEnv, carla as carla_simulator, get_exec_command as get_carla_exec_command, kill_processes as kill_carla_processes, start as start_carla, restart as restart_carla, ACTIONS, ACTIONS_NAMES, CarlaEnvSettings, CARLA_SETTINGS_STATE, CARLA_SETTINGS_STATE_MESSAGE File "D:\carla\PythonAPI\examples\sources\carla.py", line 10, in <module> import carla ModuleNotFoundError: No module named 'carla' How to run these programs? Preciate your kind reply.

KARTHIK3336 commented 1 year ago

did you run them? if so how?

KARTHIK3336 commented 1 year ago

should we paste any model from models.py and paste it in train.py?