On Merging Agents in Multi-Agent Pathfinding Algorithms

Best Student Paper Award of SOCS 2022
Eli Boyarski, Shao-Hung Chan, Dor Atzmon, Ariel Felner and Sven Koenig.
International Symposium on Combinatorial Search (SoCS), pages 11-19, 2022.
[bibtex] [pdf] [publisher]

Abstract

In Multi-Agent Pathfinding (MAPF), the task is to find non-colliding paths for a set of agents. This paper focuses on search-based MAPF algorithms from the Conflict-Based Framework, which is introduced here. A common technique in such algorithms is to merge a group of dependent agents into a meta-agent and plan non-colliding paths for the meta-agent using a low-level MAPF sub-solver. We analyze the patterns that emerge when agents are merged in an arbitrary order. We then introduce policies for choosing which agents or meta-agents to merge to achieve improved efficiency in three algorithms: Independence Detection (ID) and Improved Conflict-Based Search (ICBS), which are optimal, and Priority-Based Search (PBS), which is a fast suboptimal algorithm. Experimental results show a significant improvement in efficiency.