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
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
should update the weight every time step ? (I think it is better to update the weight every for instance 10 steps in time step T/10==0 then saveweight) but in code it is updated for every 10 steps of episodes?
The text was updated successfully, but these errors were encountered:
@fi000 actually since we're randomly sampling a batch from memory at each of these time steps, it would essentially only decrease the number of iterations/ batch updates. I'm not very clear on whether you're referring to weight updates or weight saves.
Thank @pskrunner14,
1- I has applied this code to my problem and I saw that loading the weight is not useful at all cases and leads to divergence! What we can say about this?
2- Also, what is normally iteration steps to save the weights?As the low amount is not useful and higher amount leads to few saving
should update the weight every time step ? (I think it is better to update the weight every for instance 10 steps in time step T/10==0 then saveweight) but in code it is updated for every 10 steps of episodes?
The text was updated successfully, but these errors were encountered: