Search Results

Data-Efficient Hierarchical Reinforcement Learning

12 code implementations NeurIPS 2018

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.

Hierarchical Reinforcement Learning reinforcement-learning +1

Neural Architecture Search with Reinforcement Learning

11 code implementations5 Nov 2016

Our cell achieves a test set perplexity of 62. 4 on the Penn Treebank, which is 3. 6 perplexity better than the previous state-of-the-art model.

Image Classification Language Modelling +4

Bridging the Gap Between Value and Policy Based Reinforcement Learning

1 code implementation NeurIPS 2017

We establish a new connection between value and policy based reinforcement learning (RL) based on a relationship between softmax temporal value consistency and policy optimality under entropy regularization.

Q-Learning reinforcement-learning +1

Sample-Efficient Reinforcement Learning with Stochastic Ensemble Value Expansion

2 code implementations NeurIPS 2018

Integrating model-free and model-based approaches in reinforcement learning has the potential to achieve the high performance of model-free algorithms with low sample complexity.

Continuous Control reinforcement-learning +1

Deep Reinforcement Learning with Double Q-learning

97 code implementations22 Sep 2015

The popular Q-learning algorithm is known to overestimate action values under certain conditions.

Atari Games Q-Learning +1

Playing Atari with Deep Reinforcement Learning

111 code implementations19 Dec 2013

We present the first deep learning model to successfully learn control policies directly from high-dimensional sensory input using reinforcement learning.

Atari Games Q-Learning +1

Dueling Network Architectures for Deep Reinforcement Learning

73 code implementations20 Nov 2015

In recent years there have been many successes of using deep representations in reinforcement learning.

Atari Games reinforcement-learning +1

RLlib: Abstractions for Distributed Reinforcement Learning

3 code implementations ICML 2018

Reinforcement learning (RL) algorithms involve the deep nesting of highly irregular computation patterns, each of which typically exhibits opportunities for distributed computation.

reinforcement-learning Reinforcement Learning (RL)