categorical-dqn
There are 13 repositories under categorical-dqn topic.
ShangtongZhang/DeepRL
Modularized Implementation of Deep RL Algorithms in PyTorch
XinJingHao/DRL-Pytorch
Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C51, Noisy DQN, PPO, DDPG, TD3, SAC, ASL)
qfettes/DeepRL-Tutorials
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
deligentfool/dqn_zoo
The implement of all kinds of dqn reinforcement learning with Pytorch
nslyubaykin/relax
ReLAx - Reinforcement Learning Applications Library
davide97l/Rainbow
Implementation and evaluation of the RL algorithm Rainbow to learn to play Atari games.
hsjharvey/Reinforcement-Learning
Reinforcement learning algorithm implementation
frankibem/categorical_dqn
Categorical DQN from 'A distributional Perspective on Reinforcement Learning'
ashutoshtiwari13/DeepQNetwork-Hub
Tensorflow - Keras /PyTorch Implementation ⚡️ of State-of-the-art DeepQN for RL Gym benchmarks 👨💻
gbartyzel/yadrl
Yet another deep reinforcement learning
hahas94/categorical
Pytorch implementation of the Categorical-DQN (C51) reinforcement learning agent along with experiments.
nslyubaykin/relax_categorical_dqn_example
Example Categorical DQN implementation with ReLAx
nslyubaykin/relax_rainbow_dqn_example
Example Rainbow DQN implementation with ReLAx