Residual Skill Policies: Learning an Adaptable Skill-based Action Space for Reinforcement Learning for RoboticsDownload PDF

Published: 10 Sept 2022, Last Modified: 12 Mar 2024CoRL 2022 PosterReaders: Everyone
Keywords: Reinforcement Learning, Skill Learning, Transfer Learning, Residual Reinforcement Learning
TL;DR: We introduce a general skill-based RL framework that allows for fine-grained skill-adaptation to task variations not captured by fixed skill spaces and propose a flows-based skill prior for accelerated, state-conditioned exploration.
Abstract: Skill-based reinforcement learning (RL) has emerged as a promising strategy to leverage prior knowledge for accelerated robot learning. Skills are typically extracted from expert demonstrations and are embedded into a latent space from which they can be sampled as actions by a high-level RL agent. However, this \textit{skill space} is expansive, and not all skills are relevant for a given robot state, making exploration difficult. Furthermore, the downstream RL agent is limited to learning structurally similar tasks to those used to construct the skill space. We firstly propose accelerating exploration in the skill space using state-conditioned generative models to directly bias the high-level agent towards only \textit{sampling} skills relevant to a given state based on prior experience. Next, we propose a low-level residual policy for fine-grained \textit{skill adaptation} enabling downstream RL agents to adapt to unseen task variations. Finally, we validate our approach across four challenging manipulation tasks that differ from those used to build the skill space, demonstrating our ability to learn across task variations while significantly accelerating exploration, outperforming prior works.
Student First Author: yes
Supplementary Material: zip
Website: https://krishanrana.github.io/reskill
Code: https://github.com/krishanrana/reskill
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 1 code implementation](https://www.catalyzex.com/paper/arxiv:2211.02231/code)
18 Replies

Loading