LGAIOct 9, 2020

Characterizing Policy Divergence for Personalized Meta-Reinforcement Learning

arXiv:2010.04816v1
Originality Incremental advance
AI Analysis

This addresses personalized adaptation in RL for applications with costly exploration and limited data, though it appears incremental as an extension of meta-learning with policy divergence metrics.

The paper tackles the problem of few-shot reinforcement learning in personalized settings where different entities have distinct environment dynamics, by proposing a meta-learning algorithm that prioritizes relevant past experiences based on policy divergence metrics. The approach outperforms existing meta-learning alternatives on a navigation testbed designed for environment diversity.

Despite ample motivation from costly exploration and limited trajectory data, rapidly adapting to new environments with few-shot reinforcement learning (RL) can remain a challenging task, especially with respect to personalized settings. Here, we consider the problem of recommending optimal policies to a set of multiple entities each with potentially different characteristics, such that individual entities may parameterize distinct environments with unique transition dynamics. Inspired by existing literature in meta-learning, we extend previous work by focusing on the notion that certain environments are more similar to each other than others in personalized settings, and propose a model-free meta-learning algorithm that prioritizes past experiences by relevance during gradient-based adaptation. Our algorithm involves characterizing past policy divergence through methods in inverse reinforcement learning, and we illustrate how such metrics are able to effectively distinguish past policy parameters by the environment they were deployed in, leading to more effective fast adaptation during test time. To study personalization more effectively we introduce a navigation testbed to specifically incorporate environment diversity across training episodes, and demonstrate that our approach outperforms meta-learning alternatives with respect to few-shot reinforcement learning in personalized settings.

Foundations

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

Your Notes