MAMS-A*: Multi-Agent Multi-Scale A*
Jaein Lim, Panagiotis Tsiotras

TL;DR
MAMS-A* is a multi-agent, multi-scale search algorithm that enables distributed agents to collaboratively find optimal paths efficiently by sharing and refining local search information without exchanging entire graphs.
Contribution
The paper introduces a novel multi-scale forward search algorithm for distributed agents that guarantees completeness and optimality in single-query shortest path problems.
Findings
Proves the algorithm's completeness and optimality.
Demonstrates improved efficiency over traditional methods.
Supports claims with numerical results.
Abstract
We present a multi-scale forward search algorithm for distributed agents to solve single-query shortest path planning problems. Each agent first builds a representation of its own search space of the common environment as a multi-resolution graph, it communicates with the other agents the result of its local search, and it uses received information from other agents to refine its own graph and update the local inconsistency conditions. As a result, all agents attain a common subgraph that includes a provably optimal path in the most informative graph available among all agents, if one exists, without necessarily communicating the entire graph. We prove the completeness and optimality of the proposed algorithm, and present numerical results supporting the advantages of the proposed approach.
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.
