Library and scipts for microscopic modelling, simulation and plotting of metrics of smart vehicles in a traffic-situation.
- numpy
- pygame
- toml
- pandas
- openpyxl
- matplotlib
Install all with
pip install -r requirements.txt
- Daniel Bjerkehagen
- Pål Emil England Karstensen
- Kristian Lampe
- Robin Østern Lien
- Sivert Skovereng
The code for animating the simulation is a modified version of Bilal Himite's open source project hosted here. His solution for simulating traffic is documented in his Towards Data Science article posted here.