Leveraging Untrustworthy Commands for Multi-Robot Coordination in
Unpredictable Environments: A Bandit Submodular Maximization Approach
- URL: http://arxiv.org/abs/2309.16161v1
- Date: Thu, 28 Sep 2023 04:26:06 GMT
- Title: Leveraging Untrustworthy Commands for Multi-Robot Coordination in
Unpredictable Environments: A Bandit Submodular Maximization Approach
- Authors: Zirui Xu, Xiaofeng Lin, Vasileios Tzoumas
- Abstract summary: We study the problem of multi-agent coordination in unpredictable environments with untrustworthy external commands.
We provide an algorithm, Meta Bandit Sequential Greedy, which enjoys performance guarantees even when the external commands are arbitrarily bad.
- Score: 5.087424045458335
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: We study the problem of multi-agent coordination in unpredictable and
partially-observable environments with untrustworthy external commands. The
commands are actions suggested to the robots, and are untrustworthy in that
their performance guarantees, if any, are unknown. Such commands may be
generated by human operators or machine learning algorithms and, although
untrustworthy, can often increase the robots' performance in complex
multi-robot tasks. We are motivated by complex multi-robot tasks such as target
tracking, environmental mapping, and area monitoring. Such tasks are often
modeled as submodular maximization problems due to the information overlap
among the robots. We provide an algorithm, Meta Bandit Sequential Greedy
(MetaBSG), which enjoys performance guarantees even when the external commands
are arbitrarily bad. MetaBSG leverages a meta-algorithm to learn whether the
robots should follow the commands or a recently developed submodular
coordination algorithm, Bandit Sequential Greedy (BSG) [1], which has
performance guarantees even in unpredictable and partially-observable
environments. Particularly, MetaBSG asymptotically can achieve the better
performance out of the commands and the BSG algorithm, quantifying its
suboptimality against the optimal time-varying multi-robot actions in
hindsight. Thus, MetaBSG can be interpreted as robustifying the untrustworthy
commands. We validate our algorithm in simulated scenarios of multi-target
tracking.
Related papers
- Robotic warehousing operations: a learn-then-optimize approach to large-scale neighborhood search [84.39855372157616]
This paper supports robotic parts-to-picker operations in warehousing by optimizing order-workstation assignments, item-pod assignments and the schedule of order fulfillment at workstations.
We solve it via large-scale neighborhood search, with a novel learn-then-optimize approach to subproblem generation.
In collaboration with Amazon Robotics, we show that our model and algorithm generate much stronger solutions for practical problems than state-of-the-art approaches.
arXiv Detail & Related papers (2024-08-29T20:22:22Z) - Accelerating Search-Based Planning for Multi-Robot Manipulation by Leveraging Online-Generated Experiences [20.879194337982803]
Multi-Agent Path-Finding (MAPF) algorithms have shown promise in discrete 2D domains, providing rigorous guarantees.
We propose an approach for accelerating conflict-based search algorithms by leveraging their repetitive and incremental nature.
arXiv Detail & Related papers (2024-03-29T20:31:07Z) - RoboScript: Code Generation for Free-Form Manipulation Tasks across Real
and Simulation [77.41969287400977]
This paper presents textbfRobotScript, a platform for a deployable robot manipulation pipeline powered by code generation.
We also present a benchmark for a code generation benchmark for robot manipulation tasks in free-form natural language.
We demonstrate the adaptability of our code generation framework across multiple robot embodiments, including the Franka and UR5 robot arms.
arXiv Detail & Related papers (2024-02-22T15:12:00Z) - Robustness for Free: Quality-Diversity Driven Discovery of Agile Soft
Robotic Gaits [0.7829600874436199]
We show how Quality Diversity Algorithms can produce repertoires of gaits robust to changing terrains.
This robustness significantly out-performs that of gaits produced by a single objective optimization algorithm.
arXiv Detail & Related papers (2023-11-02T14:00:11Z) - Latent Exploration for Reinforcement Learning [87.42776741119653]
In Reinforcement Learning, agents learn policies by exploring and interacting with the environment.
We propose LATent TIme-Correlated Exploration (Lattice), a method to inject temporally-correlated noise into the latent state of the policy network.
arXiv Detail & Related papers (2023-05-31T17:40:43Z) - Bandit Submodular Maximization for Multi-Robot Coordination in
Unpredictable and Partially Observable Environments [3.0294344089697596]
We introduce the first submodular coordination algorithm with bandit feedback and tracking regret.
bandit feedback is the robots' ability to compute in hindsight only the effect of their chosen actions.
tracking regret is the algorithm's suboptimality with respect to the optimal time-varying actions that fully know the future a priori.
arXiv Detail & Related papers (2023-05-22T07:44:54Z) - Online Submodular Coordination with Bounded Tracking Regret: Theory,
Algorithm, and Applications to Multi-Robot Coordination [15.588080817106563]
We are motivated by the future autonomy that involves multiple robots coordinating in dynamic, unstructured, and adversarial environments.
We introduce the first submodular coordination algorithm with bounded tracking regret, ie., with bounded suboptimality with respect to optimal time-varying actions that know the future a priori.
Our algorithm generalizes the seminal Sequential Greedy algorithm by Fisher et al. to unpredictable environments, leveraging submodularity and algorithms for the problem of tracking the best expert.
arXiv Detail & Related papers (2022-09-26T05:31:34Z) - SABER: Data-Driven Motion Planner for Autonomously Navigating
Heterogeneous Robots [112.2491765424719]
We present an end-to-end online motion planning framework that uses a data-driven approach to navigate a heterogeneous robot team towards a global goal.
We use model predictive control (SMPC) to calculate control inputs that satisfy robot dynamics, and consider uncertainty during obstacle avoidance with chance constraints.
recurrent neural networks are used to provide a quick estimate of future state uncertainty considered in the SMPC finite-time horizon solution.
A Deep Q-learning agent is employed to serve as a high-level path planner, providing the SMPC with target positions that move the robots towards a desired global goal.
arXiv Detail & Related papers (2021-08-03T02:56:21Z) - Robotic Brain Storm Optimization: A Multi-target Collaborative Searching
Paradigm for Swarm Robotics [24.38312890501329]
This paper proposes a BSO-based collaborative searching framework for swarm robotics called Robotic BSO.
The proposed method can simulate the BSO's guided search characteristics and has an excellent prospect for multi-target searching problems for swarm robotics.
arXiv Detail & Related papers (2021-05-27T13:05:48Z) - MLE-guided parameter search for task loss minimization in neural
sequence modeling [83.83249536279239]
Neural autoregressive sequence models are used to generate sequences in a variety of natural language processing (NLP) tasks.
We propose maximum likelihood guided parameter search (MGS), which samples from a distribution over update directions that is a mixture of random search around the current parameters and around the maximum likelihood gradient.
Our experiments show that MGS is capable of optimizing sequence-level losses, with substantial reductions in repetition and non-termination in sequence completion, and similar improvements to those of minimum risk training in machine translation.
arXiv Detail & Related papers (2020-06-04T22:21:22Z) - Dynamic Multi-Robot Task Allocation under Uncertainty and Temporal
Constraints [52.58352707495122]
We present a multi-robot allocation algorithm that decouples the key computational challenges of sequential decision-making under uncertainty and multi-agent coordination.
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.
arXiv Detail & Related papers (2020-05-27T01:10:41Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.