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
I save the model during certain timesteps so at the end of the run i would have multiple checkpoints,
the files are saved as ckpt-1000, ckpt-2000 ...
If for example, i would like to load the files and evaluate the agent with the loaded variables for each checkpoint, how do i go about?
The initialise_or_restore function doesnt seem to take in any file names.
Is there a way to do this?
The text was updated successfully, but these errors were encountered:
I save the model during certain timesteps so at the end of the run i would have multiple checkpoints,
the files are saved as ckpt-1000, ckpt-2000 ...
If for example, i would like to load the files and evaluate the agent with the loaded variables for each checkpoint, how do i go about?
The initialise_or_restore function doesnt seem to take in any file names.
Is there a way to do this?
The text was updated successfully, but these errors were encountered: