ROLGOct 26, 2020

Contextual Latent-Movements Off-Policy Optimization for Robotic Manipulation Skills

arXiv:2010.13766v313 citations
Originality Incremental advance
AI Analysis

This work addresses sample efficiency in robot learning for high-dimensional manipulation skills, offering an incremental improvement over existing methods.

The paper tackles the challenge of improving high-dimensional parameterized movement primitives for robotic manipulation using reinforcement learning by proposing a framework that acquires low-dimensional latent dynamics and a contextual off-policy algorithm, resulting in sample-efficient policies validated in simulation and on a real robot.

Parameterized movement primitives have been extensively used for imitation learning of robotic tasks. However, the high-dimensionality of the parameter space hinders the improvement of such primitives in the reinforcement learning (RL) setting, especially for learning with physical robots. In this paper we propose a novel view on handling the demonstrated trajectories for acquiring low-dimensional, non-linear latent dynamics, using mixtures of probabilistic principal component analyzers (MPPCA) on the movements' parameter space. Moreover, we introduce a new contextual off-policy RL algorithm, named LAtent-Movements Policy Optimization (LAMPO). LAMPO can provide gradient estimates from previous experience using self-normalized importance sampling, hence, making full use of samples collected in previous learning iterations. These advantages combined provide a complete framework for sample-efficient off-policy optimization of movement primitives for robot learning of high-dimensional manipulation skills. Our experimental results conducted both in simulation and on a real robot show that LAMPO provides sample-efficient policies against common approaches in literature.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes