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).

GitHub

96 stars
9 watching
9 forks
Language: Python
last commit: over 8 years ago
ataridqnpytorchreinforcement-learning

Related projects:

RepositoryDescriptionStars
ikostrikov/pytorch-ddpg-nafAn implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks.307
kaixhin/rainbowA Python implementation of a deep reinforcement learning algorithm combining multiple techniques for improved performance in Atari games1,591
catohaste/pomdpAn implementation of a reinforcement learning algorithm based on a partially observable Markov decision process for a simple decision task54
iffix/machinAn open-source reinforcement learning library for PyTorch, providing a simple and clear implementation of various algorithms.402
tristandeleu/pytorch-maml-rlReplication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks830
cpnota/autonomous-learning-libraryA comprehensive library for building deep reinforcement learning agents using PyTorch647
jingweiz/pytorch-rlA comprehensive project that provides an implementation of deep reinforcement learning algorithms using PyTorch and Visdom.798
dgriff777/rl_a3c_pytorchAn implementation of an A3C algorithm for reinforcement learning in Pytorch, with various optimizations and extensions to accelerate training.562
senya-ashukha/quantile-regression-dqn-pytorchAn implementation of a reinforcement learning algorithm using quantile regression to model distributional behavior in agent-environment interactions.95
ikostrikov/jaxrlProvides JAX implementations of various reinforcement learning algorithms with continuous action spaces.640
hungtuchen/pytorch-dqnAn implementation of a deep reinforcement learning network using PyTorch to learn human-level control through trial and error.387
zuoxingdong/lagomA modular toolkit for rapid prototyping of reinforcement learning algorithms373
ardavans/dsrAn algorithm for deep reinforcement learning that combines model-free and model-based approaches to learn robust value functions.98
lupoglaz/godotaigymEnables training of reinforcement learning models with PyTorch on Godot Engine using shared memory214
pemami4911/neural-combinatorial-rl-pytorchAn implementation of Neural Combinatorial Optimization with Reinforcement Learning using PyTorch.562