Update README.md
Browse files
README.md
CHANGED
|
@@ -87,3 +87,19 @@ Checkout the [cookbooks](https://github.com/alibaba-damo-academy/RynnBrain/cookb
|
|
| 87 |
|----------------------|--------------------------------------------------------------------------------------------------|-------------|
|
| 88 |
| Planning | [10_manipulate_planning.ipynb](./cookbooks/10_manipulate_planning.ipynb) | Performs multi-step task decomposition and action planning from goals and scenes. |
|
| 89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
|----------------------|--------------------------------------------------------------------------------------------------|-------------|
|
| 88 |
| Planning | [10_manipulate_planning.ipynb](./cookbooks/10_manipulate_planning.ipynb) | Performs multi-step task decomposition and action planning from goals and scenes. |
|
| 89 |
|
| 90 |
+
|
| 91 |
+
## 📑 Citation
|
| 92 |
+
|
| 93 |
+
If you find RynnBrain useful for your research and applications, please cite using this BibTeX:
|
| 94 |
+
|
| 95 |
+
```bibtex
|
| 96 |
+
@article{damo2026rynnbrain,
|
| 97 |
+
title={RynnBrain: Open Embodied Foundation Models},
|
| 98 |
+
author={Ronghao Dang, Jiayan Guo, Bohan Hou, Sicong Leng, Kehan Li, Xin Li, Jiangpin Liu, Yunxuan Mao, Zhikai Wang, Yuqian Yuan, Minghao Zhu, Xiao Lin, Yang Bai, Qian Jiang, Yaxi Zhao, Minghua Zeng, Junlong Gao, Yuming Jiang, Jun Cen, Siteng Huang, Liuyi Wang, Wenqiao Zhang, Chengju Liu, Jianfei Yang, Shijian Lu, Deli Zhao},
|
| 99 |
+
journal={arXiv preprint arXiv:2602.14979v1},
|
| 100 |
+
year={2026},
|
| 101 |
+
url = {https://arxiv.org/abs/2602.14979v1}
|
| 102 |
+
}
|
| 103 |
+
|
| 104 |
+
```
|
| 105 |
+
|