stulp / dmpbbo

Python/C++ library for Dynamical Movement Primitives and Black-Box Optimization
GNU Lesser General Public License v2.1
224 stars 90 forks source link

A problem about noise exploration #80

Closed hhhzf0408 closed 1 year ago

hhhzf0408 commented 1 year ago

Hello, we said that we can use policy parameters to enable DMP to generate arbitrary shaped tracks. For example, when an object is grabbed from point A and moved to point B, the corresponding track is the Demonstration track. Now, if you want to move point A object to point C, should you use the noise exploration you mentioned here to train the Demonstration track, or directly generate a new trajectory with DMP, and directly generalize to point C? What is the difference between the two methods? Thank you.