Accelerating Multi-Agent Planning Using Graph Transformers with Bounded Suboptimality
Chenning Yu, Qingbiao Li, Sicun Gao, Amanda Prorok

TL;DR
This paper introduces a learning-based Graph Transformer heuristic to accelerate multi-agent path finding, maintaining completeness and bounded suboptimality, and demonstrating superior performance and generalization in dense graph environments.
Contribution
It proposes a novel Graph Transformer heuristic for multi-agent planning that is complete, bounded-suboptimal, and generalizes well across different agent counts.
Findings
Outperforms state-of-the-art methods in dense graph environments
Generalizes effectively from few-agent to many-agent scenarios
Maintains completeness and bounded suboptimality
Abstract
Conflict-Based Search is one of the most popular methods for multi-agent path finding. Though it is complete and optimal, it does not scale well. Recent works have been proposed to accelerate it by introducing various heuristics. However, whether these heuristics can apply to non-grid-based problem settings while maintaining their effectiveness remains an open question. In this work, we find that the answer is prone to be no. To this end, we propose a learning-based component, i.e., the Graph Transformer, as a heuristic function to accelerate the planning. The proposed method is provably complete and bounded-suboptimal with any desired factor. We conduct extensive experiments on two environments with dense graphs. Results show that the proposed Graph Transformer can be trained in problem instances with relatively few agents and generalizes well to a larger number of agents, while…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Multimodal Machine Learning Applications · Vehicle Routing Optimization Methods
MethodsMulti-Head Attention · Attention Is All You Need · Position-Wise Feed-Forward Layer · Linear Layer · Dropout · Laplacian EigenMap · Byte Pair Encoding · Residual Connection · Label Smoothing · Dense Connections
