Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.26 KB

Elastic-DS

| Website | Paper | Spotlight Video |

This is the code example for the Paper Task Generalization with Stability Guarantees via Elastic Dynamical System Motion Policies accepted to CoRL 2023. This repo contains 2D example for adapting to endpoints and continuous via-point. The GMM here adapts the DAMM method, which provides lightspeed estimation of GMM and automatically determine the number of Gaussians. Another option is to use PC-GMM.

Endpoints

python -m task.main_start_end --test 2

drawing

Via-Point

python -m task.main_via --test 1

drawing

BibTeX

If you find this code useful for you project, please consider citing it.

@inproceedings{li2023task,
  title={Task generalization with stability guarantees via elastic dynamical system motion policies},
  author={Li, Tianyu and Figueroa, Nadia},
  booktitle={7th Annual Conference on Robot Learning},
  year={2023}
}