paper-with-me

홈 › Papers

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

2021-03-30 · Florian Laurent, Manuel Schneider, Christian Scheller, Jeremy Watson, Jiaoyang Li, Zhe Chen, Yi Zheng, Shao-Hung Chan, Konstantin Makhnev, Oleg Svidchenko, Vladimir Egorov, Dmitry Ivanov, Aleksei Shpilman, Evgenija Spirovska, Oliver Tanevski, Aleksandar Nikov, Ramon Grunder, David Galevski, Jakov Mitrovski, Guillaume Sartoretti, Zhiyao Luo, Mehul Damani, Nilabha Bhattacharya, Shivam Agarwal, Adrian Egli, Erik Nygren, Sharada Mohanty

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.

📄 PDF Abstract BibTeX arXiv:2103.16511

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement LearningScheduling

Similar Papers 제목 키워드 기반

Multi-Agent Path Finding via Tree LSTM

2022-10-24 · Yuhao Jiang, Kunjie Zhang, Qimai Li, Jiaxin Chen 외

In recent years, Multi-Agent Path Finding (MAPF) has attracted attention from the fields of both Operations Research (OR) and Reinforcement Learning (RL). However, in the 2021 Flatland3 Challenge, a competition on MAPF, …

Multi-Agent Path Findingreinforcement-learningReinforcement Learning (RL)

Ensembling Prioritized Hybrid Policies for Multi-agent Pathfinding

2024-03-12 · Huijie Tang, Federico Berto, Jinkyoo Park

Multi-Agent Reinforcement Learning (MARL) based Multi-Agent Path Finding (MAPF) has recently gained attention due to its efficiency and scalability. Several MARL-MAPF methods choose to use communication to enrich the inf…

Multi-Agent Path FindingMulti-agent Reinforcement LearningQ-Learning

PC2P: Multi-Agent Path Finding via Personalized-Enhanced Communication and Crowd Perception

2026-01-06 · Guotao Li, Shaoyun Xu, Yuexing Hao, Yang Wang 외 arxiv

Distributed Multi-Agent Path Finding (MAPF) integrated with Multi-Agent Reinforcement Learning (MARL) has emerged as a prominent research focus, enabling real-time cooperative decision-making in partially observable envi…

Multi-agent Reinforcement Learning

The Multi-Agent Pickup and Delivery Problem: MAPF, MARL and Its Warehouse Applications

2022-03-14 · Tim Tsz-Kit Lau, Biswa Sengupta

We study two state-of-the-art solutions to the multi-agent pickup and delivery (MAPD) problem based on different principles -- multi-agent path-finding (MAPF) and multi-agent reinforcement learning (MARL). Specifically, …

Multi-Agent Path FindingMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Symmetry Breaking for k-Robust Multi-Agent Path Finding

2021-02-17 · Zhe Chen, Daniel Harabor, Jiaoyang Li, Peter J. Stuckey

During Multi-Agent Path Finding (MAPF) problems, agents can be delayed by unexpected events. To address such situations recent work describes k-Robust Conflict-BasedSearch (k-CBS): an algorithm that produces coordinated …

Multi-Agent Path Finding