Learn Before
Concept

Loss function of DQN

Loss=targetQcurrentQ=R+γQ(s,a)Q(s,a)Loss = targetQ - currentQ = R + \gamma Q'(s',a') - Q(s,a)

0

1

Updated 2021-08-12

References


Tags

Data Science

Related