Model-based Reinforcement Learning

189 papers with code • 0 benchmarks • 1 datasets

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

Libraries

Use these libraries to find Model-based Reinforcement Learning models and implementations

Datasets


Most implemented papers

Learning and Policy Search in Stochastic Dynamical Systems with Bayesian Neural Networks

siemens/industrialbenchmark 23 May 2016

We present an algorithm for model-based reinforcement learning that combines Bayesian neural networks (BNNs) with random roll-outs and stochastic optimization for policy learning.

Imagination-Augmented Agents for Deep Reinforcement Learning

Olloxan/Pytorch-A2C NeurIPS 2017

We introduce Imagination-Augmented Agents (I2As), a novel architecture for deep reinforcement learning combining model-free and model-based aspects.

Model-Ensemble Trust-Region Policy Optimization

thanard/me-trpo ICLR 2018

In this paper, we analyze the behavior of vanilla model-based reinforcement learning methods when deep neural networks are used to learn both the model and the policy, and show that the learned policy tends to exploit regions where insufficient data is available for the model to be learned, causing instability in training.

Learning to Adapt in Dynamic, Real-World Environments Through Meta-Reinforcement Learning

iclavera/learning_to_adapt ICLR 2019

Although reinforcement learning methods can achieve impressive results in simulation, the real world presents two major challenges: generating samples is exceedingly expensive, and unexpected perturbations or unseen situations cause proficient but specialized policies to fail at test time.

Algorithmic Framework for Model-based Deep Reinforcement Learning with Theoretical Guarantees

roosephu/slbo ICLR 2019

Model-based reinforcement learning (RL) is considered to be a promising approach to reduce the sample complexity that hinders model-free RL.

Model-Based Reinforcement Learning for Atari

tensorflow/tensor2tensor 1 Mar 2019

We describe Simulated Policy Learning (SimPLe), a complete model-based deep RL algorithm based on video prediction models and present a comparison of several model architectures, including a novel architecture that yields the best results in our setting.

Baconian: A Unified Open-source Framework for Model-Based Reinforcement Learning

Lukeeeeee/baconian-project 23 Apr 2019

Model-Based Reinforcement Learning (MBRL) is one category of Reinforcement Learning (RL) algorithms which can improve sampling efficiency by modeling and approximating system dynamics.

Benchmarking Model-Based Reinforcement Learning

pokaxpoka/RAD_state_aug 3 Jul 2019

Model-based reinforcement learning (MBRL) is widely seen as having the potential to be significantly more sample efficient than model-free RL.

Learning to Predict Without Looking Ahead: World Models Without Forward Prediction

google/brain-tokyo-workshop NeurIPS 2019

That useful models can arise out of the messy and slow optimization process of evolution suggests that forward-predictive modeling can arise as a side-effect of optimization under the right circumstances.

Context-aware Dynamics Model for Generalization in Model-Based Reinforcement Learning

younggyoseo/CaDM ICML 2020

Model-based reinforcement learning (RL) enjoys several benefits, such as data-efficiency and planning, by learning a model of the environment's dynamics.