DSR

Deep RL Algorithm

An algorithm for deep reinforcement learning that combines model-free and model-based approaches to learn robust value functions.

GitHub

98 stars
13 watching
26 forks
Language: Lua
last commit: about 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ikostrikov/pytorch-ddpg-nafAn implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks.307
matthiasplappert/keras-rlA Python library implementing state-of-the-art deep reinforcement learning algorithms for Keras and OpenAI Gym environments.8
devendrachaplot/deeprl-groundingTrains an RL agent to execute natural language instructions in a 3D environment using a combination of A3C and gated attention mechanisms.237
floringogianu/categorical-dqnAn implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games.96
catohaste/pomdpAn implementation of a reinforcement learning algorithm based on a partially observable Markov decision process for a simple decision task54
cpnota/autonomous-learning-libraryA comprehensive library for building deep reinforcement learning agents using PyTorch647
jingweiz/pytorch-rlA comprehensive project that provides an implementation of deep reinforcement learning algorithms using PyTorch and Visdom.798
5vision/darqnAn implementation of a deep reinforcement learning model for continuous control tasks116
astooke/rlpytA modular and unified framework for implementing common deep reinforcement learning algorithms in PyTorch2,236
luchris429/purejaxrlA high-performance implementation of reinforcement learning training pipelines using JAX and PyTorch-like functionality755
kaixhin/rainbowA Python implementation of a deep reinforcement learning algorithm combining multiple techniques for improved performance in Atari games1,591
ikostrikov/jaxrlProvides JAX implementations of various reinforcement learning algorithms with continuous action spaces.640
conglu1997/v-d4rlProvides pre-built datasets and code for offline reinforcement learning from visual observations using deep learning algorithms94
rl-tools/rl-toolsAn open-source C++ library for training reinforcement learning policies and controlling continuous-control environments.680
google-research/deep_opeProvides benchmarking policies and datasets for offline reinforcement learning85