Chacha-Chen / MPLight

56 stars 18 forks source link

TrafficLightRL

This is a new version of a reinforcement learning pipeline for intelligent traffic control. Usage and more information can be found below.

Usage

Start an experiment:

python -O run_batch.py

Here, -O option cannot be omitted unless debug is necessary. In the file run_batch.py, the name of memo can be changed. There are four modules executed sequentially:

For most cases, you might only modify memo in run_batch.py, traffic files and config parameters in runexp.py.

Agent

Others

More details about this project are demonstrated in this part.