LGMLSep 18, 2021

Hindsight Foresight Relabeling for Meta-Reinforcement Learning

arXiv:2109.09031v27 citations
AI Analysis

This work addresses the meta-training sample inefficiency problem for meta-reinforcement learning researchers and practitioners, representing an incremental improvement over prior multi-task RL techniques.

The paper tackles the sample inefficiency in meta-training for reinforcement learning by introducing Hindsight Foresight Relabeling (HFR), a method that relabels past transitions to share experience among tasks, resulting in improved performance on various meta-RL tasks compared to other relabeling methods.

Meta-reinforcement learning (meta-RL) algorithms allow for agents to learn new behaviors from small amounts of experience, mitigating the sample inefficiency problem in RL. However, while meta-RL agents can adapt quickly to new tasks at test time after experiencing only a few trajectories, the meta-training process is still sample-inefficient. Prior works have found that in the multi-task RL setting, relabeling past transitions and thus sharing experience among tasks can improve sample efficiency and asymptotic performance. We apply this idea to the meta-RL setting and devise a new relabeling method called Hindsight Foresight Relabeling (HFR). We construct a relabeling distribution using the combination of "hindsight", which is used to relabel trajectories using reward functions from the training task distribution, and "foresight", which takes the relabeled trajectories and computes the utility of each trajectory for each task. HFR is easy to implement and readily compatible with existing meta-RL algorithms. We find that HFR improves performance when compared to other relabeling methods on a variety of meta-RL tasks.

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