On dynamic multi-agent pathfinding methods: review, simulations and modifications
This work addresses the challenges of dynamic obstacles, partial observability, and agent coordination in dynamic multi-agent pathfinding (D-MAPF) by proposing the A** algorithm. A** introduces a novel template mechanism that decouples offline geometric path generation from online spatiotemporal replanning. By precomputing a diverse set of candidate paths and dynamically reconnecting them during execution, A** efficiently handles environmental changes and perception limitations within a unified simulation framework. The authors evaluate A** against six baseline algorithms—including Dijkstra, D* Lite, Space-Time A*, WHCA*, and M*—demonstrating that A** significantly improves path quality and adaptability in dynamic, partially observable scenarios, thereby validating its effectiveness in complex multi-agent systems.