paper-with-me

홈 › Papers

Generalized Hindsight for Reinforcement Learning

2020-02-26 · NeurIPS 2020 12 · Alexander C. Li, Lerrel Pinto, Pieter Abbeel

One of the key reasons for the high sample complexity in reinforcement learning (RL) is the inability to transfer knowledge from one task to another. In standard multi-task RL settings, low-reward data collected while trying to solve one task provides little to no signal for solving that particular task and is hence effectively wasted. However, we argue that this data, which is uninformative for one task, is likely a rich source of information for other tasks. To leverage this insight and efficiently reuse data, we present Generalized Hindsight: an approximate inverse reinforcement learning technique for relabeling behaviors with the right tasks. Intuitively, given a behavior generated under one task, Generalized Hindsight returns a different task that the behavior is better suited for. Then, the behavior is relabeled with this new task before being used by an off-policy RL optimizer. Compared to standard relabeling techniques, Generalized Hindsight provides a substantially more efficient reuse of samples, which we empirically demonstrate on a suite of multi-task navigation and manipulation tasks. Videos and code can be accessed here: https://sites.google.com/view/generalized-hindsight.

📄 PDF Abstract BibTeX arXiv:2002.11708

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Generalized Decision Transformer for Offline Hindsight Information Matching

2021-11-19 · Hiroki Furuta, Yutaka Matsuo, Shixiang Shane Gu

How to extract as much learning signal from each trajectory data has been a key problem in reinforcement learning (RL), where sample inefficiency has posed serious challenges for practical applications. Recent works have…

continuous-controlContinuous ControlImitation LearningMuJoCo+1

GCHR : Goal-Conditioned Hindsight Regularization for Sample-Efficient Reinforcement Learning

2025-08-08 · Xing Lei, Wenyan Yang, Kaiqiang Ke, Shentao Yang 외 arxiv

Goal-conditioned reinforcement learning (GCRL) with sparse rewards remains a fundamental challenge in reinforcement learning. While hindsight experience replay (HER) has shown promise by relabeling collected trajectories…

Reinforcement Learning

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)

ZipRL: Adaptive Multi-Turn Context Compression with Hindsight Response Replay

2026-05-27 · Zhexin Hu, Li Wang, Xiaohan Wang, Jiajun Chai 외 arxiv

Adaptive context compression is vital for scaling Large Language Models (LLMs) to complex, multi-turn agent tasks. However, rule-based compression methods may discard task-critical nuances, while Reinforcement Learning (…

Reinforcement Learning

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)