Pontificia Universidad Católica de Chile Pontificia Universidad Católica de Chile
Rodrigo N. Gómez, Carlos Hernández, Jorge A. Baier:Compiling Cost-Optimal Multi-Agent Pathfinding to ASP. SOCS 2019: 174-175 (2019)

Compiling Cost-Optimal Multi-Agent Pathfinding to ASP

Revista : Proceedings of the International Symposium on Combinatorial Search
Número : 174-175
Tipo de publicación : Conferencia No DCC

Abstract

Multi-Agent Pathfinding (MAPF) over grids is the problem of finding n non-conflicting paths that lead n agents from a given initial cell to a given goal cell. Cost-optimal MAPF in addition minimizes the total number of actions performed by each agent before stopping at the goal. Being a combinatorial problem in nature, a number of compilations from MAPF to Answer Set Programming (ASP) exist. In this paper we propose a new one, which unlike existing ASP approaches (1) produces cost-optimal solutions, (2) exploits information that can be pre-computed quickly using Dijkstra’s algorithm, and (3) when grounded, produces a number of clauses that grows linearly with the number of agents. In our empirical evaluation, in which we use the clasp solver, we show that our approach is superior to heuristic-search-based algorithms in various settings.