Learn Before
Formula

Loss Function of Deep Q-Networks (DQN)

The loss function of a Deep Q-Network (DQN) is calculated using the difference between the target Q-value and the current Q-value: Loss=targetQcurrentQ=R+γQ(s,a)Q(s,a)Loss = targetQ - currentQ = R + \gamma Q'(s',a') - Q(s,a).

0

1

Updated 2026-06-18

References


Tags

Data Science