paper-with-me

Papers

Hindsight Experience Replay

2017-07-05 · NeurIPS 2017 12 · Marcin Andrychowicz, Filip Wolski, Alex Ray, Jonas Schneider, Rachel Fong, Peter Welinder, Bob McGrew, Josh Tobin, Pieter Abbeel, Wojciech Zaremba

Dealing with sparse rewards is one of the biggest challenges in Reinforcement Learning (RL). We present a novel technique called Hindsight Experience Replay which allows sample-efficient learning from rewards which are sparse and binary and therefore avoid the need for complicated reward engineering. It can be combined with an arbitrary off-policy RL algorithm and may be seen as a form of implicit curriculum. We demonstrate our approach on the task of manipulating objects with a robotic arm. In particular, we run experiments on three different tasks: pushing, sliding, and pick-and-place, in each case using only binary rewards indicating whether or not the task is completed. Our ablation studies show that Hindsight Experience Replay is a crucial ingredient which makes training possible in these challenging environments. We show that our policies trained on a physics simulation can be deployed on a physical robot and successfully complete the task.

📄 PDF Abstract BibTeX arXiv:1707.01495

Code (28)

AdamStelmaszczyk/dqn tf
Baichenjia/BHER tf
DLR-RM/stable-baselines3 pytorch
JunkyByte/HER_DQN pytorch
Medabid1/RL_Project pytorch
Stevenhunter167/HER_Minigrid pytorch
TianhongDai/hindsight-experience-replay pytorch
YangRui2015/Modular_HER tf
bacdavid/HER tf
ethancaballero/neural-engineers-first-attempt tf
fapont/hackaton-hiparis-2021
flowersteam/curious
hemilpanchiwala/Hindsight-Experience-Replay pytorch
hietalajulius/clothmanip
hietalajulius/dynamic-cloth-folding
hill-a/stable-baselines tf
jaem-seo/AI_tokamak_control
jangirrishabh/Overcoming-exploration-from-demos tf
mehdimashayekhi/Some-RL-Implementation tf
mindspore-courses/Deep-Reinforcement-Learning-Algorithms-with-MindSpore mindspore
offworld-projects/research-halgan tf
opendilab/DI-engine/blob/main/ding/reward_model/her_reward_model.py pytorch
rk1998/robot-sac tf
sdicastro/simandrealbettertogether pytorch
sjYoondeltar/IQN_example tf
sjYoondeltar/myRL_example tf
sumitsk/HER pytorch
tenvinc/CS4246-Project pytorch

Tasks

Reinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Hindsight Curriculum Generation Based Multi-Goal Experience Replay

2021-01-01 · Xiaoyun Feng

In multi-goal tasks with sparse rewards, it is challenging to learn from tons of experiences with zero rewards. Hindsight experience replay (HER), which replays past experiences with additional heuristic goals, has shown…

Reinforcement Learning (RL)

ARCHER: Aggressive Rewards to Counter bias in Hindsight Experience Replay

2018-09-06 · Sameera Lanka, Tianfu Wu

Experience replay is an important technique for addressing sample-inefficiency in deep reinforcement learning (RL), but faces difficulty in learning from binary and sparse rewards due to disproportionately few successful…

continuous-controlContinuous ControlDeep Reinforcement LearningReinforcement Learning+1

Hindsight Goal Ranking on Replay Buffer for Sparse Reward Environment

2021-10-28 · Tung M. Luu, Chang D. Yoo

This paper proposes a method for prioritizing the replay experience referred to as Hindsight Goal Ranking (HGR) in overcoming the limitation of Hindsight Experience Replay (HER) that generates hindsight goals based on un…

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)

Curriculum-guided Hindsight Experience Replay

2019-12-01 · NeurIPS 2019 12 · Meng Fang, Tianyi Zhou, Yali Du, Lei Han 외

In off-policy deep reinforcement learning, it is usually hard to collect sufficient successful experiences with sparse rewards to learn from. Hindsight experience replay (HER) enables an agent to learn from failures by t…

Deep Reinforcement LearningDiversityReinforcement Learning