LGMAMay 2, 2021

Reducing Bus Bunching with Asynchronous Multi-Agent Reinforcement Learning

arXiv:2105.00376v29.225 citations
Originality Incremental advance
AI Analysis

This addresses bus system reliability and efficiency for urban transportation, but it is incremental as it extends existing MARL methods to handle asynchronous characteristics.

The paper tackled bus bunching by formulating route-level bus fleet control as an asynchronous multi-agent reinforcement learning problem, and results showed it outperformed traditional headway-based control and existing MARL methods on real-world data.

The bus system is a critical component of sustainable urban transportation. However, due to the significant uncertainties in passenger demand and traffic conditions, bus operation is unstable in nature and bus bunching has become a common phenomenon that undermines the reliability and efficiency of bus services. Despite recent advances in multi-agent reinforcement learning (MARL) on traffic control, little research has focused on bus fleet control due to the tricky asynchronous characteristic -- control actions only happen when a bus arrives at a bus stop and thus agents do not act simultaneously. In this study, we formulate route-level bus fleet control as an asynchronous multi-agent reinforcement learning (ASMR) problem and extend the classical actor-critic architecture to handle the asynchronous issue. Specifically, we design a novel critic network to effectively approximate the marginal contribution for other agents, in which graph attention neural network is used to conduct inductive learning for policy evaluation. The critic structure also helps the ego agent optimize its policy more efficiently. We evaluate the proposed framework on real-world bus services and actual passenger demand derived from smart card data. Our results show that the proposed model outperforms both traditional headway-based control methods and existing MARL methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes