You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can get a better trajectory by changing line 180 to "dt = duration / n_sampled" and manually setting tau before learning "dmp.tau = end_time ". But the trajectory still doesn't reach the amplitude that I suspect it should.
I think i discovered the same once. The solution was to transform the trajectory to fit between 0 and 1 and back again after learning. You may find something in my masters thesis [1], but definitly in some of the cited litrature. Good Luck!
The learning seems to get butchered for any duration other than 1.
For example:
Produces a nice sin trajectory, but changing " end_time = 1" to "end_time = 2" produces this:
.
The text was updated successfully, but these errors were encountered: