-
Notifications
You must be signed in to change notification settings - Fork 553
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
Dataset based Trainer #54
Comments
Thanks for defining this class.. Can you share an example how to use this trainer class along with DDPG and SAC? |
Standard examples show how to do that. There is no difference between the current and this one. I use #52 for dataset size reasons though, but for the rest is pretty straightforward. |
Thanks.. @redknightlois , do you have a sample replay_buffer compatable with pytorch dataset class? Thanks, |
#52 is a pytorch dataset class. |
Hmmm, so it looks like the main difference is the addition of |
This example dataset based trainer also does expert signal recollection, so that is why I didnt do a PR, will let it to you to decide which parts make sense for rlkit.
The text was updated successfully, but these errors were encountered: