paper-with-me

Papers

Data-Efficient Hierarchical Reinforcement Learning

2018-05-21 · NeurIPS 2018 12 · Ofir Nachum, Shixiang Gu, Honglak Lee, Sergey Levine

Hierarchical reinforcement learning (HRL) is a promising approach to extend traditional reinforcement learning (RL) methods to solve more complex tasks. Yet, the majority of current HRL methods require careful task-specific design and on-policy training, making them difficult to apply in real-world scenarios. In this paper, we study how we can develop HRL algorithms that are general, in that they do not make onerous additional assumptions beyond standard RL algorithms, and efficient, in the sense that they can be used with modest numbers of interaction samples, making them suitable for real-world problems such as robotic control. For generality, we develop a scheme where lower-level controllers are supervised with goals that are learned and proposed automatically by the higher-level controllers. To address efficiency, we propose to use off-policy experience for both higher and lower-level training. This poses a considerable challenge, since changes to the lower-level behaviors change the action space for the higher-level policy, and we introduce an off-policy correction to remedy this challenge. This allows us to take advantage of recent advances in off-policy model-free RL to learn both higher- and lower-level policies using substantially fewer environment interactions than on-policy algorithms. We term the resulting HRL agent HIRO and find that it is generally applicable and highly sample-efficient. Our experiments show that HIRO can be used to learn highly complex behaviors for simulated robots, such as pushing objects and utilizing them to reach target locations, learning from only a few million samples, equivalent to a few days of real-time interaction. In comparisons with a number of prior HRL methods, we find that our approach substantially outperforms previous state-of-the-art techniques.

📄 PDF Abstract BibTeX arXiv:1805.08296

Code (12)

tensorflow/models 공식 구현 tf
AlexZhaoZt/Temporal_Leap_HRL tf
brandontrabucco/efficient-hrl tf
cosynus-lix/STAR pytorch
hebowei2000/deep-reinforcement-learning tf
mindspore-courses/Deep-Reinforcement-Learning-Algorithms-with-MindSpore mindspore
sumkumar/hiro_impl tf
tensorflow/models/tree/master/research/efficient-hrl tf
watakandai/hiro_pytorch pytorch
ziangqin-stu/impl_data-effiient-hrl pytorch
ziangqin-stu/impl_hiro pytorch
ziangqin-stu/rl_hiro pytorch

Tasks

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Deep Hierarchical Reinforcement Learning Algorithm in Partially Observable Markov Decision Processes

2018-05-11 · Le Pham Tuyen, Ngo Anh Vien, Abu Layek, TaeChoong Chung

In recent years, reinforcement learning has achieved many remarkable successes due to the growing adoption of deep learning techniques and the rapid growth in computing power. Nevertheless, it is well-known that flat rei…

Deep Reinforcement LearningHierarchical Reinforcement Learningreinforcement-learningReinforcement Learning+1

Hierarchical Reinforcement Learning with Deep Nested Agents

2018-05-18 · Marc Brittain, Peng Wei

Deep hierarchical reinforcement learning has gained a lot of attention in recent years due to its ability to produce state-of-the-art results in challenging environments where non-hierarchical frameworks fail to learn us…

Hierarchical Reinforcement LearningMinecraftreinforcement-learningReinforcement Learning+1

On Credit Assignment in Hierarchical Reinforcement Learning

2022-03-07 · Joery A. de Vries, Thomas M. Moerland, Aske Plaat

Hierarchical Reinforcement Learning (HRL) has held longstanding promise to advance reinforcement learning. Yet, it has remained a considerable challenge to develop practical algorithms that exhibit some of these promises…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

DIPPER: Direct Preference Optimization to Accelerate Primitive-Enabled Hierarchical Reinforcement Learning

2024-06-16 · Utsav Singh, Souradip Chakraborty, Wesley A. Suttle, Brian M. Sadler 외

Learning control policies to perform complex robotics tasks from human preference data presents significant challenges. On the one hand, the complexity of such tasks typically requires learning policies to perform a vari…

Computational EfficiencyHierarchical Reinforcement Learningreinforcement-learningReinforcement Learning

Curious Hierarchical Actor-Critic Reinforcement Learning

2020-05-07 · Frank Röder, Manfred Eppe, Phuong D. H. Nguyen, Stefan Wermter

Hierarchical abstraction and curiosity-driven exploration are two common paradigms in current reinforcement learning approaches to break down difficult problems into a sequence of simpler ones and to overcome reward spar…

BenchmarkingHierarchical Reinforcement Learningreinforcement-learningReinforcement Learning+1