Dueling Deep Q Learning with Tensorflow 2 & Keras | Full Tutorial for Beginners

Dueling Deep Q Learning is easier than ever with Tensorflow 2 and Keras. In this tutorial for deep reinforcement learning beginners we’ll code up the dueling deep q network and agent from scratch, with no prior experience needed. We’ll train an agent to land a spacecraft on the surface of the moon, using the lunar lander environment from the OpenAI Gym. The dueling network can be applied to both regular and double q learning, as it’s just a new network architecture. It doesn’t require any change to the q
Back to Top