Multi-Agent Path Finding with Delay Probabilities

Abstract

Several recently developed Multi-Agent Path Finding (MAPF) solvers scale to large MAPF instances by searching for MAPF plans on 2 levels: The high-level search resolves collisions between agents, and the low-level search plans paths for single agents under the constraints imposed by the high-level search. We make the following contributions to solve the MAPF problem with imperfect plan execution with small average makespans: First, we formalize the MAPF Problem with Delay Probabilities (MAPF-DP), define valid MAPF-DP plans and propose the use of robust plan-execution policies for valid MAPF-DP plans to control how each agent proceeds along its path. Second, we discuss 2 classes of decentralized robust plan-execution policies (called Fully Synchronized Policies and Minimal Communication Policies) that prevent collisions during plan execution for valid MAPF-DP plans. Third, we present a 2-level MAPF-DP solver (called Approximate Minimization in Expectation) that generates valid MAPF-DP plans.

Cite

Text

Ma et al. "Multi-Agent Path Finding with Delay Probabilities." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.11035

Markdown

[Ma et al. "Multi-Agent Path Finding with Delay Probabilities." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/ma2017aaai-multi/) doi:10.1609/AAAI.V31I1.11035

BibTeX

@inproceedings{ma2017aaai-multi,
  title     = {{Multi-Agent Path Finding with Delay Probabilities}},
  author    = {Ma, Hang and Kumar, T. K. Satish and Koenig, Sven},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {3605-3612},
  doi       = {10.1609/AAAI.V31I1.11035},
  url       = {https://mlanthology.org/aaai/2017/ma2017aaai-multi/}
}