Skip to content

Dynamic movement primitives (DMPs) are a method of trajectory control/planning from Stefan Schaal’s lab. Complex movements have long been thought to be composed of sets of primitive action ‘building blocks’ executed in sequence and \ or in parallel, and DMPs are a proposed mathematical formalization of these primitives. The difference betwee

Notifications You must be signed in to change notification settings

huangyhua/Dynamic-Movement-Primitives-and-Imitation-Learning-Robotics

 
 

Repository files navigation

Dynamic-Movement-Primitives-and-Imitation-Learning

Dynamic movement primitives (DMPs) are a method of trajectory control/planning from Prof.Stefan Schaal’s lab.

Complex movements have long been thought to be composed of sets of primitive action ‘building blocks’ executed in sequence and \ or in parallel, and DMPs are a proposed mathematical formalization of these primitives. The difference between DMPs and previously proposed building blocks is that each DMP is a nonlinear dynamical system. The basic idea is that you take a dynamical system with well specified, stable behavior and add another term that makes it follow some interesting trajectory as it goes about its business.

The DMP differential equations (Transformation System, Canonical System, Non-linear Function) realize a general way of generating point-to-point movements.

Imitation learning using linear regression is performed to compute the weight factor W from a demonstrated trajectory dataset, given by a teacher. The quality of the imitation is evaluated by comparing the training data with the data generated by the DMP.

References:

http://www-clmc.usc.edu/Research/MotorPrimitives

http://www-clmc.usc.edu/Research/ImitationLearning

https://studywolf.wordpress.com/2013/11/16/dynamic-movement-primitives-part-1-the-basics/

About

Dynamic movement primitives (DMPs) are a method of trajectory control/planning from Stefan Schaal’s lab. Complex movements have long been thought to be composed of sets of primitive action ‘building blocks’ executed in sequence and \ or in parallel, and DMPs are a proposed mathematical formalization of these primitives. The difference betwee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%