-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
model.pretrain() using DDPG+HER #249
Comments
Yes, there is no |
Thank you for your answer. How about the imitation library in stable-baselines3? |
Hello,
EDIT: note for myself, we need to add this to the migration guide, it is missing currently |
So there won't be any model.pretrain() in the future? Why would a feature that was so simple to do on previous versions be missing: https://stable-baselines.readthedocs.io/en/master/guide/pretrain.html |
Not planned anytime soon as other libraries fill this part. It might be considered later on, however to correctly (and cleanly) support these would require extensive additions and careful implementing, hence we refer to other libraries focusing on those algorithms for the time being. |
Hello,
I have tried to use HER+DDPG to pretrain an agent based on some recorded demonstrations.
From the error I obtained i believe right now the library does not offer this feature, correct?
When i pretrain only using DDPG everything run smootly but with her i encounter problems.
Training with HER
The text was updated successfully, but these errors were encountered: