Design for One, Deploy for Many: Navigating Tree Mazes with Multiple Agents
Jahir Argote-Gerald, Genki Miyauchi, Julian Rau, Paul Trodden, Roderich Gross

TL;DR
This paper introduces a distributed multi-agent maze traversal algorithm for acyclic environments, enabling many robots to coordinate efficiently despite communication constraints, with proven effectiveness in simulations and real-world tests.
Contribution
It presents a novel leader-switching multi-agent maze traversal algorithm that operates without global communication or full environment knowledge.
Findings
Outperforms naive strategies in makespan and fuel efficiency.
Comparable to full-knowledge strategies in asymptotic performance.
Validated with real robots up to 20 units.
Abstract
Maze-like environments, such as cave and pipe networks, pose unique challenges for multiple robots to coordinate, including communication constraints and congestion. To address these challenges, we propose a distributed multi-agent maze traversal algorithm for environments that can be represented by acyclic graphs. It uses a leader-switching mechanism where one agent, assuming a head role, employs any single-agent maze solver while the other agents each choose an agent to follow. The head role gets transferred to neighboring agents where necessary, ensuring it follows the same path as a single agent would. The multi-agent maze traversal algorithm is evaluated in simulations with groups of up to 300 agents, various maze sizes, and multiple single-agent maze solvers. It is compared against strategies that are na\"ive, or assume either global communication or full knowledge of the…
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
TopicsModular Robots and Swarm Intelligence · Distributed Control Multi-Agent Systems · Slime Mold and Myxomycetes Research
