paper-with-me

Papers

Forgetful Experience Replay in Hierarchical Reinforcement Learning from Demonstrations

2020-06-17 · Alexey Skrynnik, Aleksey Staroverov, Ermek Aitygulov, Kirill Aksenov, Vasilii Davydov, Aleksandr I. Panov

Currently, deep reinforcement learning (RL) shows impressive results in complex gaming and robotic environments. Often these results are achieved at the expense of huge computational costs and require an incredible number of episodes of interaction between the agent and the environment. There are two main approaches to improving the sample efficiency of reinforcement learning methods - using hierarchical methods and expert demonstrations. In this paper, we propose a combination of these approaches that allow the agent to use low-quality demonstrations in complex vision-based environments with multiple related goals. Our forgetful experience replay (ForgER) algorithm effectively handles errors in expert data and reduces quality losses when adapting the action space and states representation to the agent's capabilities. Our proposed goal-oriented structuring of replay buffer allows the agent to automatically highlight sub-goals for solving complex hierarchical tasks in demonstrations. Our method is universal and can be integrated into various off-policy methods. It surpasses all known existing state-of-the-art RL methods using expert demonstrations on various model environments. The solution based on our algorithm beats all the solutions for the famous MineRL competition and allows the agent to mine a diamond in the Minecraft environment.

📄 PDF Abstract BibTeX arXiv:2006.09939

Code (1)

cog-isa/forger 공식 구현 tf

Tasks

Deep Reinforcement LearningHierarchical Reinforcement LearningMinecraftreinforcement-learningReinforcement 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 제목 키워드 기반

Mixing Human Demonstrations with Self-Exploration in Experience Replay for Deep Reinforcement Learning

2021-07-14 · Dylan Klein, Akansel Cosgun

We investigate the effect of using human demonstration data in the replay buffer for Deep Reinforcement Learning. We use a policy gradient method with a modified experience replay buffer where a human demonstration exper…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Dynamic Experience Replay

2020-03-04 · Jieliang Luo, Hui Li

We present a novel technique called Dynamic Experience Replay (DER) that allows Reinforcement Learning (RL) algorithms to use experience replay samples not only from human demonstrations but also successful transitions g…

Reinforcement LearningReinforcement Learning (RL)

Learning Memory-Dependent Continuous Control from Demonstrations

2021-02-18 · Siqing Hou, Dongqi Han, Jun Tani

Efficient exploration has presented a long-standing challenge in reinforcement learning, especially when rewards are sparse. A developmental system can overcome this difficulty by learning from both demonstrations and se…

continuous-controlContinuous ControlDecision MakingEfficient Exploration+3

Designing Less Forgetful Networks for Continual Learning

2021-09-29 · Nicholas I-Hsien Kuo, Mehrtash Harandi, Nicolas Fourrier, Gabriela Ferraro 외

Neural networks usually excel in learning a single task. Their weights are plastic and help them to learn quickly, but these weights are also known to be unstable. Hence, they may experience catastrophic forgetting and l…

Continual Learning

Sample Efficient Reinforcement Learning through Learning from Demonstrations in Minecraft

2020-03-12 · Christian Scheller, Yanick Schraner, Manfred Vogel

Sample inefficiency of deep reinforcement learning methods is a major obstacle for their use in real-world applications. In this work, we show how human demonstrations can improve final performance of agents on the Minec…

Deep Reinforcement LearningMinecraftreinforcement-learningReinforcement Learning+1