LiangZhang1996 / Efficient_XLight

Official code for "Efficient Pressure: Improving efficiency for signalized intersections ".
GNU General Public License v3.0
16 stars 4 forks source link
intelligent-transportation

Efficient XLights

1、Introduction

The code for article Efficient Pressure: Improving efficiency for signalized intersections.

2、Requirements

python3.6,tensorflow=2.4, cityflow, pandas, numpy

cityflow needs a linux environment, and we run the code on Manjaro Linux.

3、Usage

Parameters are well prepared so you can run the code directly.

For Efficient-PressLight, run:

python run_efficient_presslight.py

For Efficient-CoLight, run:

python run_efficient_colight.py

For Efficient-MPLight, run:

python run_efficient_mplight.py

For the baseline methods,

4、Code details

4.1、structure

4.2、Reference

The code is modified from MPLight.

The Max-Pressure is created by ourselves, based on MaxPressure .

If you use our method and code, please cite our article.

License

This project is licensed under the GNU General Public License version 3 (GPLv3) - see the LICENSE file for details.