categorical-dqn
RL algorithm
An implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games.
A working implementation of the Categorical DQN (Distributional RL).
96 stars
9 watching
9 forks
Language: Python
last commit: almost 7 years ago ataridqnpytorchreinforcement-learning
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks. | 307 |
| A Python implementation of a deep reinforcement learning algorithm combining multiple techniques for improved performance in Atari games | 1,591 |
| An implementation of a reinforcement learning algorithm based on a partially observable Markov decision process for a simple decision task | 54 |
| An open-source reinforcement learning library for PyTorch, providing a simple and clear implementation of various algorithms. | 402 |
| Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 830 |
| A comprehensive library for building deep reinforcement learning agents using PyTorch | 647 |
| A comprehensive project that provides an implementation of deep reinforcement learning algorithms using PyTorch and Visdom. | 798 |
| An implementation of an A3C algorithm for reinforcement learning in Pytorch, with various optimizations and extensions to accelerate training. | 562 |
| An implementation of a reinforcement learning algorithm using quantile regression to model distributional behavior in agent-environment interactions. | 95 |
| Provides JAX implementations of various reinforcement learning algorithms with continuous action spaces. | 640 |
| An implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error. | 387 |
| A modular toolkit for rapid prototyping of reinforcement learning algorithms | 373 |
| An algorithm for deep reinforcement learning that combines model-free and model-based approaches to learn robust value functions. | 98 |
| Enables training of reinforcement learning models with PyTorch on Godot Engine using shared memory | 214 |
| An implementation of Neural Combinatorial Optimization with Reinforcement Learning using PyTorch. | 562 |