PbDlib

PbDlib is a collection of source codes for robot programming by demonstration (learning from demonstration). It includes various functionalities at the crossroad of statistical learning, dynamical systems, differential geometry and optimal control. It is available in the following languages:

PbDlib can be used in applications requiring task adaptation, human-robot skill transfer, safe controllers based on minimal intervention principle, as well as for probabilistic motion analysis and synthesis in multiple coordinate systems.

Three distinct versions are maintained that can be used independently in Matlab, C++ or Python with independent git repositories. Currently, the Matlab version has the most functionalities. The C++ and Python versions are better suited for integration in robot applications. Each git page provides detailed instructions and list of examples.

PbDlib is currently maintained by Sylvain Calinon (sylvain.calinon@idiap.ch).


  

Matlab version


Git repository:

https://gitlab.idiap.ch/rli/pbdlib-matlab/

Most examples of the Matlab version are compatible with the GNU Octave open source software.


  

C++ version


Git repository:

https://gitlab.idiap.ch/rli/pbdlib-cpp/

The C++ version can be built with minimal dependency to external libraries, in order to facilitate its inclusion in other softwares.


  

Python version (task-parameterized models)


Git repository:

https://gitlab.idiap.ch/rli/pbdlib-python


This Python version focuses on task-parameterized models for robot learning from demonstration applications.
Contact: Emmanuel Pignat (https://www.idiap.ch/~epignat/)



  

Python version (Riemannian manifolds)


Git repository:

https://gitlab.martijnzeestraten.nl/martijn/riepybdlib/

Tutorial:

http://ww.martijnzeestraten.nl/media/html/riepybdlib_tutorial.html

This Python version focuses on Riemannian manifold algorithms for robot learning from demonstration applications.
Contact: Martijn Zeestraten (https://www.martijnzeestraten.nl)