LGAIMLFeb 19, 2020

Efficient Deep Reinforcement Learning via Adaptive Policy Transfer

arXiv:2002.08037v312 citations
AI Analysis

This addresses the challenge of slow learning in reinforcement learning for AI systems, though it appears incremental as it builds on existing transfer learning approaches.

The paper tackles the problem of accelerating reinforcement learning by proposing a Policy Transfer Framework (PTF) that adaptively reuses knowledge from source policies without explicit similarity measurement, resulting in significant acceleration and surpassing state-of-the-art methods in learning efficiency and final performance across discrete and continuous action spaces.

Transfer Learning (TL) has shown great potential to accelerate Reinforcement Learning (RL) by leveraging prior knowledge from past learned policies of relevant tasks. Existing transfer approaches either explicitly computes the similarity between tasks or select appropriate source policies to provide guided explorations for the target task. However, how to directly optimize the target policy by alternatively utilizing knowledge from appropriate source policies without explicitly measuring the similarity is currently missing. In this paper, we propose a novel Policy Transfer Framework (PTF) to accelerate RL by taking advantage of this idea. Our framework learns when and which source policy is the best to reuse for the target policy and when to terminate it by modeling multi-policy transfer as the option learning problem. PTF can be easily combined with existing deep RL approaches. Experimental results show it significantly accelerates the learning process and surpasses state-of-the-art policy transfer methods in terms of learning efficiency and final performance in both discrete and continuous action spaces.

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