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
3k stars
72 watching
588 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,209 |
p-christ/deep-reinforcement-learning-algorithms-with-pytorch | PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,669 |
devsisters/dqn-tensorflow | An implementation of a deep reinforcement learning algorithm for human-level control in game environments using TensorFlow. | 2,491 |
thu-ml/tianshou | A high-performance reinforcement learning library with modular interfaces and user-friendly APIs for building deep learning agents. | 8,069 |
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,433 |
vwxyzjn/cleanrl | A single-file implementation of Deep Reinforcement Learning algorithms with research-friendly features. | 5,891 |
ikostrikov/pytorch-a2c-ppo-acktr-gail | An open-source implementation of several reinforcement learning algorithms in PyTorch | 3,644 |
tju-drl-lab/ai-optimizer | A next-generation deep reinforcement learning toolkit with libraries for multiagent, self-supervised, offline, and transfer/reinforcement learning | 4,848 |
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,401 |
higgsfield-ai/higgsfield | A framework for efficient and fault-tolerant distributed training of large neural networks on multiple GPUs. | 3,299 |
dsgiitr/d2l-pytorch | An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch | 4,256 |
google-deepmind/trfl | Provides building blocks for Reinforcement Learning agents using TensorFlow | 3,136 |
hungtuchen/pytorch-dqn | An implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error. | 387 |
senya-ashukha/quantile-regression-dqn-pytorch | An implementation of a reinforcement learning algorithm using quantile regression to model distributional behavior in agent-environment interactions. | 95 |