A Hierarchical Approach to Multi-Agent Path Finding

May 2021

A Hierarchical Approach to Multi-Agent Path Finding

Authors:

Han Zhang, Mingze Yao, Ziang Liu, Jiaoyang Li, Lucas Terr, Shao-hung Chan, T. K. Satish Kumar, and Sven Koenig

Abstract:

Solving Multi-Agent Path Finding (MAPF) instances optimally is NP-hard, and existing optimal and bounded suboptimal MAPF solvers thus usually do not scale to large MAPF instances. Greedy MAPF solvers scale to large MAPF instances, but their solution qualities are often bad. In this paper, we therefore propose a novel MAPF solver, Hierarchical Multi-Agent Path Planner (HMAPP), which creates a spatial hierarchy by partitioning the environment into multiple regions and decomposes a MAPF instance into smaller MAPF sub-instances for each region. For each sub-instance, it uses a bounded-suboptimal MAPF solver to solve it with good solution quality. Our experimental results show that HMAPP is able to solve as large MAPF instances as greedy MAPF solvers while achieving better solution qualities on various maps.

Notes:

@workshop{Zhang-2021-131401,
author = {Han Zhang And Mingze Yao And Ziang Liu And Jiaoyang Li And Lucas Terr And Shao-hung Chan And T. K. Satish Kumar And Sven Koenig},
title = {A Hierarchical Approach to Multi-Agent Path Finding},
booktitle = {Proceedings of ICAPS '21 Workshop on Hierarchical Planning (HPLAN)},
year = {2021},
month = {May},
}
Copyright notice: This material is presented to ensure timely dissemination of scholarly and technical work. Copyright and all rights therein are retained by authors or by other copyright holders. All persons copying this information are expected to adhere to the terms and constraints invoked by each author's copyright. These works may not be reposted without the explicit permission of the copyright holder.