-
Notifications
You must be signed in to change notification settings - Fork 88
With schedules #72
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
With schedules #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python implementation looks well-coded and usable. Demo and README help understand the changes. However, I do not have a major knowledge on how the whole implementation in Python works and I have not tested it. Some minor comments are written in the review.
demos/python/dmps/with_schedules/demo_dmp_with_schedules_parameterizable.py
Show resolved
Hide resolved
Thank you @ignacio-pm for the code review! Especially for pointing out features of the code that should be improved in several classes, beyond the ones in this PR. |
Thank you for creating and maintaining this repository! I do not plan to use it again in the short term, but many people will find it helpful. |
This branch implements the new DmpWithSchedules class.
https://github.com/stulp/dmpbbo/blob/with_schedules/dmpbbo/dmps/DmpWithSchedules.py
It also includes a demo that shows how gains are optimized in stochastic and constant force fields:
https://github.com/stulp/dmpbbo/blob/with_schedules/demos/python/bbo_of_dmps/with_schedules/README.md