Concurrent Planning and Execution in Lifelong Multi-Agent Path Finding with Delay Probabilities

Abstract

In multi-agent systems, when we account for the possibility of delays during execution, online planning becomes more complicated, as both execution and planning should be able to handle delays when agents are moving. Lifelong Multi-Agent Path Finding (LMAPF) is the problem of (re)planning the collision-free moves of agents to their goals in a shared space, while agents continuously receive new goals. PIE (Planning and Improving while Executing) is a recent approach to LMAPF which concurrently replans later parts of agents' trajectories while execution occurs. However, the execution is assumed to be perfect. Existing approaches either use policy-based methods to quickly coordinate agents every timestep with instant delay feedback, or deploy an execution policy to adjust a solution for delays on the fly. These approaches may introduce large amounts of unnecessary delays to agents due to their planner guarantees or simple delay-handling policies. In this paper, we extend PIE to define a framework for solving the lifelong MAPF problem with execution delays. We instantiate our framework with different execution and replanning strategies, and experimentally evaluate them. Overall, we find that this framework can substantially improve the throughput by up to a factor 3 for lifelong MAPF, compared to approaches that handle delays with simple execution policies.

Cite

Text

Zhang et al. "Concurrent Planning and Execution in Lifelong Multi-Agent Path Finding with Delay Probabilities." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I22.34506

Markdown

[Zhang et al. "Concurrent Planning and Execution in Lifelong Multi-Agent Path Finding with Delay Probabilities." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/zhang2025aaai-concurrent/) doi:10.1609/AAAI.V39I22.34506

BibTeX

@inproceedings{zhang2025aaai-concurrent,
  title     = {{Concurrent Planning and Execution in Lifelong Multi-Agent Path Finding with Delay Probabilities}},
  author    = {Zhang, Yue and Chen, Zhe and Harabor, Daniel and Le Bodic, Pierre and Stuckey, Peter J.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {23387-23394},
  doi       = {10.1609/AAAI.V39I22.34506},
  url       = {https://mlanthology.org/aaai/2025/zhang2025aaai-concurrent/}
}