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
588 forks
Language: Jupyter Notebook
last commit: almost 5 years ago

Related projects:

RepositoryDescriptionStars
shangtongzhang/deeprlA modularized implementation of various deep reinforcement learning algorithms in PyTorch3,209
p-christ/deep-reinforcement-learning-algorithms-with-pytorchPyTorch implementations of popular deep reinforcement learning algorithms and environments.5,669
devsisters/dqn-tensorflowAn implementation of a deep reinforcement learning algorithm for human-level control in game environments using TensorFlow.2,491
thu-ml/tianshouA high-performance reinforcement learning library with modular interfaces and user-friendly APIs for building deep learning agents.8,069
floringogianu/categorical-dqnAn implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games.96
rlcode/reinforcement-learningA collection of clean and minimal examples for various reinforcement learning algorithms3,433
vwxyzjn/cleanrlA single-file implementation of Deep Reinforcement Learning algorithms with research-friendly features.5,891
ikostrikov/pytorch-a2c-ppo-acktr-gailAn open-source implementation of several reinforcement learning algorithms in PyTorch3,644
tju-drl-lab/ai-optimizerA next-generation deep reinforcement learning toolkit with libraries for multiagent, self-supervised, offline, and transfer/reinforcement learning4,848
yunjey/pytorch-tutorialA comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage.30,401
higgsfield-ai/higgsfieldA framework for efficient and fault-tolerant distributed training of large neural networks on multiple GPUs.3,299
dsgiitr/d2l-pytorchAn open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch4,256
google-deepmind/trflProvides building blocks for Reinforcement Learning agents using TensorFlow3,136
hungtuchen/pytorch-dqnAn implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error.387
senya-ashukha/quantile-regression-dqn-pytorchAn implementation of a reinforcement learning algorithm using quantile regression to model distributional behavior in agent-environment interactions.95