noisynet-dqn
There are 7 repositories under noisynet-dqn topic.
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)
Kyushik/DRL
Repository for codes of 'Deep Reinforcement Learning'
spring01/drlbox
Interfacing RL agents with user-definable neural networks and OpenAI-gym environments.
markub3327/DQN_MazeSolver
Find a path to the end in the maze using Noisy Deep Q networks.
gbartyzel/drlnd
Deep Reinforcement Learning Nanodegree projects
gbartyzel/yadrl
Yet another deep reinforcement learning
smitkiri/deep_q_learning
Implementation of various Deep Q-Network (DQN) variants