December 2017
Intermediate to advanced
536 pages
14h 23m
English
A deep Q network (DQN) is a combination of Q learning with convolutional neural networks (CNNs), first proposed by Mnih and others in 2013 (https://arxiv.org/pdf/1312.5602.pdf). The CNN network, due to its ability to extract spatial information, is able to learn successful control policies from raw pixel data. We have already played with CNNs in Chapter 4, Convolutional Neural Networks, and so we start directly with the recipe here.
Read now
Unlock full access