A New Constraint Satisfaction Perspective on Multi-Agent Path Finding - Robotics Institute Carnegie Mellon University

A New Constraint Satisfaction Perspective on Multi-Agent Path Finding

Jiangxing Wang, Jiaoyang Li, Hang Ma, Sven Koenig, and T. K. Satish Kumar
Conference Paper, Proceedings of 18th International Joint Conference on Autonomous Agents and MultiAgent Systems (AAMAS '19), pp. 2253 - 2255, May, 2019

Abstract

In this paper, we adopt a new perspective on the Multi-Agent Path Finding (MAPF) problem and view it as a Constraint Satisfaction Problem (CSP). A variable corresponds to an agent, its domain is the set of all paths from the start vertex to the goal vertex of the agent, and the constraints allow only conflict-free paths for each pair of agents. Although the domains and constraints are only implicitly defined, this new CSP perspective allows us to use successful techniques from CSP search. With the concomitant idea of using matrix computations for calculating the size of the reduced domain of an uninstantiated variable, we apply Dynamic Variable Ordering and Rapid Random Restarts to the MAPF problem. In our experiments, the resulting simple polynomial-time MAPF solver, called Matrix MAPF solver, either outperforms or matches the performance of many state-of-the-art solvers for the MAPF problem and its variants.

BibTeX

@conference{wang-2019-131433,
author = {Jiangxing Wang and Jiaoyang Li and Hang Ma and Sven Koenig and T. K. Satish Kumar},
title = {A New Constraint Satisfaction Perspective on Multi-Agent Path Finding},
booktitle = {Proceedings of 18th International Joint Conference on Autonomous Agents and MultiAgent Systems (AAMAS '19)},
year = {2019},
month = {May},
pages = {2253 - 2255},
}