Multi-Goal Multi-Agent Path Finding via Decoupled and Integrated Goal Vertex Ordering
Abstract
We introduce multi-goal multi agent path finding (MG-MAPF) which generalizes the standard discrete multi-agent path finding (MAPF) problem. While the task in MAPF is to navigate agents in an undirected graph from their starting vertices to one individual goal vertex per agent, MG-MAPF assigns each agent multiple goal vertices and the task is to visit each of them at least once. Solving MG-MAPF not only requires finding collision free paths for individual agents but also determining the order of visiting agent's goal vertices so that common objectives like the sum-of-costs are optimized. We suggest two novel algorithms using different paradigms to address MG-MAPF: a heuristic search-based algorithm called Hamiltonian-CBS (HCBS) and a compilation-based algorithm built using the satisfiability modulo theories (SMT), called SMT-Hamiltonian-CBS (SMT-HCBS).
Cite
Text
Surynek. "Multi-Goal Multi-Agent Path Finding via Decoupled and Integrated Goal Vertex Ordering." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I14.17472Markdown
[Surynek. "Multi-Goal Multi-Agent Path Finding via Decoupled and Integrated Goal Vertex Ordering." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/surynek2021aaai-multi/) doi:10.1609/AAAI.V35I14.17472BibTeX
@inproceedings{surynek2021aaai-multi,
title = {{Multi-Goal Multi-Agent Path Finding via Decoupled and Integrated Goal Vertex Ordering}},
author = {Surynek, Pavel},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2021},
pages = {12409-12417},
doi = {10.1609/AAAI.V35I14.17472},
url = {https://mlanthology.org/aaai/2021/surynek2021aaai-multi/}
}