LGAIJul 19, 2022

Learning Action Translator for Meta Reinforcement Learning on Sparse-Reward Tasks

arXiv:2207.09071v28 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses challenges in meta-RL for sparse-reward, long-horizon tasks, but is incremental as it builds on existing context-based methods.

The paper tackles the problem of sample inefficiency and task difficulty discrepancy in meta reinforcement learning on sparse-reward tasks by introducing an action translator, which empirically improves sample efficiency and performance.

Meta reinforcement learning (meta-RL) aims to learn a policy solving a set of training tasks simultaneously and quickly adapting to new tasks. It requires massive amounts of data drawn from training tasks to infer the common structure shared among tasks. Without heavy reward engineering, the sparse rewards in long-horizon tasks exacerbate the problem of sample efficiency in meta-RL. Another challenge in meta-RL is the discrepancy of difficulty level among tasks, which might cause one easy task dominating learning of the shared policy and thus preclude policy adaptation to new tasks. This work introduces a novel objective function to learn an action translator among training tasks. We theoretically verify that the value of the transferred policy with the action translator can be close to the value of the source policy and our objective function (approximately) upper bounds the value difference. We propose to combine the action translator with context-based meta-RL algorithms for better data collection and more efficient exploration during meta-training. Our approach empirically improves the sample efficiency and performance of meta-RL algorithms on sparse-reward tasks.

Foundations

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

Your Notes