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
Should not the model be fitted (keras.fit(...)) and predicted (keras.predict(state)) in double Q learning (and also in dueling Q learning) examples? Seems you also forget to apply the same in the atari example.
Do the graphs in the associated blog-posts are from actual experiments or should we expect something different? I mean have you tested your implementations?
Thanks
The text was updated successfully, but these errors were encountered:
Should not the model be fitted (keras.fit(...)) and predicted (keras.predict(state)) in double Q learning (and also in dueling Q learning) examples? Seems you also forget to apply the same in the atari example.
Do the graphs in the associated blog-posts are from actual experiments or should we expect something different? I mean have you tested your implementations?
Thanks
The text was updated successfully, but these errors were encountered: