Skip to content

hrishitchaudhuri/itcs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-proj-traffic

Env for training and testing

Make sure sumo and sumo-gui are installed

  1. Enter conda env

    conda activate base
  2. Install pip in conda env

    conda install pip
  3. Install TraCI and Pydot

    pip install traci
    pip install pydot
  4. Make sure Graphviz is installed

    https://graphviz.gitlab.io/download/

Use Makefile to create trips and routes

  1. Convert osm to net.xml

    make osm
  2. Create trips

    make car_trips
  3. Run simulation in sumo-gui

    make sim
  4. Run python Round Robin script

    make rr
  5. Clean

    make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 82.9%
  • Python 16.6%
  • Other 0.5%