AAMAS Conference 2026 Conference Paper
Scalable and Safe Multi-Agent Coordination with Reconstructed Level-k Monte Carlo Tree Search
- Zhihao Lin
- Lin Wu
- Zhen Tian
- Alessio Lomuscio
- Jianglin Lan
Multi-agent coordination without central control requires balancing safety and computational efficiency. We present a novel frameworkthattransformsLevel-š cognitivereasoningfromadescriptive modelofboundedrationalityintoaconstructiveplanningalgorithm for agent coordination. Our key insight is to replace Level-š reasoningās assumption of random Level-0 behavior with safety-oriented baselineswhereallagentscomputeconservativetrajectories. Safety emergesnaturallyfromtherecursivestructure: eachreasoninglevel inherits and strengthens the safety margins of lower levels, creating cascading conservatism that prevents collisions without explicit constraints. Beyond ensuring safety, this hierarchical conservatism also provides a natural foundation for efficient planning. By integrating this reconstructed hierarchy with Monte Carlo Tree Search (MCTS), we achieve significant computational advantages through two complementary mechanisms: a Dynamic Interaction Graph that constrains candidate interactions and reduces complexity from exponential to linear in agent count, and Safety-aware Pruning within MCTS that eliminates infeasible actions before evaluation. Weevaluateourframeworkonsymmetricmulti-agentintersections, demonstrating collision-free coordination and real-time efficiency across scenarios of varying complexity, highlighting its scalability and robustness for safety-critical planning.