docs: add paper citation
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: robotics
|
| 4 |
+
tags: [robotics, vla, openpi, manipulation, maniguard, franka]
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# pi0-sim2real-clutter-task0048-sim-lora
|
| 8 |
+
|
| 9 |
+
A ManiGuard fine-tuned VLA checkpoint (openpi).
|
| 10 |
+
**ManiGuard**: [paper (arXiv:2608.17386)](https://arxiv.org/abs/2608.17386) 路
|
| 11 |
+
[code](https://github.com/NU-IDEAS-Lab/ManiGuard) 路
|
| 12 |
+
[docs](https://nu-ideas-lab.github.io/ManiGuard/)
|
| 13 |
+
|
| 14 |
+
## Citation
|
| 15 |
+
|
| 16 |
+
```bibtex
|
| 17 |
+
@misc{peng2026maniguard,
|
| 18 |
+
title = {{MANIGUARD}: A Benchmark and Data Suite for Specification-Grounded
|
| 19 |
+
Safety Evaluation and Improvement of Robotic Manipulation},
|
| 20 |
+
author = {Peng, Yiyan and Wang, Philip and Zhan, Simon Sinong and Lyu, Yiqi
|
| 21 |
+
and Ni, Zhenyang and Yan, Jixin and Wong, Fiorelli and Jiao, Ruochen
|
| 22 |
+
and Yin, Hang and Cao, Xinyu and Shao, Huajie and Li, Manling
|
| 23 |
+
and Zhang, Ruohan and Zhu, Qi},
|
| 24 |
+
year = {2026},
|
| 25 |
+
eprint = {2608.17386},
|
| 26 |
+
archivePrefix = {arXiv},
|
| 27 |
+
primaryClass = {cs.RO},
|
| 28 |
+
url = {https://arxiv.org/abs/2608.17386},
|
| 29 |
+
}
|
| 30 |
+
```
|