Swarm Algorithms for Dynamic Task Allocation in Unknown Environments
Adithya Balachandran, Noble Harasha, Nancy Lynch

TL;DR
This paper introduces three novel swarm algorithms for dynamic task allocation in unknown environments, demonstrating their efficiency over traditional methods under various task appearance rates.
Contribution
The paper presents new swarm algorithms that operate without prior knowledge of task locations and adapt to dynamic environments, outperforming existing strategies in certain conditions.
Findings
Propagating task information improves efficiency at low task rates.
Division of labor enhances performance at medium task rates.
Levy random walk performs well at high task rates.
Abstract
Robot swarms, systems of many robots that operate in a distributed fashion, have many applications in areas such as search-and-rescue, natural disaster response, and self-assembly. Several of these applications can be abstracted to the general problem of task allocation in an environment, in which robots must assign themselves to and complete tasks. While several algorithms for task allocation have been proposed, most of them assume either prior knowledge of task locations or a static set of tasks. Operating under a discrete general model where tasks dynamically appear in unknown locations, we present three new swarm algorithms for task allocation. We demonstrate that when tasks appear slowly, our variant of a distributed algorithm based on propagating task information completes tasks more efficiently than a Levy random walk algorithm, which is a strategy used by many organisms in…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms
