-
Notifications
You must be signed in to change notification settings - Fork 7
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
Regarding to policy/model/weights #18
Comments
Hi, I found this piece of info quite relevant! Kaixhin/Rainbow#58 Thank you so much |
Actually the contributor of Rainbow says these lines save the model weights: Thank you. |
Line 79 in rainbow/test.py which is called periodically from the main.py file is the code which saves the model:
This is therefore saved in the rainbow directory from which is related to #17. Set your evaluation-interval lower. If it still doesn't save the model after args.evaluation_interval steps let me know. |
Sorry, can I check does the current repo allow resume training feature? Thank you. |
Do you mind to clarify is the policy/model/weights saved after each epoch/iteration? If not how should I make it happen? If yes where is it saved at? I see you just call the model 'args.model_path' in agent.py and save(self, path, filename) without specifically assigning a path or name.
Thank you for replying.
The text was updated successfully, but these errors were encountered: