iqn topic

List iqn repositories

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)

dqn_zoo

83
Stars
17
Forks
Watchers

The implement of all kinds of dqn reinforcement learning with Pytorch

IQN-and-Extensions

77
Stars
16
Forks
Watchers

PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER, Noisy layer, N-step bootstrapping, Dueling architecture and p...

deep_rl_zoo

102
Stars
9
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.

grl

17
Stars
2
Forks
Watchers

General-Purpose Reinforcement Learning