Advanced Deep Q Learning
5 videos • 5,097 views • by Machine Learning with Phil After the development of Deep Q Learning, researchers set out to see if they could improve the performance of deep q learning agents. They discovered a number of improvements to the deep q learning algorithm. Improvements such as the use of double deep q learning networks as well as the use of dueling deep q networks. In this series of tutorials, you will learn how to code up advanced deep q learning agents of the dueling and double varieties. Code is presented in both the PyTorch and Tensorflow frameworks.