paper-with-me

Papers

REBOOT: Reuse Data for Bootstrapping Efficient Real-World Dexterous Manipulation

2023-09-06 · Zheyuan Hu, Aaron Rovinsky, Jianlan Luo, Vikash Kumar, Abhishek Gupta, Sergey Levine

Dexterous manipulation tasks involving contact-rich interactions pose a significant challenge for both model-based control systems and imitation learning algorithms. The complexity arises from the need for multi-fingered robotic hands to dynamically establish and break contacts, balance non-prehensile forces, and control large degrees of freedom. Reinforcement learning (RL) offers a promising approach due to its general applicability and capacity to autonomously acquire optimal manipulation strategies. However, its real-world application is often hindered by the necessity to generate a large number of samples, reset the environment, and obtain reward signals. In this work, we introduce an efficient system for learning dexterous manipulation skills with RL to alleviate these challenges. The main idea of our approach is the integration of recent advances in sample-efficient RL and replay buffer bootstrapping. This combination allows us to utilize data from different tasks or objects as a starting point for training new tasks, significantly improving learning efficiency. Additionally, our system completes the real-world training cycle by incorporating learned resets via an imitation-based pickup policy as well as learned reward functions, eliminating the need for manual resets and reward engineering. We demonstrate the benefits of reusing past data as replay buffer initialization for new tasks, for instance, the fast acquisition of intricate manipulation skills in the real world on a four-fingered robotic hand. (Videos: https://sites.google.com/view/reboot-dexterous)

📄 PDF Abstract BibTeX arXiv:2309.03322

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Kernel-based L_2-Boosting with Structure Constraints

2020-09-16 · Yao Wang, Xin Guo, Shao-Bo Lin

Developing efficient kernel methods for regression is very popular in the past decade. In this paper, utilizing boosting on kernel-based weaker learners, we propose a novel kernel-based learning algorithm called kernel-b…

Residual Bootstrap Exploration for Bandit Algorithms

2020-02-19 · Chi-Hua Wang, Yang Yu, Botao Hao, Guang Cheng

In this paper, we propose a novel perturbation-based exploration method in bandit algorithms with bounded or unbounded rewards, called residual bootstrap exploration (\texttt{ReBoot}). The \texttt{ReBoot} enforces explor…

Computational EfficiencyMulti-Armed BanditsThompson Sampling

Rebooting Microreboot: Architectural Support for Safe, Parallel Recovery in Microservice Systems

2026-04-11 · Laurent Bindschaedler arxiv

Microreboot enables fast recovery by restarting only the failing component, but in modern microservices naive restarts are unsafe: dense dependencies mean rebooting one service can disrupt many callers. Autonomous remedi…

Bootstrapping Semantic Layer from Execution for Text-to-SQL

2026-06-04 · Youngwon Lee, Jaejin Kim, Seung-won Hwang arxiv

Real-world text-to-SQL is often under-specified until user phrases are grounded in how the database stores values. Prior work attempts to address this by requiring a semantic layer to specify groundings in advance, but s…

Residual Bootstrap Exploration for Stochastic Linear Bandit

2022-02-23 · Shuang Wu, Chi-Hua Wang, Yuantong Li, Guang Cheng

We propose a new bootstrap-based online algorithm for stochastic linear bandit problems. The key idea is to adopt residual bootstrap exploration, in which the agent estimates the next step reward by re-sampling the resid…

Computational Efficiency