CBS-Budget (CBSB): A Complete and Bounded Suboptimal Search for Multi-Agent Path Finding
Jaein Lim, Panagiotis Tsiotras

TL;DR
This paper introduces CBS-Budget, a bounded-suboptimal MAPF solver that improves speed and simplicity by integrating a novel heuristic search, achieving near-optimal solutions efficiently for large multi-agent systems.
Contribution
The paper presents CBS-Budget, a new bounded-suboptimal MAPF algorithm combining bCOA* and modified focal search, offering improved speed and ease of implementation over existing methods.
Findings
CBSB finds near-optimal solutions for hundreds of agents within seconds.
CBSB's performance is comparable to state-of-the-art methods like EECBS.
CBSB is simpler to implement than similar advanced algorithms.
Abstract
Multi-Agent Path Finding (MAPF) is the problem of finding a collection of collision-free paths for a team of multiple agents while minimizing some global cost, such as the sum of the time travelled by all agents, or the time travelled by the last agent. Conflict Based Search (CBS) is a leading complete and optimal MAPF solver which lazily explores the joint agent state space, using an admissible heuristic joint plan. Such an admissible heuristic joint plan is computed by combining individual shortest paths found without considering inter-agent conflicts, and which becomes gradually more informed as constraints are added to individual agents' path planning problems to avoid discovered conflicts. In this paper, we seek to speedup CBS by finding a more informed heuristic joint plan which is bounded from above. We first propose the budgeted Class-Ordered A* (bCOA*), a novel algorithm that…
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 · Maritime Navigation and Safety
