RL-Adventure

DQN tutorial

A tutorial on implementing and extending the Deep Q Network algorithm for reinforcement learning tasks

Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL

GitHub

3k stars
72 watching
589 forks
Language: Jupyter Notebook
last commit: about 3 years ago

Related projects:

Repository Description Stars
shangtongzhang/deeprl A modularized implementation of various deep reinforcement learning algorithms in PyTorch 3,189
p-christ/deep-reinforcement-learning-algorithms-with-pytorch PyTorch implementations of popular deep reinforcement learning algorithms and environments. 5,640
devsisters/dqn-tensorflow An implementation of a deep reinforcement learning algorithm for human-level control in game environments using TensorFlow. 2,480
thu-ml/tianshou A high-performance reinforcement learning library with modular interfaces and user-friendly APIs for building deep learning agents. 7,968
floringogianu/categorical-dqn An implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games. 96
rlcode/reinforcement-learning A collection of clean and minimal examples for various reinforcement learning algorithms 3,373
vwxyzjn/cleanrl A single-file implementation of Deep Reinforcement Learning algorithms with research-friendly features. 5,683
ikostrikov/pytorch-a2c-ppo-acktr-gail An open-source implementation of several reinforcement learning algorithms in PyTorch 3,605
tju-drl-lab/ai-optimizer A next-generation deep reinforcement learning toolkit with libraries for multiagent, self-supervised, offline, and transfer/reinforcement learning 4,755
yunjey/pytorch-tutorial A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. 30,251
higgsfield-ai/higgsfield A framework for efficient and fault-tolerant distributed training of large neural networks on multiple GPUs. 3,293
dsgiitr/d2l-pytorch An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch 4,244
google-deepmind/trfl Provides building blocks for Reinforcement Learning agents using TensorFlow 3,134
hungtuchen/pytorch-dqn An implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error. 386
senya-ashukha/quantile-regression-dqn-pytorch An implementation of a reinforcement learning algorithm using quantile regression to model distributional behavior in agent-environment interactions. 94