agibot-world/AgiBotWorld-Beta
Viewer • Updated • 248M • 56.7k • 62
How to use agibot-world/GO-1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="agibot-world/GO-1", trust_remote_code=True) # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("agibot-world/GO-1", trust_remote_code=True, dtype="auto")GO-1 is our robotic foundation model pretrained on AgiBot World Dataset.
Please refer to our project page, github repo and paper for more details.
This is the pre-trained GO-1 model. For fine-tuning on simulation benchmarks or your customized dataset, please visit our github repo.
@article{bu2025agibot,
title={Agibot world colosseo: A large-scale manipulation platform for scalable and intelligent embodied systems},
author={Bu, Qingwen and Cai, Jisong and Chen, Li and Cui, Xiuqi and Ding, Yan and Feng, Siyuan and Gao, Shenyuan and He, Xindong and Huang, Xu and Jiang, Shu and others},
journal={arXiv preprint arXiv:2503.06669},
year={2025}
}
@inproceedings{bu2025agibot,
title={Agibot world colosseo: A large-scale manipulation platform for scalable and intelligent embodied systems},
author={Bu, Qingwen and Cai, Jisong and Chen, Li and Cui, Xiuqi and Ding, Yan and Feng, Siyuan and He, Xindong and Huang, Xu and others},
booktitle={2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
year={2025},
organization={IEEE}
}