lllliuxiao23 commited on
Commit
366fb62
·
verified ·
1 Parent(s): 49c4464

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -1,3 +1,50 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ language:
4
+ - en
5
+ - zh
6
+ size_categories:
7
+ - n>1T
8
+ tags:
9
+ - robotics
10
+ - real-world
11
+ - dual-arm
12
+ - whole body control
13
+ - manipulation
14
+ datasets:
15
+ - OpenGalaxea/Galaxea-Open-World-Dataset
16
  ---
17
+
18
+ # 🚀 Galaxea Open-World Dataset and G0 Dual-System VLA Model
19
+ [![Project Page](https://img.shields.io/badge/Project%20Page-000000?style=for-the-badge&logo=github)](https://opengalaxea.github.io/G0/)
20
+ [![Paper](https://img.shields.io/badge/Paper-8A2BE2?style=for-the-badge&logo=arxiv)](https://arxiv.org/abs/2509.00576)
21
+ [![Videos](https://img.shields.io/badge/Videos-FF0000?style=for-the-badge&logo=youtube)](https://opengalaxea.github.io/G0/)
22
+ [![Visualizer](https://img.shields.io/badge/Visualizer-FF8C00?style=for-the-badge&logo=airplayvideo)](https://opengalaxea.github.io/G0/visualizer/index.html)
23
+ [![Modelscope](https://img.shields.io/badge/Modelscope-1890FF?style=for-the-badge&logo=alibabacloud)](https://www.modelscope.cn/organization/Galaxea)
24
+ [![Twitter](https://img.shields.io/badge/Twitter-FF6B35?style=for-the-badge&logo=x)](https://x.com/Galaxea_x)
25
+ [![Linkedin](https://img.shields.io/badge/Linkedin-1890FF?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/company/galaxeadynamics/posts/?feedView=all&viewAsMember=true)
26
+
27
+
28
+ G0-VLA architecture and training pipeline: Stage 1 pre-trains a vision-language model on cross-embodiment data in an autoregressive manner. Stage 2 and post-train share the same model structure, trained on Galaxea open-world data with embodiment-specific views and high-level and subtask instructions, by supervising the Action Transformer’s action reconstruction with a flow- matching loss.
29
+
30
+
31
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6788b21b8d4696a61ff6002c/eK9_KN0mQZArYrvGZYlIB.png)
32
+
33
+
34
+ In this repo, you can find:
35
+ - [x] model_pre.pt: **Model Weights after Stage2 Pretraining**
36
+
37
+
38
+
39
+
40
+ ## 📜 Citation
41
+
42
+ All the data and code within this repo are under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). If you use our dataset or models, please cite:
43
+
44
+ ```bibtex
45
+ @article{galaxea2025,
46
+ title={Galaxea G0: Open-World Dataset and Dual-System VLA Model},
47
+ author={Galaxea Team},
48
+ journal={arXiv preprint arXiv:2509.00576},
49
+ year={2025}
50
+ }