paper-with-me

홈 › Papers

Reinforcement Learning for Robotic Manipulation using Simulated Locomotion Demonstrations

2019-10-16 · Ozsel Kilinc, Giovanni Montana

Mastering robotic manipulation skills through reinforcement learning (RL) typically requires the design of shaped reward functions. Recent developments in this area have demonstrated that using sparse rewards, i.e. rewarding the agent only when the task has been successfully completed, can lead to better policies. However, state-action space exploration is more difficult in this case. Recent RL approaches to learning with sparse rewards have leveraged high-quality human demonstrations for the task, but these can be costly, time consuming or even impossible to obtain. In this paper, we propose a novel and effective approach that does not require human demonstrations. We observe that every robotic manipulation task could be seen as involving a locomotion task from the perspective of the object being manipulated, i.e. the object could learn how to reach a target state on its own. In order to exploit this idea, we introduce a framework whereby an object locomotion policy is initially obtained using a realistic physics simulator. This policy is then used to generate auxiliary rewards, called simulated locomotion demonstration rewards (SLDRs), which enable us to learn the robot manipulation policy. The proposed approach has been evaluated on 13 tasks of increasing complexity, and can achieve higher success rate and faster learning rates compared to alternative algorithms. SLDRs are especially beneficial for tasks like multi-object stacking and non-rigid object manipulation.

📄 PDF Abstract BibTeX arXiv:1910.07294

Code (2)

WMGDataScience/gym_wmgds 공식 구현
WMGDataScience/sldr 공식 구현 pytorch

Tasks

Objectreinforcement-learningReinforcement LearningReinforcement Learning (RL)Robot Manipulation

Similar Papers 제목 키워드 기반

Actor-Critic Pretraining for Proximal Policy Optimization

2026-02-27 · Andreas Kernbach, Amr Elsheikh, Nicolas Grupp, René Nagel 외 arxiv

Reinforcement learning (RL) actor-critic algorithms enable autonomous learning but often require a large number of environment interactions, which limits their applicability in robotics. Leveraging expert data can reduce…

Reinforcement Learning

Improving Behavioural Cloning with Positive Unlabeled Learning

2023-01-27 · Qiang Wang, Robert McCarthy, David Cordova Bulens, Kevin McGuinness 외

Learning control policies offline from pre-recorded datasets is a promising avenue for solving challenging real-world problems. However, available datasets are typically of mixed quality, with a limited number of the tra…

Behavioural cloningD4RLImitation Learningreinforcement-learning+1

The Role of Domain Randomization in Training Diffusion Policies for Whole-Body Humanoid Control

2024-11-02 · Oleg Kaidanov, Firas Al-Hafez, Yusuf Suvari, Boris Belousov 외

Humanoids have the potential to be the ideal embodiment in environments designed for humans. Thanks to the structural similarity to the human body, they benefit from rich sources of demonstration data, e.g., collected vi…

DiversityHumanoid Control

Composable Deep Reinforcement Learning for Robotic Manipulation

2018-03-19 · Tuomas Haarnoja, Vitchyr Pong, Aurick Zhou, Murtaza Dalal 외

Model-free deep reinforcement learning has been shown to exhibit good performance in domains ranging from video games to simulated robotic manipulation and locomotion. However, model-free methods are known to perform poo…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+1

Cross-Domain Transfer via Semantic Skill Imitation

2022-12-14 · Karl Pertsch, Ruta Desai, Vikash Kumar, Franziska Meier 외

We propose an approach for semantic imitation, which uses demonstrations from a source domain, e.g. human videos, to accelerate reinforcement learning (RL) in a different target domain, e.g. a robotic manipulator in a si…

Reinforcement Learning (RL)Robot Manipulation