April 2019
Intermediate to advanced
212 pages
5h 34m
English
The Q-value of a state can be decomposed to two values:

Dueling deep Q-networks separate out the estimators of these two values, using a different DQN to calculate each of the values for V(s) and A(s, a). They then combine the two values into an overall Q-value using an aggregating layer.
Here's a sample network architecture to accomplish this:

One positive ...
Read now
Unlock full access