MGCBS: An Optimal and Efficient Algorithm for Solving Multi-Goal Multi-Agent Path Finding Problem
Abstract
In this paper, we propose the Multi-Agent Corridor Generating Algorithm (MACGA) for solving the Multi-agent Pathfinding (MAPF) problem, where a group of agents need to find non-colliding paths to their target locations. Existing approaches struggle to solve dense MAPF instances. In MACGA, the agents build corridors, which are sequences of connected vertices, from current locations towards agents' goals, and evacuate other agents out of the corridors to avoid collisions and deadlocks. We also present the MACGA+PIBT algorithm, which integrates the well-known rule-based PIBT algorithm into MACGA to improve runtime and solution quality. The proposed algorithms run in polynomial time and have a reachability property, i.e., every agent is guaranteed to reach its goal location at some point. We demonstrate experimentally that MACGA and MACGA+PIBT outperform baseline algorithms in terms of success rate, runtime, and makespan across diverse MAPF benchmark grids.
Cite
Text
Tang et al. "MGCBS: An Optimal and Efficient Algorithm for Solving Multi-Goal Multi-Agent Path Finding Problem." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/28Markdown
[Tang et al. "MGCBS: An Optimal and Efficient Algorithm for Solving Multi-Goal Multi-Agent Path Finding Problem." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/tang2024ijcai-mgcbs/) doi:10.24963/ijcai.2024/28BibTeX
@inproceedings{tang2024ijcai-mgcbs,
title = {{MGCBS: An Optimal and Efficient Algorithm for Solving Multi-Goal Multi-Agent Path Finding Problem}},
author = {Tang, Mingkai and Li, Yuanhang and Liu, Hongji and Chen, Yingbing and Liu, Ming and Wang, Lujia},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {249-256},
doi = {10.24963/ijcai.2024/28},
url = {https://mlanthology.org/ijcai/2024/tang2024ijcai-mgcbs/}
}