LGAIRONov 24, 2022

SkillS: Adaptive Skill Sequencing for Efficient Temporally-Extended Exploration

DeepMind
arXiv:2211.13743v39 citationsh-index: 72
Originality Incremental advance
AI Analysis

This addresses efficient knowledge transfer for RL agents, though it appears incremental as it builds on existing skill reuse methods.

The paper tackles the problem of skill reuse in reinforcement learning by introducing an approach that sequences existing skills for exploration while learning the final policy from raw experience, significantly outperforming classical methods across evaluation tasks.

The ability to effectively reuse prior knowledge is a key requirement when building general and flexible Reinforcement Learning (RL) agents. Skill reuse is one of the most common approaches, but current methods have considerable limitations.For example, fine-tuning an existing policy frequently fails, as the policy can degrade rapidly early in training. In a similar vein, distillation of expert behavior can lead to poor results when given sub-optimal experts. We compare several common approaches for skill transfer on multiple domains including changes in task and system dynamics. We identify how existing methods can fail and introduce an alternative approach to mitigate these problems. Our approach learns to sequence existing temporally-extended skills for exploration but learns the final policy directly from the raw experience. This conceptual split enables rapid adaptation and thus efficient data collection but without constraining the final solution.It significantly outperforms many classical methods across a suite of evaluation tasks and we use a broad set of ablations to highlight the importance of differentc omponents of our method.

Foundations

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

Your Notes