17 lines
278 B
Markdown
17 lines
278 B
Markdown
# Intelligent Roundabout Efficient Simulation of Traffic Evolution
|
|

|
|
|
|
## Installation :
|
|
|
|
```
|
|
git clone https://gitlab.univ-nantes.fr/E208835U/Traffic.git
|
|
pip install sumolib
|
|
pip install pyside6 (optionnel pour l'ui)
|
|
```
|
|
|
|
## Usage :
|
|
|
|
```
|
|
python main.py
|
|
```
|