paper-with-me

홈 › Papers

Learning on the Job: Self-Rewarding Offline-to-Online Finetuning for Industrial Insertion of Novel Connectors from Vision

2022-10-27 · Ashvin Nair, Brian Zhu, Gokul Narayanan, Eugen Solowjow, Sergey Levine

Learning-based methods in robotics hold the promise of generalization, but what can be done if a learned policy does not generalize to a new situation? In principle, if an agent can at least evaluate its own success (i.e., with a reward classifier that generalizes well even when the policy does not), it could actively practice the task and finetune the policy in this situation. We study this problem in the setting of industrial insertion tasks, such as inserting connectors in sockets and setting screws. Existing algorithms rely on precise localization of the connector or socket and carefully managed physical setups, such as assembly lines, to succeed at the task. But in unstructured environments such as homes or even some industrial settings, robots cannot rely on precise localization and may be tasked with previously unseen connectors. Offline reinforcement learning on a variety of connector insertion tasks is a potential solution, but what if the robot is tasked with inserting previously unseen connector? In such a scenario, we will still need methods that can robustly solve such tasks with online practice. One of the main observations we make in this work is that, with a suitable representation learning and domain generalization approach, it can be significantly easier for the reward function to generalize to a new but structurally similar task (e.g., inserting a new type of connector) than for the policy. This means that a learned reward function can be used to facilitate the finetuning of the robot's policy in situations where the policy fails to generalize in zero shot, but the reward function generalizes successfully. We show that such an approach can be instantiated in the real world, pretrained on 50 different connectors, and successfully finetuned to new connectors via the learned reward function. Videos can be viewed at https://sites.google.com/view/learningonthejob

📄 PDF Abstract BibTeX arXiv:2210.15206

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationRepresentation Learning

Similar Papers 제목 키워드 기반

Finetuning from Offline Reinforcement Learning: Challenges, Trade-offs and Practical Solutions

2023-03-30 · Yicheng Luo, Jackie Kay, Edward Grefenstette, Marc Peter Deisenroth

Offline reinforcement learning (RL) allows for the training of competent agents from offline datasets without any interaction with the environment. Online finetuning of such offline models can further improve performance…

DiversityOffline RLreinforcement-learningReinforcement Learning (RL)

Policy Finetuning: Bridging Sample-Efficient Offline and Online Reinforcement Learning

2021-06-09 · NeurIPS 2021 12 · Tengyang Xie, Nan Jiang, Huan Wang, Caiming Xiong 외

Recent theoretical work studies sample-efficient reinforcement learning (RL) extensively in two settings: learning interactively in the environment (online RL), or learning from an offline dataset (offline RL). However, …

Offline RLOpen-Ended Question Answeringreinforcement-learningReinforcement Learning+1

PROTO: Iterative Policy Regularized Offline-to-Online Reinforcement Learning

2023-05-25 · Jianxiong Li, Xiao Hu, Haoran Xu, Jingjing Liu 외

Offline-to-online reinforcement learning (RL), by combining the benefits of offline pretraining and online finetuning, promises enhanced sample efficiency and policy performance. However, existing methods, effective as t…

Computational Efficiencyreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Unsupervised Video Object Segmentation with Online Adversarial Self-Tuning

2023-01-01 · ICCV 2023 1 · Tiankang Su, Huihui Song, Dong Liu, Bo Liu 외

The existing unsupervised video object segmentation methods depend heavily on the segmentation model trained offline on a labeled training video set, and cannot well generalize to the test videos from a different dom…

ObjectPseudo LabelSegmentationSemantic Segmentation+3

Reinforcement Learning Gradients as Vitamin for Online Finetuning Decision Transformers

2024-10-31 · Kai Yan, Alexander G. Schwing, Yu-Xiong Wang

Decision Transformers have recently emerged as a new and compelling paradigm for offline Reinforcement Learning (RL), completing a trajectory in an autoregressive way. While improvements have been made to overcome initia…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)