To Err is Robotic: Rapid Value-Based Trial-and-Error during Deployment
Maximilian Du, Alexander Khazatsky, Tobias Gerstenberg, Chelsea Finn

TL;DR
This paper introduces Bellman-Guided Retrials, an algorithm that enhances robot policies with explicit trial-and-error capabilities, significantly improving success rates in diverse scenarios by monitoring progress and adaptively retrying strategies.
Contribution
The paper presents a novel retrial algorithm that works on top of existing policies, enabling robots to detect failure and adapt strategies using value functions trained on expert demonstrations.
Findings
Success rates increased by over 20% in simulation.
Success rates increased by over 50% in real-world experiments.
The method effectively enables trial-and-error behavior in trained policies.
Abstract
When faced with a novel scenario, it can be hard to succeed on the first attempt. In these challenging situations, it is important to know how to retry quickly and meaningfully. Retrying behavior can emerge naturally in robots trained on diverse data, but such robot policies will typically only exhibit undirected retrying behavior and may not terminate a suboptimal approach before an unrecoverable mistake. We can improve these robot policies by instilling an explicit ability to try, evaluate, and retry a diverse range of strategies. We introduce Bellman-Guided Retrials, an algorithm that works on top of a base robot policy by monitoring the robot's progress, detecting when a change of plan is needed, and adapting the executed strategy until the robot succeeds. We start with a base policy trained on expert demonstrations of a variety of scenarios. Then, using the same expert…
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
TopicsSimulation Techniques and Applications · Quality and Safety in Healthcare · Systems Engineering Methodologies and Applications
