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

@@ -227,5 +227,17 @@ Cause: MuJoCo cannot create an OpenGL context in headless mode.
Fix: In `robogauge/scripts/run.py` and `robogauge/scripts/server.py`, set `os.environ['MUJOCO_GL']` to `egl` (GPU) or `osmesa` (CPU, slower).
## Thanks
## Acknowledgements
Thanks to [@windigal](https://github.com/windigal) for terrains generation and editing the videos.
## 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},
}
```

View File

@@ -203,3 +203,15 @@ while True:
## 致谢
感谢[@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},
}
```