Greedy Priority-Based Search for Suboptimal Multi-Agent Path Finding

Authors

  • Shao-Hung Chan University of Southern California
  • Roni Stern Ben Gurion University of the Negev
  • Ariel Felner Ben Gurion University of the Negev
  • Sven Koenig University of Southern California

DOI:

https://doi.org/10.1609/socs.v16i1.27278

Keywords:

Search In Robotics, Problem Solving Using Search, Constraint Search

Abstract

Multi-Agent Path Finding (MAPF) is the problem of finding collision-free paths, one for each agent, in a shared environment, while minimizing their sum of travel times. Since solving MAPF optimally is NP-hard, researchers have explored algorithms that solve MAPF suboptimally but efficiently. Priority-Based Search (PBS) is the leading algorithm for this purpose. It finds paths for individual agents, one at a time, and resolves collisions by assigning priorities to the colliding agents and replanning their paths during its search. However, PBS becomes ineffective for MAPF instances with high densities of agents and obstacles. Therefore, we introduce Greedy PBS (GPBS), which uses greedy strategies to speed up PBS by minimizing the number of collisions between agents. We then propose techniques that speed up GPBS further, namely partial expansions, target reasoning, induced constraints, and soft restarts. We show that GPBS with all these improvements has a higher success rate than the state-of-the-art suboptimal algorithm for a 1-minute runtime limit, especially for MAPF instances with small maps and dense obstacles.

Downloads

Published

2023-07-02