-
Notifications
You must be signed in to change notification settings - Fork 30
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
Best way to test an agent ? #191
Comments
Hi @MoMe36 , thank you for your positive feedback ! Regarding your questions:
To make it more clear how the files are structured when one uses Then the file structure under logs looks like:
Under each seed leaf folder, all loggings, checkpoints are stored. To generate a video animation by executing one checkpoint file, one could load simply call
Hope it helps, and don't hesitate to discuss together if you have further questions. |
Hi ! Thanks for the quick and detailed answer! I did figure out how to use the I checked the config file within which I specified the log freq to be at 10, but I don't see any other checkpoint beside the one I mentionned, even after 200 iterations. Do you have any idea what I'm doing wrong ? Thanks a lot (: |
Alright, I get it ! Checkpoints are saved only at the end of training, it seems. Thanks anyway ! |
Hi @MoMe36 , for PPO, it's better to use
Hope it helps ! |
Hi ! Very cool lib, it's super pleasing to see so many rl-algorithms within reach ! I've recently trained an agent using SAC and I was wondering how to load it for visual inspection on its environment.
Also, are checkpoints implemented ? Is it possible to resume training ?
Thanks !
The text was updated successfully, but these errors were encountered: