LGAIMLMay 14, 2019

Bias-Reduced Hindsight Experience Replay with Virtual Goal Prioritization

arXiv:1905.05498v525 citations
Originality Incremental advance
AI Analysis

This work addresses sample efficiency and bias issues in multi-goal reinforcement learning, representing an incremental improvement over HER.

The paper tackled the problem of inefficient virtual goal selection in Hindsight Experience Replay (HER) for sparse reward reinforcement learning by prioritizing instructive virtual goals and removing misleading samples, resulting in vast improvements in final success rate and sample efficiency compared to the original HER algorithm.

Hindsight Experience Replay (HER) is a multi-goal reinforcement learning algorithm for sparse reward functions. The algorithm treats every failure as a success for an alternative (virtual) goal that has been achieved in the episode. Virtual goals are randomly selected, irrespective of which are most instructive for the agent. In this paper, we present two improvements over the existing HER algorithm. First, we prioritize virtual goals from which the agent will learn more valuable information. We call this property the instructiveness of the virtual goal and define it by a heuristic measure, which expresses how well the agent will be able to generalize from that virtual goal to actual goals. Secondly, we reduce existing bias in HER by the removal of misleading samples. To test our algorithms, we built two challenging environments with sparse reward functions. Our empirical results in both environments show vast improvement in the final success rate and sample efficiency when compared to the original HER algorithm. A video showing experimental results is available at https://youtu.be/3cZwfK8Nfps .

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