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: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A modularized implementation of various deep reinforcement learning algorithms in PyTorch | 3,209 |
| PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,669 |
| An implementation of a deep reinforcement learning algorithm for human-level control in game environments using TensorFlow. | 2,491 |
| A high-performance reinforcement learning library with modular interfaces and user-friendly APIs for building deep learning agents. | 8,069 |
| An implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games. | 96 |
| A collection of clean and minimal examples for various reinforcement learning algorithms | 3,433 |
| A single-file implementation of Deep Reinforcement Learning algorithms with research-friendly features. | 5,891 |
| An open-source implementation of several reinforcement learning algorithms in PyTorch | 3,644 |
| A next-generation deep reinforcement learning toolkit with libraries for multiagent, self-supervised, offline, and transfer/reinforcement learning | 4,848 |
| A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,401 |
| A framework for efficient and fault-tolerant distributed training of large neural networks on multiple GPUs. | 3,299 |
| An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch | 4,256 |
| Provides building blocks for Reinforcement Learning agents using TensorFlow | 3,136 |
| An implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error. | 387 |
| An implementation of a reinforcement learning algorithm using quantile regression to model distributional behavior in agent-environment interactions. | 95 |