paper-with-me

홈 › Papers

Hindsight policy gradients

2017-11-16 · ICLR 2019 5 · Paulo Rauber, Avinash Ummadisingu, Filipe Mutz, Juergen Schmidhuber

A reinforcement learning agent that needs to pursue different goals across episodes requires a goal-conditional policy. In addition to their potential to generalize desirable behavior to unseen goals, such policies may also enable higher-level planning based on subgoals. In sparse-reward environments, the capacity to exploit information about the degree to which an arbitrary goal has been achieved while another goal was intended appears crucial to enable sample efficient learning. However, reinforcement learning agents have only recently been endowed with such capacity for hindsight. In this paper, we demonstrate how hindsight can be introduced to policy gradient methods, generalizing this idea to a broad class of successful algorithms. Our experiments on a diverse selection of sparse-reward environments show that hindsight leads to a remarkable increase in sample efficiency.

📄 PDF Abstract BibTeX arXiv:1711.06006

Code (1)

paulorauber/hpg tf

Tasks

Policy Gradient Methodsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Improvements on Hindsight Learning

2018-09-16 · Ameet Deshpande, Srikanth Sarma, Ashutosh Jha, Balaraman Ravindran

Sparse reward problems are one of the biggest challenges in Reinforcement Learning. Goal-directed tasks are one such sparse reward problems where a reward signal is received only when the goal is reached. One promising w…

Policy Gradient Methodsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Hindsight Experience Replay with Kronecker Product Approximate Curvature

2020-10-09 · Dhuruva Priyan G M, Abhik Singla, Shalabh Bhatnagar

Hindsight Experience Replay (HER) is one of the efficient algorithm to solve Reinforcement Learning tasks related to sparse rewarded environments.But due to its reduced sample efficiency and slower convergence HER fails …

MuJoCo

Policy Continuation with Hindsight Inverse Dynamics

2019-10-30 · NeurIPS 2019 12 · Hao Sun, Zhizhong Li, Xiaotong Liu, Dahua Lin 외

Solving goal-oriented tasks is an important but challenging problem in reinforcement learning (RL). For such tasks, the rewards are often sparse, making it difficult to learn a policy effectively. To tackle this difficul…

Reinforcement LearningReinforcement Learning (RL)

Adaptive Dialog Policy Learning with Hindsight and User Modeling

2020-05-07 · SIGDIAL (ACL) 2020 7 · Yan Cao, Keting Lu, Xiaoping Chen, Shiqi Zhang

Reinforcement learning methods have been used to compute dialog policies from language-based interaction experiences. Efficiency is of particular importance in dialog policy learning, because of the considerable cost of …

Reinforcement Learning (RL)

Hindsight Trust Region Policy Optimization

2019-07-29 · Hanbo Zhang, Site Bai, Xuguang Lan, David Hsu 외

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{hi…

Atari GamesPolicy Gradient MethodsReinforcement LearningReinforcement Learning (RL)