qr-dqn
There are 10 repositories under qr-dqn topic.
sungyubkim/Deep_RL_with_pytorch
A pytorch tutorial for DRL(Deep Reinforcement Learning)
Kchu/DeepRL_PyTorch
Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.
michaelnny/deep_rl_zoo
A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartPole, LunarLander, and MountainCar.
senya-ashukha/quantile-regression-dqn-pytorch
A short and easy implementation of Quantile Regression DQN | Distributional Reinforcement Learning
deligentfool/dqn_zoo
The implement of all kinds of dqn reinforcement learning with Pytorch
marload/DistRL-TensorFlow2
🐳 Implementation of various Distributional Reinforcement Learning Algorithms using TensorFlow2.
vformanyuk/reinforcement-learning
Collection of reinforcement learning algorithms implementations with TensorFlow2
hsjharvey/Reinforcement-Learning
Reinforcement learning algorithm implementation
gbartyzel/yadrl
Yet another deep reinforcement learning
pangafu/baseline3-zoo-games
Use Baseline3 zoo Framework and PPO/QR-DQN algo to train games like super mario tetris etc....