-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mrana6
authored
Feb 5, 2019
1 parent
eca2ca1
commit 69c0fa4
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
CLAMP: Combined Learning from Demonstration and Motion Planning | ||
=================================================== | ||
CLAMP is an probabilistic inference based approach which learns a a trajectory prior from human demonstrations and uses factor graph optimization for efficient skill reproduction. | ||
CLAMP is an probabilistic inference based approach which learns a a trajectory prior from human demonstrations and uses factor graph optimization for efficient skill reproduction. The baseline capabilities of CLAMP are described in [Towards robust skill generalization: Unifying learning from demonstration and motion planning](http://proceedings.mlr.press/v78/rana17a/rana17a.pdf) (CoRL 2017). Extensions of CLAMP to learn from demonstrations provided in clutter as well as incrementally updating the trajectory prior are provided in [Learning Generalizable Robot Skills from Demonstrations in Cluttered Environments](https://arxiv.org/pdf/1808.00349.pdf) (IROS 2018). | ||
|
||
This library is an implementation of CLAMP. The core library is developed in C++ language, alongside a MATLAB frontend. Demo scripts are provided in MATLAB to reproduce some of the results in our publications. | ||
|
||
CLAMP is being developed by [M. Asif Rana](mailto:[email protected]) and [Mustafa Mukadam](mailto:[email protected]) at the Georgia Tech Institute for Robotics & Intelligent Machines. | ||
|
||
|