paper-with-me

홈 › Papers

Symbolic Planning and Multi-Agent Path Finding in Extremely Dense Environments with Unassigned Agents

2025-08-31 · Bo Fu, Zhe Chen, Rahul Chandan, Alex Barbosa, Michael Caldara, Joey Durham, Federico Pecora arxiv

We introduce the Block Rearrangement Problem (BRaP), a challenging component of large warehouse management which involves rearranging storage blocks within dense grids to achieve a goal state. We formally define the BRaP as a graph search problem. Building on intuitions from sliding puzzle problems, we propose five search-based solution algorithms, leveraging joint configuration space search, classical planning, multi-agent pathfinding, and expert heuristics. We evaluate the five approaches empirically for plan quality and scalability. Despite the exponential relation between search space size and block number, our methods demonstrate efficiency in creating rearrangement plans for deeply buried blocks in up to 80x80 grids.

📄 PDF Abstract BibTeX arXiv:2509.01022

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-Agent Path Finding under Limited Communication Range Constraint via Dynamic Leading

2025-01-06 · Hoang-Dung Bui, Erion Plaku, Gregoy J. Stein

This paper proposes a novel framework to handle a multi-agent path finding problem under a limited communication range constraint, where all agents must have a connected communication channel to the rest of the team. Man…

Multi-Agent Path Finding

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 …

Integrating Symbolic RL Planning into a BDI-based Autonomous UAV Framework: System Integration and SIL Validation

2025-08-16 · Sangwoo Jeon, Juchul Shin, YeonJe Cho, Gyeong-Tae Kim 외 arxiv

Modern autonomous drone missions increasingly require software frameworks capable of seamlessly integrating structured symbolic planning with adaptive reinforcement learning (RL). Although traditional rule-based architec…

Reinforcement LearningDecision Making

Conflict-Based Search and Prioritized Planning for Multi-Agent Path Finding Among Movable Obstacles

2025-09-30 · Shaoli Hu, Shizhe Zhao, Zhongqiang Ren arxiv

This paper investigates Multi-Agent Path Finding Among Movable Obstacles (M-PAMO), which seeks collision-free paths for multiple agents from their start to goal locations among static and movable obstacles. M-PAMO arises…

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