paper-with-me

Papers

DC-MRTA: Decentralized Multi-Robot Task Allocation and Navigation in Complex Environments

2022-09-07 · Aakriti Agrawal, Senthil Hariharan, Amrit Singh Bedi, Dinesh Manocha

We present a novel reinforcement learning (RL) based task allocation and decentralized navigation algorithm for mobile robots in warehouse environments. Our approach is designed for scenarios in which multiple robots are used to perform various pick up and delivery tasks. We consider the problem of joint decentralized task allocation and navigation and present a two level approach to solve it. At the higher level, we solve the task allocation by formulating it in terms of Markov Decision Processes and choosing the appropriate rewards to minimize the Total Travel Delay (TTD). At the lower level, we use a decentralized navigation scheme based on ORCA that enables each robot to perform these tasks in an independent manner, and avoid collisions with other robots and dynamic obstacles. We combine these lower and upper levels by defining rewards for the higher level as the feedback from the lower level navigation algorithm. We perform extensive evaluation in complex warehouse layouts with large number of agents and highlight the benefits over state-of-the-art algorithms based on myopic pickup distance minimization and regret-based task selection. We observe improvement up to 14% in terms of task completion time and up-to 40% improvement in terms of computing collision-free trajectories for the robots.

📄 PDF Abstract BibTeX arXiv:2209.02865

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Travel 설명 없음

Similar Papers 제목 키워드 기반

SPACE: A Python-based Simulator for Evaluating Decentralized Multi-Robot Task Allocation Algorithms

2024-09-06 · Inmo Jang

Swarm robotics explores the coordination of multiple robots to achieve collective goals, with collective decision-making being a central focus. This process involves decentralized robots autonomously making local decisio…

Decision Making

Decentralized Dynamic Task Allocation in Swarm Robotic Systems for Disaster Response

2019-07-09 · Payam Ghassemi, David DePauw, Souma Chowdhury

Multiple robotic systems, working together, can provide important solutions to different real-world applications (e.g., disaster response), among which task allocation problems feature prominently. Very few existing dece…

Decision MakingDisaster Response

Together We Rise: Optimizing Real-Time Multi-Robot Task Allocation using Coordinated Heterogeneous Plays

2025-02-22 · Aritra Pal, Anandsingh Chauhan, Mayank Baranwal

Efficient task allocation among multiple robots is crucial for optimizing productivity in modern warehouses, particularly in response to the increasing demands of online order fulfillment. This paper addresses the real-t…

Collision AvoidanceManagementReinforcement Learning (RL)

Acting on the Unseen: Communication-Free Collaborative Filtering for Decentralized Multi-Robot Task Allocation

2026-05-25 · Alexander Apartsin, Yigal Meshulam, Yehudit Aperstein arxiv

Multi-robot task allocation usually assumes some combination of communication, known task models, or a coordinator. We study the opposite extreme, a regime common in practice but overlooked in theory, which we name Zero-…

Collaborative Filtering

Auction-Consensus Algorithm with Learned Bidding Scheme for Multi-Robot Systems

2026-05-21 · Jose Rodriguez, Constantine Tarawneh, Sven Koenig, Wenjie Dong 외 arxiv

Multi-Robot Task Allocation (MRTA) is a central challenge in decentralized multi-agent systems, where teams of robots must cooperatively assign and execute tasks under limited communication while optimizing global perfor…

Reinforcement Learning