PRIMAL3: Pathfinding via Reinforcement and Imitation Multi-Agent Learning — Leveraging LaCAM3

· Editorial Team estimated
multi-agent pathfinding reinforcement learning warehouse automation decentralized coordination large-scale logistics

PRIMAL3 is an ultra-large-scale learning-based multi-agent pathfinding framework combining reinforcement learning, topology-aware communication, LaCAM3-guided training, and PIBT-based action refinement. It targets failures at topologically critical states such as bottlenecks and dead ends, scales to city-level instances with up to 100,000 agents, substantially outperforms state-of-the-art learning-based baselines, and is validated on physical robotic systems.

Paper · arXiv:2608.04905

Background

Multi-agent pathfinding (MAPF) is the coordination problem at the heart of warehouse automation: hundreds or thousands of robots must reach their goals without colliding, in real time, and at scales where classical solvers become intractable. Learning-based approaches promise fast, decentralized policies, but they typically degrade exactly where coordination is hardest — around bottlenecks, dead ends, and persistent conflicts, where a single bad decision cascades into gridlock. PRIMAL3 is the third generation of the PRIMAL line of learned MAPF frameworks, explicitly redesigned around these topologically critical states.

Core Innovation

PRIMAL3 integrates four components. First, each agent is represented with features derived from cut vertices, dead-end regions, shortest-path distances, and blocking estimates — topology-aware features that tell agents where the grid becomes fragile. Second, two complementary graphs capture interaction: a same-direction following graph propagates multi-hop context along compatible paths, while a different-direction conflict graph differentiates agents competing for shared space through masked attention and relative features. Third, during training, policy entropy identifies uncertain agents, and LaCAM3 — a strong classical search solver — provides confidence-triggered action interventions and label-smoothed imitation targets exactly where the learned policy is unsure. Fourth, at execution, a priority-aware PIBT module refines proposed joint actions using persistent, learned, and distance-aware priorities while preserving collision-free behavior. LaCAM3 is used only during training, not at inference.

Results

PRIMAL3 substantially outperforms state-of-the-art learning-based MAPF baselines and scales to ultra-large instances with up to 100,000 agents — city-level problem sizes. The framework is validated on physical robotic systems, demonstrating that the learned policies deploy on real hardware rather than only in simulation, and ablation studies confirm the individual contribution of each component, from topology-aware features to LaCAM3-guided training to PIBT refinement.

Limitations

The abstract reports relative improvements over learning-based baselines without exact success-rate or makespan figures, which makes head-to-head comparison against classical anytime solvers harder to assess. While the real-robot experiments demonstrate feasibility, they naturally operate at far smaller scales than the 100,000-agent simulations, so the gap between simulated scale and physical deployment remains the key open question. The framework’s complexity — four interacting components with training-time expert guidance — also raises questions about training stability and hyperparameter sensitivity that ablations only partially address.

Industry Implications

Warehouse and logistics operators are pushing MAPF to scales that classical planners cannot serve in real time. A learned framework that handles 100,000-agent instances, needs no expert solver at inference, and demonstrably transfers to physical robots speaks directly to fleet-management product roadmaps. The topology-aware design also matters practically: real warehouses are full of bottlenecks and dead-end aisles, which are precisely the failure modes PRIMAL3 targets. For AMR vendors, this is a credible path toward coordination stacks that scale beyond today’s few-hundred-robot deployments.