English

Multi-Agent Path Finding via Tree LSTM

Artificial Intelligence 2022-12-14 v2 Machine Learning Multiagent Systems

Abstract

In recent years, Multi-Agent Path Finding (MAPF) has attracted attention from the fields of both Operations Research (OR) and Reinforcement Learning (RL). However, in the 2021 Flatland3 Challenge, a competition on MAPF, the best RL method scored only 27.9, far less than the best OR method. This paper proposes a new RL solution to Flatland3 Challenge, which scores 125.3, several times higher than the best RL solution before. We creatively apply a novel network architecture, TreeLSTM, to MAPF in our solution. Together with several other RL techniques, including reward shaping, multiple-phase training, and centralized control, our solution is comparable to the top 2-3 OR methods.

Keywords

Cite

@article{arxiv.2210.12933,
  title  = {Multi-Agent Path Finding via Tree LSTM},
  author = {Yuhao Jiang and Kunjie Zhang and Qimai Li and Jiaxin Chen and Xiaolong Zhu},
  journal= {arXiv preprint arXiv:2210.12933},
  year   = {2022}
}

Comments

Appear in AAAI23-MAPF

R2 v1 2026-06-28T04:19:11.383Z