paper-with-me

Papers

Standby-Based Deadlock Avoidance Method for Multi-Agent Pickup and Delivery Tasks

2022-01-16 · Tomoki Yamauchi, Yuki Miyashita, Toshiharu Sugawara

The multi-agent pickup and delivery (MAPD) problem, in which multiple agents iteratively carry materials without collisions, has received significant attention. However, many conventional MAPD algorithms assume a specifically designed grid-like environment, such as an automated warehouse. Therefore, they have many pickup and delivery locations where agents can stay for a lengthy period, as well as plentiful detours to avoid collisions owing to the freedom of movement in a grid. By contrast, because a maze-like environment such as a search-and-rescue or construction site has fewer pickup/delivery locations and their numbers may be unbalanced, many agents concentrate on such locations resulting in inefficient operations, often becoming stuck or deadlocked. Thus, to improve the transportation efficiency even in a maze-like restricted environment, we propose a deadlock avoidance method, called standby-based deadlock avoidance (SBDA). SBDA uses standby nodes determined in real-time using the articulation-point-finding algorithm, and the agent is guaranteed to stay there for a finite amount of time. We demonstrated that our proposed method outperforms a conventional approach. We also analyzed how the parameters used for selecting standby nodes affect the performance.

📄 PDF Abstract BibTeX arXiv:2201.06014

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deadlock-Free Method for Multi-Agent Pickup and Delivery Problem Using Priority Inheritance with Temporary Priority

2022-05-25 · Yukita Fujitani, Tomoki Yamauchi, Yuki Miyashita, Toshiharu Sugawara

This paper proposes a control method for the multi-agent pickup and delivery problem (MAPD problem) by extending the priority inheritance with backtracking (PIBT) method to make it applicable to more general environments…

Adaptive Deadlock Avoidance for Decentralized Multi-agent Systems via CBF-inspired Risk Measurement

2025-03-09 · Yanze Zhang, Yiwei Lyu, Siwon Jo, Yupeng Yang 외

Decentralized safe control plays an important role in multi-agent systems given the scalability and robustness without reliance on a central authority. However, without an explicit global coordinator, the decentralized c…

A Combination of Theta*, ORCA and Push and Rotate for Multi-agent Navigation

2020-08-03 · Stepan Dergachev, Konstantin Yakovlev, Ryhor Prakapovich

We study the problem of multi-agent navigation in static environments when no centralized controller is present. Each agent is controlled individually and relies on three algorithmic components to achieve its goal while …

Collision Avoidance

Cooperative-ORCA*: Real-Time Proactive Deadlock Avoidance for Continuous-Space Multi-Agent Navigation

2026-06-22 · Junfeng Wu, Jiaqi Chen, Hongkun Lyu, Kevin Zheng 외 arxiv

Multi-Agent Path Finding (MAPF) is a problem that requires computing collision-free paths for a set of agents from their start locations to designated goal locations. The problem has broad applications in domains where t…

Deadlock-Free Hybrid RL-MAPF Framework for Zero-Shot Multi-Robot Navigation

2025-11-27 · Haoyi Wang, Licheng Luo, Yiannis Kantaros, Bruno Sinopoli 외 arxiv

Multi-robot navigation in cluttered environments presents fundamental challenges in balancing reactive collision avoidance with long-range goal achievement. When navigating through narrow passages or confined spaces, dea…

Reinforcement LearningCollision AvoidanceRobot Navigation