heyuan1993 / scenario_runner

Traffic scenario definition and execution engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScenarioRunner for CARLA

This repository contains traffic scenario definition and an execution engine for CARLA. It also allows the execution of a simulation of the CARLA Challenge. You can use this system to prepare your agent for the CARLA Challenge.

Disclaimer

This is work in progress and may not reflect the final API

Building the ScenarioRunner

Use git clone or download the project from this page. Note that the master branch contains the latest fixes and features, and may be required to use the latest features from CARLA.

Currently no build is required, as all code is in Python.

Using the ScenarioRunner

Please take a look at our Getting started documentation.

Challenge Evaluation

You can evaluate your own agents using a reproduction of the CARLA Challenge by following this tutorial

Contributing

Please take a look at our Contribution guidelines.

F.A.Q.

If you run into problems, check our FAQ.

License

ScenarioRunner specific code is distributed under MIT License.

About

Traffic scenario definition and execution engine

License:MIT License


Languages

Language:Python 99.2%Language:Shell 0.8%