qr-dqn topic

List qr-dqn repositories

DistRL-TensorFlow2

65
Stars
9
Forks
Watchers

🐳 Implementation of various Distributional Reinforcement Learning Algorithms using TensorFlow2.

DeepRL_PyTorch

193
Stars
29
Forks
Watchers

Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.

Deep_RL_with_pytorch

200
Stars
44
Forks
Watchers

A pytorch tutorial for DRL(Deep Reinforcement Learning)

quantile-regression-dqn-pytorch

92
Stars
26
Forks
Watchers

A short and easy implementation of Quantile Regression DQN | Distributional Reinforcement Learning

dqn_zoo

83
Stars
17
Forks
Watchers

The implement of all kinds of dqn reinforcement learning with Pytorch

deep_rl_zoo

95
Stars
7
Forks
Watchers

A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartPole, LunarLander, and MountainCar.