Skip to content
Snippets Groups Projects
Unverified Commit 59ad293d authored by sayan m's avatar sayan m Committed by GitHub
Browse files

Update README.md

parent 744489bd
No related branches found
No related tags found
No related merge requests found
...@@ -16,19 +16,14 @@ pip install -r requirements.txt ...@@ -16,19 +16,14 @@ pip install -r requirements.txt
``` ```
## Examples ## Examples
The package comes with two controller examples inside folder ```demo/``` The package comes with several examples in the ```demo/``` folder
- 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 - Run examples as:
``` ```
python3 demo1.py python3 demo1.py
``` ```
- The second example consists a scenario with two vehicles, which can perform lane switch based on their relative position. Read the comments in ```ball_bounces.py``` to learn how to create new agents and scenarios. More detailed tutorials will be provided later.
The second example can be run using command
```
python3 demo2.py
```
## Package Structure ## Package Structure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment