Reinforcement Learning

4172 papers with code • 162 benchmarks • 2 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Reinforcement Learning models and implementations
30 papers
3,484
15 papers
1,198
See all 32 libraries.

Most implemented papers

Proximal Policy Optimization Algorithms

labmlai/annotated_deep_learning_paper_implementations 20 Jul 2017

We propose a new family of policy gradient methods for reinforcement learning, which alternate between sampling data through interaction with the environment, and optimizing a "surrogate" objective function using stochastic gradient ascent.

Continuous control with deep reinforcement learning

ray-project/ray 9 Sep 2015

We adapt the ideas underlying the success of Deep Q-Learning to the continuous action domain.

Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization

ramprs/grad-cam ICCV 2017

For captioning and VQA, we show that even non-attention based models can localize inputs.

Playing Atari with Deep Reinforcement Learning

labmlai/annotated_deep_learning_paper_implementations 19 Dec 2013

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

Deep Reinforcement Learning with Double Q-learning

labmlai/annotated_deep_learning_paper_implementations 22 Sep 2015

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

Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks

cbfinn/maml ICML 2017

We propose an algorithm for meta-learning that is model-agnostic, in the sense that it is compatible with any model trained with gradient descent and applicable to a variety of different learning problems, including classification, regression, and reinforcement learning.

Prioritized Experience Replay

labmlai/annotated_deep_learning_paper_implementations 18 Nov 2015

Experience replay lets online reinforcement learning agents remember and reuse experiences from the past.

Dueling Network Architectures for Deep Reinforcement Learning

labmlai/annotated_deep_learning_paper_implementations 20 Nov 2015

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