v1.1.1-rc2; add README

This commit is contained in:
wty-yy
2026-01-27 21:36:44 +08:00
parent 064d0c90ea
commit 93c815b2d9
10 changed files with 468 additions and 126 deletions

View File

@@ -131,3 +131,11 @@ pip install -e .
### 2.5.3 安装 unitree_cpp_deploy选择用C++部署)
我们基于unitree_rl_lab修改的C++部署仓库,专门用于部署本仓库训练的模型 [unitree_cpp_deploy](https://github.com/wty-yy-mini/unitree_cpp_deploy)
### 2.6 RoboGauge评估可选
RoboGauge是一个Mujoco中通过Sim2Sim评估四足机器人性能的项目在训练同时中异步地在cpu上进行评估具体细节参考[README](https://github.com/wty-yy/RoboGauge),安装方法
```bash
git clone https://github.com/wty-yy/RoboGauge.git
cd RoboGauge
pip install -e .
```