paper-with-me

Papers

On dynamic multi-agent pathfinding methods: review, simulations and modifications

2026-06-02 · Gabriel Fejziaj, Salama Hassona, Wieslaw Marszalek arxiv

This paper presents a systematic study of pathfinding algorithms in the context of Dynamic Multi-Agent Pathfinding (D-MAPF), a setting that combines dynamic obstacles, partial observability, and inter-agent conflicts. We evaluate six representative algorithms: Dijkstra, D* Lite, Space-Time A*, WHCA*, M*, and a novel method denoted as A within a unified simulation framework. The proposed A algorithm introduces a template-based approach that decouples offline geometric path generation from online temporal adaptation. By precomputing multiple diverse candidate paths and dynamically reconnecting to them using space-time planning, A** improves solution quality in environments with frequent changes and limited sensing

📄 PDF Abstract BibTeX arXiv:2606.03735

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Team-Based Navigation: A Review of Deep Reinforcement Learning Techniques for Multi-Agent Pathfinding

2023-08-11 · Jaehoon Chung, Jamil Fayyad, Younes Al Younes, Homayoun Najjaran

Multi-agent pathfinding (MAPF) is a critical field in many large-scale robotic applications, often being the fundamental step in multi-agent systems. The increasing complexity of MAPF in complex and crowded environments,…

Deep Reinforcement Learning

PRISM: Complete Online Decentralized Multi-Agent Pathfinding with Rapid Information Sharing using Motion Constraints

2025-05-12 · Hannah Lee, Zachary Serlin, James Motes, Brendan Long 외

We introduce PRISM (Pathfinding with Rapid Information Sharing using Motion Constraints), a decentralized algorithm designed to address the multi-task multi-agent pathfinding (MT-MAPF) problem. PRISM enables large teams …

Benchmarking

SkyRover: A Modular Simulator for Cross-Domain Pathfinding

2025-02-13 · Wenhui Ma, Wenhao Li, Bo Jin, Changhong Lu 외

Unmanned Aerial Vehicles (UAVs) and Automated Guided Vehicles (AGVs) increasingly collaborate in logistics, surveillance, inspection tasks and etc. However, existing simulators often focus on a single domain, limiting cr…

Benchmarking

Multi-Agent Pathfinding with Continuous Time

2019-01-16 · Anton Andreychuk, Konstantin Yakovlev, Dor Atzmon, Roni Stern

Multi-Agent Pathfinding (MAPF) is the problem of finding paths for multiple agents such that every agent reaches its goal and the agents do not collide. Most prior work on MAPF was on grids, assumed agents' actions have …

Multi-threaded Recast-Based A* Pathfinding for Scalable Navigation in Dynamic Game Environments

2026-02-04 · Tiroshan Madushanka, Sakuna Madushanka arxiv

While the A* algorithm remains the industry standard for game pathfinding, its integration into dynamic 3D environments faces trade-offs between computational performance and visual realism. This paper proposes a multi-t…