diff --git a/README.md b/README.md index 34bed013c4507fc2ca8b9d303e03fa765e2b9fcf..19f31305b170fb9e8ec903a93d306178925a031a 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,14 @@ pip install -r requirements.txt ``` ## Examples -The package comes with two controller examples inside folder ```demo/``` -- The first example consists a scenario with two vehicles. The second vehicle will brake and stop when it detect the first vehicle in front. The first example can be run by using command +The package comes with several examples in the ```demo/``` folder +- Run examples as: ``` python3 demo1.py ``` -- The second example consists a scenario with two vehicles, which can perform lane switch based on their relative position. -The second example can be run using command - -``` -python3 demo2.py -``` +Read the comments in ```ball_bounces.py``` to learn how to create new agents and scenarios. More detailed tutorials will be provided later. ## Package Structure