Multi-Directional Heuristic Search

Abstract

In the Multi-Agent Meeting problem (MAM), the task is to find a meeting location for multiple agents, as well as a path for each agent to that location. In this paper, we introduce MM*, a Multi-Directional Heuristic Search algorithm that finds the optimal meeting location under different cost functions. MM* generalizes the Meet in the Middle (MM) bidirectional search algorithm to the case of finding an optimal meeting location for multiple agents. Several admissible heuristics are proposed, and experiments demonstrate the benefits of MM*.

Cite

Text

Atzmon et al. "Multi-Directional Heuristic Search." International Joint Conference on Artificial Intelligence, 2020. doi:10.24963/IJCAI.2020/562

Markdown

[Atzmon et al. "Multi-Directional Heuristic Search." International Joint Conference on Artificial Intelligence, 2020.](https://mlanthology.org/ijcai/2020/atzmon2020ijcai-multi/) doi:10.24963/IJCAI.2020/562

BibTeX

@inproceedings{atzmon2020ijcai-multi,
  title     = {{Multi-Directional Heuristic Search}},
  author    = {Atzmon, Dor and Li, Jiaoyang and Felner, Ariel and Nachmani, Eliran and Shperberg, Shahaf S. and Sturtevant, Nathan R. and Koenig, Sven},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {4062-4068},
  doi       = {10.24963/IJCAI.2020/562},
  url       = {https://mlanthology.org/ijcai/2020/atzmon2020ijcai-multi/}
}