English

Multi-Agent Terraforming: Efficient Multi-Agent Path Finding via Environment Manipulation

Artificial Intelligence 2022-03-22 v1

Abstract

Multi-agent pathfinding (MAPF) is concerned with planning collision-free paths for a team of agents from their start to goal locations in an environment cluttered with obstacles. Typical approaches for MAPF consider the locations of obstacles as being fixed, which limits their effectiveness in automated warehouses, where obstacles (representing pods or shelves) can be moved out of the way by agents (representing robots) to relieve bottlenecks and introduce shorter routes. In this work we initiate the study of MAPF with movable obstacles. In particular, we introduce a new extension of MAPF, which we call Terraforming MAPF (tMAPF), where some agents are responsible for moving obstacles to clear the way for other agents. Solving tMAPF is extremely challenging as it requires reasoning not only about collisions between agents, but also where and when obstacles should be moved. We present extensions of two state-of-the-art algorithms, CBS and PBS, in order to tackle tMAPF, and demonstrate that they can consistently outperform the best solution possible under a static-obstacle setting.

Keywords

Cite

@article{arxiv.2203.10540,
  title  = {Multi-Agent Terraforming: Efficient Multi-Agent Path Finding via Environment Manipulation},
  author = {David Vainshtein and Kiril Solovey and Oren Salzman},
  journal= {arXiv preprint arXiv:2203.10540},
  year   = {2022}
}
R2 v1 2026-06-24T10:19:35.855Z