wangf622 / GPLight

19 stars 6 forks source link

GPLight

GPLight (See the paper in arXiv) is a deep reinforcement learning agent for multi-intersection traffic signal control with GNN predicting future traffic.

We first predict the future traffic throughput is predicted using the STGCN and then control the traffic signal based on the prediction and the current traffic condition. The code follows similat structure CoLight.