Skip to content

rodydubey/AdaptableStreets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdaptableStreets

This repository hosts the code for the paper "Cooperative adaptable lanes for safer shared space and improved mixed-traffic flow".

Citing

If you found any part of this repository useful for your work, please cite our paper:

@article{Dubey2024,
  title = {Cooperative adaptable lanes for safer shared space and improved mixed-traffic flow},
  volume = {166},
  DOI = {10.1016/j.trc.2024.104748},
  journal = {Transportation Research Part C: Emerging Technologies},
  publisher = {Elsevier BV},
  author = {Dubey,  Rohit K. and Argota Sánchez–Vaquerizo,  Javier and Dailisan,  Damian and Helbing,  Dirk},
  year = {2024},
  month = sep,
  pages = {104748}
}

Running on Euler

  1. Setup the environment
module load gcc/8.2.0 python/3.8.5
  1. Create a python virtual env
python -m venv sumo

Note that sumo here can be replaced with any venv name of your choosing.

  1. Activate the venv
source activate sumo/bin/activate
  1. Install packages
pip install -r requirements.txt
  1. Define SUMO_HOME to your bashrc file. If you are using a different shell, edit this accordingly. If you choose to install sumo via other means, also change the SUMO_HOME location.
echo  'export SUMO_HOME=$(python -m site --user-site)/sumo' >> ~/.bashrc
export SUMO_HOME=$(python -m site --user-site)/sumo

NOTE: You must repeat step 1 and 3 when running code on Euler.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published