Add Go1 evaluation and keyboard control

This commit is contained in:
youyuan.chen
2026-07-24 12:00:53 +08:00
parent c1b347c89f
commit 35a1d278e8
21 changed files with 443 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
"""MoE policy configuration for the trained Go1 checkpoint."""
from robogauge.tasks.robots.go1.go1_config import Go1Config, Go1TerrainConfig
class Go1MoEConfig(Go1Config):
robot_class = 'Go1MoE'
class Go1MoETerrainConfig(Go1TerrainConfig, Go1MoEConfig):
robot_class = 'Go1MoE'