Add citation

This commit is contained in:
wty-yy
2026-02-03 15:14:38 +08:00
parent d8ea76701e
commit 3f1cb79929
2 changed files with 26 additions and 2 deletions

View File

@@ -202,4 +202,16 @@ while True:
解决方案: 在`robogauge/scripts/run.py`和`robogauge/scripts/server.py`中, 将`os.environ['MUJOCO_GL']`设置为`egl`(GPU)或`osmesa`(CPU, 慢)
## 致谢
感谢[@windigal](https://github.com/windigal)地形生成及视频剪辑
感谢[@windigal](https://github.com/windigal)地形生成及视频剪辑
## 引用
如果觉得我们的工作有帮助,请引用:
```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},
}
```