English

Hindsight Trust Region Policy Optimization

Machine Learning 2021-05-18 v5 Artificial Intelligence Machine Learning

Abstract

Reinforcement Learning(RL) with sparse rewards is a major challenge. We propose \emph{Hindsight Trust Region Policy Optimization}(HTRPO), a new RL algorithm that extends the highly successful TRPO algorithm with \emph{hindsight} to tackle the challenge of sparse rewards. Hindsight refers to the algorithm's ability to learn from information across goals, including ones not intended for the current task. HTRPO leverages two main ideas. It introduces QKL, a quadratic approximation to the KL divergence constraint on the trust region, leading to reduced variance in KL divergence estimation and improved stability in policy update. It also presents Hindsight Goal Filtering(HGF) to select conductive hindsight goals. In experiments, we evaluate HTRPO in various sparse reward tasks, including simple benchmarks, image-based Atari games, and simulated robot control. Ablation studies indicate that QKL and HGF contribute greatly to learning stability and high performance. Comparison results show that in all tasks, HTRPO consistently outperforms both TRPO and HPG, a state-of-the-art algorithm for RL with sparse rewards.

Keywords

Cite

@article{arxiv.1907.12439,
  title  = {Hindsight Trust Region Policy Optimization},
  author = {Hanbo Zhang and Site Bai and Xuguang Lan and David Hsu and Nanning Zheng},
  journal= {arXiv preprint arXiv:1907.12439},
  year   = {2021}
}

Comments

Accepted by IJCAI 2021

R2 v1 2026-06-23T10:33:49.084Z