Learning Traffic Signal Control from Demonstrations

Yuanhao Xiong,Guanjie Zheng,Kai Xu,Zhenhui Li
DOI: https://doi.org/10.1145/3357384.3358079
2019-01-01
Abstract:Reinforcement learning (RL) has recently become a promising approach in various decision-making tasks. Among them, traffic signal control is the one where RL makes a great breakthrough. However, these methods always suffer from the prominent exploration problem and even fail to converge. To resolve this issue, we make an analogy between agents and humans. Agents can learn from demonstrations generated by traditional traffic signal control methods, in the similar way as people master a skill from expert knowledge. Therefore, we propose DemoLight, for the first time, to leverage demonstrations collected from classic methods to accelerate learning. Based on the state-of-the-art deep RL method Advantage ActorCritic (A2C), training with demos are carried out for both the actor and the critic and reinforcement learning is followed for further improvement. Results under real-world datasets show that Demo-Light enables a more efficient exploration and outperforms existing baselines with faster convergence and better performance.
What problem does this paper attempt to address?