AIJun 11, 2018

Context-Aware Policy Reuse

arXiv:1806.03793v441 citations
Originality Highly original
AI Analysis

This work addresses the challenge of improving transfer efficiency and ensuring optimality in reinforcement learning for tasks like navigation and gaming, representing a novel method for a known bottleneck.

The paper tackles the problem of inefficient policy reuse in transfer learning for reinforcement learning by developing a novel method called Context-Aware Policy reuSe (CAPS), which enables multi-policy transfer with theoretical guarantees and significantly outperforms state-of-the-art methods in empirical tests on grid-based navigation and Pygame Learning Environment domains.

Transfer learning can greatly speed up reinforcement learning for a new task by leveraging policies of relevant tasks. Existing works of policy reuse either focus on only selecting a single best source policy for transfer without considering contexts, or cannot guarantee to learn an optimal policy for a target task. To improve transfer efficiency and guarantee optimality, we develop a novel policy reuse method, called Context-Aware Policy reuSe (CAPS), that enables multi-policy transfer. Our method learns when and which source policy is best for reuse, as well as when to terminate its reuse. CAPS provides theoretical guarantees in convergence and optimality for both source policy selection and target task learning. Empirical results on a grid-based navigation domain and the Pygame Learning Environment demonstrate that CAPS significantly outperforms other state-of-the-art policy reuse methods.

Foundations

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

Your Notes