paper-with-me

홈 › Papers

Precomputing Multi-Agent Path Replanning Using Temporal Flexibility

2026-01-08 · Issa Hanou, Eric Kemmeren, Devin Wild Thomas, Mathijs de Weerdt arxiv

Executing a multi-agent plan can be challenging when an agent is delayed, because this typically creates conflicts with other agents. So, we need to quickly find a new safe plan. Replanning only the delayed agent often does not yield an efficient plan, and sometimes cannot even yield a feasible one. On the other hand, replanning other agents may lead to a cascade of changes and delays, and it is computationally expensive. We show how to efficiently replan a single delayed agent by tracking and using the temporal flexibility of other agents while avoiding cascading delays. This flexibility is the maximum delay that the agent can take without changing the order with agents other than the initially delayed agent, or further delaying other agents. Our algorithm, FlexSIPP, precomputes all possible plans for the delayed agent and returns the changes to the other agents within the given scenario. We demonstrate our method in a real-world case study of replanning trains in the densely-used Dutch railway network and in the MovingAI MAPF benchmark set. Our experiments show that FlexSIPP provides effective solutions relevant to real-world adjustments, and within a reasonable timeframe.

📄 PDF Abstract BibTeX arXiv:2601.04884

Code (0)

등록된 구현이 없습니다.

Similar 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…

Dynamic Multi-Agent Path Finding based on Conflict Resolution using Answer Set Programming

2020-09-22 · Basem Atiq, Volkan Patoglu, Esra Erdem

We study a dynamic version of multi-agent path finding problem (called D-MAPF) where existing agents may leave and new agents may join the team at different times. We introduce a new method to solve D-MAPF based on confl…

Multi-Agent Path Finding

SMART-OC: A Real-time Time-risk Optimal Replanning Algorithm for Dynamic Obstacles and Spatio-temporally Varying Currents

2025-08-13 · Reema Raval, Shalabh Gupta arxiv

Typical marine environments are highly complex with spatio-temporally varying currents and dynamic obstacles, presenting significant challenges to Unmanned Surface Vehicles (USVs) for safe and efficient navigation. Thus,…

Robust Distributed Cooperative Path-Following and Local Replanning for Multi-UAVs Under Differentiated Low-Altitude Paths

2026-03-25 · Zimao Sheng, Zirui Yu, Hong'an Yang arxiv

Multiple fixed-wing unmanned aerial vehicles (multi-UAVs) encounter significant challenges in cooperative path following over complex Digital Elevation Model (DEM) low-altitude airspace, including wind field disturbances…

When Tools Fail: Benchmarking Dynamic Replanning and Anomaly Recovery in LLM Agents

2026-06-04 · Dongsheng Zhu, Xuchen Ma, Yucheng Shen, Xiang Li 외 arxiv

Existing benchmarks evaluate Tool-Integrated Reasoning (TIR) in LLMs on idealized ''happy paths'', largely overlooking real-world tool failures. We introduce ToolMaze, a benchmark for dynamic path discovery and error rec…