You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, I didn't notice that, seems to contradict equation 2, and it would also change the logsumexp calculations, given that these assume the q values are divided by entropy_tau
Should
F.softmax(Q_targets_next, dim=1)
beF.softmax(Q_targets_next / entropy_tau, dim=1)
instead?The text was updated successfully, but these errors were encountered: