paper-with-me

Papers

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

2022-03-20 · David Vainshtein, Kiril Solovey, Oren Salzman

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.

📄 PDF Abstract BibTeX arXiv:2203.10540

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Agent Path Finding

Similar Papers 제목 키워드 기반

Terraforming -- Environment Manipulation during Disruptions for Multi-Agent Pickup and Delivery

2023-05-19 · David Vainshtein, Yaakov Sherma, Kiril Solovey, Oren Salzman

In automated warehouses, teams of mobile robots fulfill the packaging process by transferring inventory pods to designated workstations while navigating narrow aisles formed by tightly packed pods. This problem is typica…

Multi Layered Autonomy and AI Ecologies in Robotic Art Installations

2025-06-03 · Baoyang Chen, Xian Xu, Huamin Qu

Symbiosis of Agents is a large-scale installation by Baoyang Chen (baoyangchen.com) that embeds AI-driven robots in an immersive, mirror-lined arena, probing the tension between machine agency and artistic authorship. Dr…

Ethics

TerraMARS: A Domain-Adapted Small-Language-Model Pipeline for Mars Terraforming Literature

2026-06-18 · Jyotsna Singh, Ash Black, Jeff Larsen, Scott R. Saleska arxiv

Researchers are interested in learning about Mars so that it may eventually become habitable for humans. To achieve this, there is a need for comprehensive knowledge of the planet's atmosphere, hydrology, surface chemist…

Information Extraction

Synthetic circuit designs for Earth terraformation

2015-03-17

Mounting evidence indicates that our planet might experience runaway effects associated to rising temperatures and ecosystem overexploitation, leading to catastrophic shifts on short time scales. Remediation scenarios ca…

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 …