dueling-network-architecture
There are 14 repositories under dueling-network-architecture topic.
ShangtongZhang/DeepRL
Modularized Implementation of Deep RL Algorithms in PyTorch
philtabor/ProtoRL
A Torch Based RL Framework for Rapid Prototyping of Research Papers
BY571/FQF-and-Extensions
PyTorch implementation of the state-of-the-art distributional reinforcement learning algorithm Fully Parameterized Quantile Function (FQF) and Extensions: N-step Bootstrapping, PER, Noisy Layer, Dueling Networks, and parallelization.
ZidanMusk/deep-RL-DQN-tensorflow
TensorFlow implementation of Deep RL (Reinforcement Learning) papers based on deep Q-learning (DQN)
dsinghnegi/atari_RL_agent
RL based agent for atari games
rybread1/deep-rl-trex
Reinforcement learning agent using dqqn, dueling network, per to play the google chrome trex browser game.
weixu000/rl_tensorflow
DQN, Double DQN, Dueling Network
jcass8695/FYP-Deep-Reinforcement-Learning-on-Atari-2600
Using the DRL algorithms put forward by Deepmind to play Atari 2600 Games with a comparison of algorithm performance
NikolaMr/Deep-Reinforcement-Learning
Deep reinforcement learning agent
psr-ai/lunar-lander
Open AI gym lunar-lander solution using Deep Q-Learning Network Architectures
RFLeijenaar/RL-Catch-Value-Based
Deep Reinforcement Learning: Value-Based methods. An implementation of DQN, DDQN, Dueling Architectures, DQV, DQV-Max on the PyTorch Lightning framework.
wondervictor/reinforcement.learning
Reinforcement Learning Playground
nslyubaykin/relax_dueling_dqn_example
Example Dueling DQN implementation with ReLAx
Puneet2000/Agent-DOoM
A RL agent that learns to play doom's deadly corridor based on DDQN and PER.