DeepRL
Reinforcement Learning Library
A modularized implementation of various deep reinforcement learning algorithms in PyTorch
Modularized Implementation of Deep RL Algorithms in PyTorch
3k stars
90 watching
687 forks
Language: Python
last commit: 11 months ago
Linked from 2 awesome lists
a2ccategorical-dqnddpgdeep-reinforcement-learningdeeprldouble-dqndqndueling-network-architectureoption-criticoption-critic-architectureppoprioritized-experience-replaypytorchquantile-regressionrainbowtd3
Related projects:
Repository | Description | Stars |
---|---|---|
| PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,669 |
| A tutorial on implementing and extending the Deep Q Network algorithm for reinforcement learning tasks | 3,043 |
| A high-performance reinforcement learning library with modular interfaces and user-friendly APIs for building deep learning agents. | 8,069 |
| An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch | 4,256 |
| A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,401 |
| A single-file implementation of Deep Reinforcement Learning algorithms with research-friendly features. | 5,891 |
| A comprehensive project that provides an implementation of deep reinforcement learning algorithms using PyTorch and Visdom. | 798 |
| An open-source implementation of several reinforcement learning algorithms in PyTorch | 3,644 |
| Pytorch implementations of various Deep NLP models from Stanford's cs-224n course | 2,957 |
| Implementations of various deep learning algorithms and techniques with accompanying documentation | 57,177 |
| A PyTorch-based package for building and training click-through rate models using various deep learning architectures. | 3,055 |
| A PyTorch implementation of the DeepLab-V3-Plus model with support for multiple backbones and datasets | 2,919 |
| An implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error. | 387 |
| An implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks. | 307 |
| Trains an RL agent to execute natural language instructions in a 3D environment using a combination of A3C and gated attention mechanisms. | 237 |