ROAIMay 27, 2020

Dynamic Multi-Robot Task Allocation under Uncertainty and Temporal Constraints

arXiv:2005.13109v3147 citations
Originality Incremental advance
AI Analysis

This addresses efficient multi-robot coordination in uncertain environments, such as pick-and-place or delivery, but is incremental as it builds on hierarchical planning methods.

The paper tackles the problem of dynamically allocating tasks to multiple robots under uncertainty and time constraints to minimize unsuccessful tasks, presenting the Stochastic Conflict-Based Allocation (SCoBA) algorithm that outperforms baselines and scales well with tasks and agents.

We consider the problem of dynamically allocating tasks to multiple agents under time window constraints and task completion uncertainty. Our objective is to minimize the number of unsuccessful tasks at the end of the operation horizon. We present a multi-robot allocation algorithm that decouples the key computational challenges of sequential decision-making under uncertainty and multi-agent coordination and addresses them in a hierarchical manner. The lower layer computes policies for individual agents using dynamic programming with tree search, and the upper layer resolves conflicts in individual plans to obtain a valid multi-agent allocation. Our algorithm, Stochastic Conflict-Based Allocation (SCoBA), is optimal in expectation and complete under some reasonable assumptions. In practice, SCoBA is computationally efficient enough to interleave planning and execution online. On the metric of successful task completion, SCoBA consistently outperforms a number of baseline methods and shows strong competitive performance against an oracle with complete lookahead. It also scales well with the number of tasks and agents. We validate our results over a wide range of simulations on two distinct domains: multi-arm conveyor belt pick-and-place and multi-drone delivery dispatch in a city.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes