BerkeleyLearnVerify / VerifAI

VerifAI is a software toolkit for the formal design and analysis of systems that include artificial intelligence (AI) and machine learning (ML) components.
BSD 3-Clause "New" or "Revised" License
170 stars 47 forks source link

Bug in Carla example: No module named 'agents' #26

Closed WhoAmI-kai closed 2 years ago

WhoAmI-kai commented 3 years ago

Running examples/carla/pid_control_simulator.py throws ModuleNotFoundError: No module named 'agents'

HarshilKapadia commented 2 years ago

@WhoAmI-kai Did you get any solution to this?

dfremont commented 2 years ago

Sorry we never got back to you about this -- the error occurs when your PYTHONPATH doesn't include the agents module that comes with the old CARLA Python API. The newer CARLA examples don't use that module any more (we now use Scenic to control the cars), so I'm going to close this.