serendipityAc2Win commited on
Commit
0416e5c
·
verified ·
1 Parent(s): e04456b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Embodied-R Model Weights
2
+
3
+ This repository contains the RL-trained weights of the model introduced in the paper:
4
+ **[Embodied-R: Collaborative Framework for Activating Embodied Spatial Reasoning in Foundation Models via Reinforcement Learning]**.
5
+
6
+ For more details about the model and its implementation, please refer to the GitHub repository:
7
+ [https://github.com/EmbodiedCity/Embodied-R.code](https://github.com/EmbodiedCity/Embodied-R.code).
8
+
9
+ ## Citation
10
+ If this work has contributed to your research, welcome to cite it:
11
+
12
+ ```
13
+ @misc{zhao2025embodiedr,
14
+ title={Embodied-R: Collaborative Framework for Activating Embodied Spatial Reasoning in Foundation Models via Reinforcement Learning},
15
+ author={Baining Zhao and Ziyou Wang and Jianjie Fang and Chen Gao and Fanhang Man and Jinqiang Cui and Xin Wang and Xinlei Chen and Yong Li and Wenwu Zhu},
16
+ year={2025},
17
+ eprint={2504.12680},
18
+ archivePrefix={arXiv},
19
+ primaryClass={cs.AI},
20
+ url={https://arxiv.org/abs/2504.12680},
21
+ }
22
+ ```
23
+ ---
24
+ license: mit
25
+ ---