feat: add Go1 training and MuJoCo deployment

This commit is contained in:
youyuan.chen
2026-07-26 00:40:06 +08:00
parent 28b4516d22
commit 0d2afbf2bb
26 changed files with 2378 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
"""Run an exported Go1 CTS policy in MuJoCo.
The model, observations, actions, and MuJoCo actuators all use the Unitree SDK
joint order: FR, FL, RR, RL. The exported policy maintains its own history and
therefore consumes one 45-dimensional observation frame per call.
"""
from deploy_go2 import main
if __name__ == "__main__":
main("go1.yaml")