Abstract
The problem of optimal multi-agent path finding (MAPF) is addressed in this paper. The task is to find optimal paths for mobile agents where each of them need to reach a unique goal position from the given start with respect to the given cost function. Agents must not collide with each other which is a source of combinatorial difficulty of the problem. An abstraction of the problem where discrete agents move in an undirected graph is usually adopted in the literature. Specifically, it is shown in this paper how to integrate independence detection (ID) technique developed for search based MAPF solving into a compilation-based technique that translates the instance of the MAPF problem into propositional satisfiability formalism (SAT). The independence detection technique allows decomposition of the instance consisting of a given number of agents into instances consisting of small groups of agents with no interaction across groups. These small instances can be solved independently and the solution of the original instance is combined from small solutions eventually. The reduction of the size of instances translated to the target SAT formalism has a significant impact on performance as shown in the presented experimental evaluation. The new solver integrating SAT translation and the independence detection is shown to be state-of-the-art in its class for optimal MAPF solving.
Original language | English |
---|---|
Title of host publication | ICAART 2017 - Proceedings of the 9th International Conference on Agents and Artificial Intelligence |
Editors | Jaap van den Herik, Ana Paula Rocha, Joaquim Filipe, Joaquim Filipe |
Publisher | SciTePress |
Pages | 85-95 |
Number of pages | 11 |
ISBN (Electronic) | 9789897582202 |
DOIs | |
State | Published - 2017 |
Event | 9th International Conference on Agents and Artificial Intelligence, ICAART 2017 - Porto, Portugal Duration: 24 Feb 2017 → 26 Feb 2017 |
Publication series
Name | ICAART 2017 - Proceedings of the 9th International Conference on Agents and Artificial Intelligence |
---|---|
Volume | 2 |
Conference
Conference | 9th International Conference on Agents and Artificial Intelligence, ICAART 2017 |
---|---|
Country/Territory | Portugal |
City | Porto |
Period | 24/02/17 → 26/02/17 |
Bibliographical note
Publisher Copyright:© 2017 by SCITEPRESS - Science and Technology Publications, Lda.
Funding
This paper is supported by a project commissioned by the New Energy and Industrial Technology Development Organization Japan (NEDO), joint grant of the Israel Ministry of Science and the Czech Ministry of Education Youth and Sports number 8G15027, and Charles University under the SVV project number 260 333.
Funders | Funder number |
---|---|
Czech Ministry of Education Youth and Sports | 8G15027 |
Israel Ministry of Science | |
Univerzita Karlova v Praze | 260 333 |
New Energy and Industrial Technology Development Organization |
Keywords
- Cost Optimality
- Independence Detection (ID)
- Makespan Optimality
- Multi-Agent Path-Finding (MAPF)
- Path-Finding on Grids
- Propositional Satisfiability (SAT)
- SAT Encodings
- Sum-of-costs Optimality