rudrajit1729 / Self-Driving-Car-CARLA

Autonomous driving agent in CARLA Simulator trained using reinforcement learning
MIT License
10 stars 3 forks source link

ImportError: cannot import name 'start_carla' from 'sources' #1

Closed KuldeepDileep closed 3 years ago

KuldeepDileep commented 3 years ago

Hello @rudrajit1729, when I execute your given train,py file I get the following error: ImportError: cannot import name 'start_carla' from 'sources'

rudrajit1729 commented 3 years ago

Hi @KuldeepDileep , Try importing carla from sources. Should work fine.

KuldeepDileep commented 3 years ago

Thank you @rudrajit1729 for your prompt response. After importing carla from sources I m getting the following error: ImportError: cannot import name 'operating_system'

I am using Ubuntu 18.04 python 3.6 and Carla simulator provided by the Motion planning for self-driving car course on coursera.

SExpert12 commented 2 months ago

Hi, are you able to run this code?