Solving Multi-Agent Multi-Goal Path Finding Problems in Polynomial Time
Stefan Edelkamp

TL;DR
This paper introduces a polynomial-time algorithm for multi-agent multi-goal path finding on graphs, combining global assignment with local conflict resolution strategies, including novel concepts like ants-on-the-stick.
Contribution
It presents the first polynomial-time solution for discrete multi-agent multi-goal path finding with conflict resolution, outperforming traditional NP-hard vehicle routing methods.
Findings
Conflict-free routes are computed efficiently.
Global assignment strategies significantly reduce conflicts.
The approach is effective in both continuous and discrete settings.
Abstract
In this paper, we plan missions for a fleet of agents in undirected graphs, such as grids, with multiple goals. In contrast to regular multi-agent path-finding, the solver finds and updates the assignment of goals to the agents on its own. In the continuous case for a point agent with motions in the Euclidean plane, the problem can be solved arbitrarily close to optimal. For discrete variants that incur node and edge conflicts, we show that it can be solved in polynomial time, which is unexpected, since traditional vehicle routing on general graphs is NP-hard. We implement a corresponding planner that finds conflict-free optimized routes for the agents. Global assignment strategies greatly reduce the number of conflicts, with the remaining ones resolved by elaborating on the concept of ants-on-the-stick, by solving local assignment problems, by interleaving agent paths, and by kicking…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Robotic Path Planning Algorithms · Data Management and Algorithms
