diff --git a/README.md b/README.md index fc75ae7..bb7f3df 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,18 @@ Contributors: --- +## 📄 Citation +If you find our work helpful, please cite: +```bibtex +@article{wu2026robogauge, + title={Toward Reliable Sim-to-Real Predictability for MoE-based Robust Quadrupedal Locomotion}, + author={Tianyang Wu and Hanwei Guo and Yuhang Wang and Junshu Yang and Xinyang Sui and Jiayi Xie and Xingyu Chen and Zeyang Liu and Xuguang Lan}, + year={2026}, + journal={arXiv preprint arXiv:2602.00678}, + url={https://arxiv.org/abs/2602.00678}, +} +``` + ## 🔖 License New contributions follow the [MIT License](LICENSE); the original unitree_rl_gym remains under the [BSD 3-Clause License](LICENSE). diff --git a/README_zh.md b/README_zh.md index 2b1606c..c377c0b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -162,6 +162,18 @@ python deploy_real_go2.py eth0 --- +## 📄 引用 +如果觉得我们的工作有帮助,请引用: +```bibtex +@article{wu2026robogauge, + title={Toward Reliable Sim-to-Real Predictability for MoE-based Robust Quadrupedal Locomotion}, + author={Tianyang Wu and Hanwei Guo and Yuhang Wang and Junshu Yang and Xinyang Sui and Jiayi Xie and Xingyu Chen and Zeyang Liu and Xuguang Lan}, + year={2026}, + journal={arXiv preprint arXiv:2602.00678}, + url={https://arxiv.org/abs/2602.00678}, +} +``` + ## 🔖 许可证 新增内容根据 [MIT License](./LICENSE) 授权,原仓库unitree_rl_gym根据 [BSD 3-Clause License](./LICENSE) 授权。