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

@@ -55,6 +55,10 @@ class BaseGaugeConfig(Config):
goal_type = 'velocity' # 'velocity'
dead_zone = 0.1 # joystick dead zone
class keyboard: # goal controlled by a keyboard listener independent of MuJoCo
enabled = False
goal_type = 'velocity'
class metrics:
metric_dt = 0.1 # [s] frequency to compute metrics
class dof_limits: