-
Notifications
You must be signed in to change notification settings - Fork 33
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
Implementation of Guided Policy Search #21
Comments
Hi, thank you for a featrue request! I'll give paper a read and I'll get back to you. |
Thanks a lot :) |
I've reviewed the literature and ideas behind GPS and iLQR look really interesting. I need to finish a few projects beforehand, but I'll get back to this late November/early December. |
Sure. Thanks again! |
have you implement the gps algorithm? (https://papers.nips.cc/paper/5444-learning-neural-network-policies-with-guided-policy-search-under-unknown-dynamics.pdf) |
Did you get to implementing the algorithm? I can't find it if you did. |
no |
Can you implement Guided Policy Search Algorithm as described here (https://papers.nips.cc/paper/5444-learning-neural-network-policies-with-guided-policy-search-under-unknown-dynamics.pdf). There isn't any good implementation available online for this algorithm and it is super-useful for Robotics and meta learning problems.
Thanks
The text was updated successfully, but these errors were encountered: