-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dreamer v3 resuming #277
Comments
Hi @LucaVendruscolo, Thanks |
I did not understand which value you set for the Thanks |
Sorry I meant to set it to 10,000 but I accidentally set it to 100,000 in that screenshot. I reset everything an ran a new program and set the config to save every 1000 steps. The config.yaml file created in the logs though says it saves the checkpoint after 100,000 steps which is not the same as whats in the default.yaml sheeprl\logs\runs\dreamer_v3\BallMaze\2024-05-04_22-26-41_dreamer_v3_BallMaze_42.hydra\config.yaml:
|
Ok, now I get it. The configurations are structured in this way: for each component, you have configurations (algorithms, environment, checkpoints, buffers, ...) by default or ad hoc by type of environment/algorithm.
|
Thank you so much! |
Hello, I am trying to resume but I am getting an error message saying the config file doesn't exist but it does.
|
Hi @LucaVendruscolo, Let me know if it works, thanks |
That was a stupid mistake sorry about that. thank you so much! |
Hello,
I have been reading through #273 and #187 but I couldn't understand how to resume from a checkpoint because my logs don't have a .ckpt file in them.
I have the config file set up as:
every: 100
resume_from: null
save_last: True
keep_last: 5
Is there a simple way to resume training from where you last left off?
The text was updated successfully, but these errors were encountered: