Projects per year
Abstract
Conflict-based Search (CBS) is a effective approach to optimal multi-agent path finding. However, performance of CBS approaches degrade rapidly in highly-contended graphs with many agents. One of the reasons this occurs is that CBS does not detect independent subproblems; i.e. it can re-solve the same conflicts between the same pairs of agents up to exponentially many times, each time along a different branch. Constraint programming approaches with nogood learning avoid this kind of duplication of effort by storing nogoods that record the reasons for conflicts. This can exponentially reduce search in constraint programming. In this work, we present Lazy CBS, a new approach to multi-agent pathfinding which replaces the high-level solver of CBS with a lazily constructed constraint programming model with nogoods. We use core-guided depth-first search to explore the space of conflicts and we detect along each branch reusable nogoods which help to quickly identify feasible solutions. Our experiments show that Lazy CBS can significantly improve on the state-of-the-art for optimal MAPF problems under the sum-of-costs metric, especially in cases where there exists significant contention.
Original language | English |
---|---|
Title of host publication | Proceedings of the Twenty-Ninth International Conference on Automated Planning and Scheduling |
Editors | J. Benton, Nir Lipovetzky, Eva Onaindia, David E. Smith, Siddharth Srivastava |
Place of Publication | Palo Alto CA USA |
Publisher | Association for the Advancement of Artificial Intelligence (AAAI) |
Pages | 155-162 |
Number of pages | 8 |
Volume | 29 |
ISBN (Electronic) | 9781577358077 |
Publication status | Published - 2019 |
Event | International Conference on Automated Planning and Scheduling 2019 - Berkeley, United States of America Duration: 13 Jul 2019 → 15 Jul 2019 Conference number: 29th https://icaps19.icaps-conference.org/ https://ojs.aaai.org/index.php/ICAPS/issue/view/239 (Proceedings) |
Publication series
Name | Proceedings International Conference on Automated Planning and Scheduling, ICAPS |
---|---|
Publisher | Association for the Advancement of Artificial Intelligence (AAAI) |
Volume | 29 |
ISSN (Print) | 2334-0835 |
ISSN (Electronic) | 2334-0843 |
Conference
Conference | International Conference on Automated Planning and Scheduling 2019 |
---|---|
Abbreviated title | ICAPS 2019 |
Country/Territory | United States of America |
City | Berkeley |
Period | 13/07/19 → 15/07/19 |
Internet address |
Projects
- 2 Finished
-
The Future of Urban Routing and Navigation
Australian Research Council (ARC)
27/06/16 → 31/12/19
Project: Research
-