AILGMar 30, 2021

Flatland Competition 2020: MAPF and MARL for Efficient Train Coordination on a Grid World

arXiv:2103.16511v135 citations
Originality Synthesis-oriented
AI Analysis

This addresses dynamic real-time scheduling challenges in complex railway networks, but the paper is incremental as it compares existing methods in a competition setting.

The Flatland competition tackled the vehicle re-scheduling problem (VRSP) for efficient train coordination in railway networks, with top submissions using multi-agent reinforcement learning (MARL) and operations research (OR) approaches, though the best results were in the OR category.

The Flatland competition aimed at finding novel approaches to solve the vehicle re-scheduling problem (VRSP). The VRSP is concerned with scheduling trips in traffic networks and the re-scheduling of vehicles when disruptions occur, for example the breakdown of a vehicle. While solving the VRSP in various settings has been an active area in operations research (OR) for decades, the ever-growing complexity of modern railway networks makes dynamic real-time scheduling of traffic virtually impossible. Recently, multi-agent reinforcement learning (MARL) has successfully tackled challenging tasks where many agents need to be coordinated, such as multiplayer video games. However, the coordination of hundreds of agents in a real-life setting like a railway network remains challenging and the Flatland environment used for the competition models these real-world properties in a simplified manner. Submissions had to bring as many trains (agents) to their target stations in as little time as possible. While the best submissions were in the OR category, participants found many promising MARL approaches. Using both centralized and decentralized learning based approaches, top submissions used graph representations of the environment to construct tree-based observations. Further, different coordination mechanisms were implemented, such as communication and prioritization between agents. This paper presents the competition setup, four outstanding solutions to the competition, and a cross-comparison between them.

Foundations

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

Your Notes