MAPP: a Scalable Multi-Agent Path Planning Algorithm with Tractability and Completeness Guarantees
Ko-Hsin Cindy Wang, Adi Botea

TL;DR
MAPP is a scalable multi-agent path planning algorithm that offers formal guarantees on solvability and efficiency, outperforming traditional decentralized methods in success rate and solution quality.
Contribution
Introduces MAPP, a multi-agent path planning algorithm with polynomial bounds and formal guarantees, improving scalability and solution success over existing decentralized approaches.
Findings
MAPP solved 99.86% of units, outperforming FAR and WHCA*.
MAPP provides formal guarantees on solvable instances.
MAPP's solutions are 20% longer than FAR's, but more successful.
Abstract
Multi-agent path planning is a challenging problem with numerous real-life applications. Running a centralized search such as A* in the combined state space of all units is complete and cost-optimal, but scales poorly, as the state space size is exponential in the number of mobile units. Traditional decentralized approaches, such as FAR and WHCA*, are faster and more scalable, being based on problem decomposition. However, such methods are incomplete and provide no guarantees with respect to the running time or the solution quality. They are not necessarily able to tell in a reasonable time whether they would succeed in finding a solution to a given instance. We introduce MAPP, a tractable algorithm for multi-agent path planning on undirected graphs. We present a basic version and several extensions. They have low-polynomial worst-case upper bounds for the running time, the memory…
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
TopicsRobotic Path Planning Algorithms · Software Testing and Debugging Techniques · AI-based Problem Solving and Planning
