#
model-based-rl
Here are 45 public repositories matching this topic...
Reimplementation of World-Models (Ha and Schmidhuber 2018) in pytorch
-
Updated
Dec 19, 2020 - Python
PythonLinearNonLinearControl is a library implementing the linear and nonlinear control theories in python.
reinforcement-learning
mpc
optimal-control
ddp
cem
model-predictive-control
model-based-rl
nmpc
nonlinear-control
ilqr
linear-control
mppi
-
Updated
Aug 21, 2021 - Python
Experiment code for "Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models"
-
Updated
Dec 17, 2020 - Python
Bayesian Reinforcement Learning in Tensorflow
-
Updated
Feb 15, 2021 - Python
Pytorch Implementation of MuZero
-
Updated
Jun 2, 2021 - Python
Unofficial Pytorch code for "Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models"
reinforcement-learning
ensemble-learning
probabilistic-models
model-based-rl
model-based-reinforcement-learning
-
Updated
Jun 1, 2021 - Python
Code for 'Dynamics-Aware Unsupervised Discovery of Skills' (DADS). Enables skill discovery without supervision, which can be combined with model-based control.
-
Updated
Oct 2, 2020 - Python
Model-based Reinforcement Learning Framework
reinforcement-learning
reinforcement-learning-algorithms
model-based
model-based-rl
model-based-reinforcement-learning
-
Updated
May 22, 2020 - Python
Code for reproducing experiments in Model-Based Active Exploration, ICML 2019
-
Updated
Jul 23, 2019 - Python
-
Updated
Jul 7, 2020 - Python
The Reinforcement-Learning-Related Papers of ICLR 2019
reinforcement-learning
transfer-learning
imitation-learning
online-learning
hierarchical-reinforcement-learning
inverse-reinforcement-learning
multiagent-reinforcement-learning
meta-learning
model-based-rl
model-free
iclr2019
intrinsic-reward
robust-reinforcement-learning
sequence-modeling
-
Updated
May 28, 2019
Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch framework
python
reinforcement-learning
deep-learning
berkeley
deep-reinforcement-learning
openai-gym
pytorch
neural-networks
policy-gradient
deep-q-learning
mujoco
model-based-rl
actor-critic-algorithm
model-free-rl
-
Updated
May 21, 2021 - Python
JAX code for the paper "Control-Oriented Model-Based Reinforcement Learning with Implicit Differentiation"
machine-learning
reinforcement-learning
deep-learning
automatic-differentiation
deep-reinforcement-learning
dqn
gym
flax
haiku
sac
model-based-rl
jax
model-based-reinforcement-learning
soft-actor-critic
dm-haiku
-
Updated
Jun 14, 2021 - Jupyter Notebook
A pytorch implementation of A Model-Based Reinforcement Learning with Adversarial Training for Online Recommendation.
-
Updated
Nov 26, 2019 - Python
Code for paper "Model-based Adversarial Meta-Reinforcement Learning" (https://arxiv.org/abs/2006.08875)
-
Updated
Mar 6, 2021 - Python
Sampling based Model Predictive Control package for Model-Based RL research
reinforcement-learning
model-predictive-control
model-based-rl
derivative-free-optimization
sampling-based-planning
-
Updated
Oct 20, 2020 - Python
World Models with A3C on Carracing-v0 in gym
pytorch
lstm
gym
vae
a3c
actor-critic
car-racing
model-based-rl
a3c-lstm
world-models
world-models-rl
world-models-a3c
-
Updated
Mar 29, 2020 - Python
Pytorch implementation of Model Predictive Control with learned models
-
Updated
Sep 18, 2020 - Python
Model based RL for fault-rotor quadrotor
-
Updated
Jan 16, 2020 - Python
Model-based reinforcement learning using CEM, MPC and PETS
model-predictive-control
model-based-rl
cross-entropy-method
probabilistic-ensemble
trajectory-sampling
-
Updated
Nov 20, 2019 - Python
Reimplementation of "An Object-Oriented Representation for Efficient RL"
-
Updated
Sep 2, 2020 - Python
Learning to paint using Model-based Deep Reinforcement Learning
-
Updated
Oct 23, 2020 - Python
-
Updated
Dec 17, 2019 - Python
-
Updated
Jul 7, 2021 - Python
This repo contains implementations of algorithms such a Q-learning, SARSA, TD, Policy gradient
q-learning
pytorch
dqn
epsilon-greedy
breakout
sarsa
policy-iteration
value-iteration
monte-carlo-methods
deep-q-learning
model-based-rl
model-free-rl
td-methods
model-free-control
-
Updated
Dec 8, 2019 - Python
PyTorch implementation of "Learning Stable Deep Dynamics Models" (https://papers.nips.cc/paper/9292-learning-stable-deep-dynamics-models), with extensions to controlled dynamical systems.
-
Updated
May 1, 2020 - Python
Improve this page
Add a description, image, and links to the model-based-rl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the model-based-rl topic, visit your repo's landing page and select "manage topics."
Currently we use a very ad-hoc procedure for scaling the quadratic component of NAF when used for exploration:
https://github.com/angelolovatto/raylab/blob/9820275b17ee085e1955a6d845c0bdf61333f8da/raylab/algorithms/naf/naf_policy.py#L150-L155
A possibly better alternative would be to scale it based on the desired average action stddev. Something like: