Allocation of Multi-Robot Tasks with Task Variants
Zakk Giacometti, Yu Zhang

TL;DR
This paper introduces a generalized multi-robot task allocation problem with task variants, maintaining NP-completeness, and adapts greedy algorithms to effectively solve this more flexible problem.
Contribution
It extends existing multi-robot task allocation models to include task variants and adapts greedy algorithms to this new formulation, preserving theoretical complexity bounds.
Findings
The problem remains NP-complete with task variants.
The adapted greedy methods perform effectively on the new problem.
The evaluation demonstrates the efficacy of the proposed methods.
Abstract
Task allocation has been a well studied problem. In most prior problem formulations, it is assumed that each task is associated with a unique set of resource requirements. In the scope of multi-robot task allocation problem, these requirements can be satisfied by a coalition of robots. In this paper, we introduce a more general formulation of multi-robot task allocation problem that allows more than one option for specifying the set of task requirements--satisfying any one of the options will satisfy the task. We referred to this new problem as the multi-robot task allocation problem with task variants. First, we theoretically show that this extension fortunately does not impact the complexity class, which is still NP-complete. For solution methods, we adapt two previous greedy methods for the task allocation problem without task variants to solve this new problem and analyze their…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Robotic Path Planning Algorithms · Auction Theory and Applications
