Reinforced Learning algorithm to teach a car how to go around a track
First, in main.py you can select which track to test by selecting a TRACK_ID.
| track ID | track name |
|---|---|
| 0 | Autonomo Hermanos Rodriguez |
| 1 | Circuit of the Americas |
| 2 | Monaco |
| 3 | Monza |
Make sure you already installed all the project dependencies. Now, run the following command from your root directory:
python3 app/main.py