In this directory custom tutorial are available. Each one moving a step forward to the final project.
- 1_GridMapNoLights.py setup a grid world with only human. Priority is given to the vertical lanes.
- 2_GridMapNoLightsRL.py, Uses the same world as before, but introduces an Autonomous Agent [AA] which can be trained using the RLlib library.
- 3_GridMapCustomRL.py, Using Custom RL evnviroment to train an agent in the grid world.
- 4_ImportedOSM.py, Importing custom OpenStreetMap networks.
- 5_ImportedOsmInflow.py, Using the OSM imported in tutorial 4 with inflows.