Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 631 Bytes

README.md

File metadata and controls

executable file
·
18 lines (13 loc) · 631 Bytes

pysumo

Python module for running SUMO traffic simulations.

SUMO is great traffic simulator, but using the standard module traci is slow, especially when trying to use SUMO for reinforcement learning.

pysumo wraps the SUMO code so it can run as a python extension, significantly improving performance.

pysumo runs on top of libsumo, a custom build target added to the SUMO build https://github.com/bstriner/sumo

##Getting the code pysumo install will automatically download and build the SUMO submodule before building pysumo.

git clone https://github.com/bstriner/pysumo.git
cd pysumo
sudo python setup.py install