#Duel DDQN V0.2
Code moved to: - https://github.com/analog-rl/Duel_DDQN
OpenAI Gym: Algorthem page - https://gym.openai.com/algorithms/alg_zy3YHp0RTVOq6VXpocB20g
python duel.py CartPole-v0 --gamma 0.995 --no_display --batch_size 100 --gym_record th
From
- Dueling Network Architectures for Deep Reinforcement Learning**
- Ziyu Wang, Tom Schaul, Matteo Hessel, Hado van Hasselt, Marc Lanctot, Nando de Freitas
- http://arxiv.org/abs/1511.06581