MGCBS: An Optimal and Efficient Algorithm for Solving Multi-Goal Multi-Agent Path Finding Problem
Mingkai Tang, Yuanhang Li, Hongji Liu, Yingbing Chen, Ming Liu and, Lujia Wang

TL;DR
This paper introduces MGCBS, an optimal and efficient algorithm for multi-goal multi-agent pathfinding that outperforms existing methods in speed while guaranteeing optimal solutions.
Contribution
The paper proposes MGCBS, a novel algorithm that guarantees optimal solutions for MG-MAPF and improves efficiency using the TIS Forest data structure.
Findings
MGCBS consistently finds optimal solutions.
MGCBS is up to 7 times faster than previous methods.
The TIS Forest enhances search efficiency.
Abstract
With the expansion of the scale of robotics applications, the multi-goal multi-agent pathfinding (MG-MAPF) problem began to gain widespread attention. This problem requires each agent to visit pre-assigned multiple goal points at least once without conflict. Some previous methods have been proposed to solve the MG-MAPF problem based on Decoupling the goal Vertex visiting order search and the Single-agent pathfinding (DVS). However, this paper demonstrates that the methods based on DVS cannot always obtain the optimal solution. To obtain the optimal result, we propose the Multi-Goal Conflict-Based Search (MGCBS), which is based on Decoupling the goal Safe interval visiting order search and the Single-agent pathfinding (DSS). Additionally, we present the Time-Interval-Space Forest (TIS Forest) to enhance the efficiency of MGCBS by maintaining the shortest paths from any start point at any…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Multi-Agent Systems and Negotiation · AI-based Problem Solving and Planning
