v1.1.4; Add ZMP margin metric

This commit is contained in:
wty-yy
2026-03-23 11:24:00 +08:00
parent be054d02b0
commit fe35afea22
17 changed files with 782 additions and 19 deletions

10
CMD.md
View File

@@ -18,7 +18,7 @@ python robogauge/scripts/run.py \
--headless
# To evaluate metrics for level terrains, add `--goals` and `--spawn-type`
# level terrains: wave, slope_fb, slope_bd, stairs_fb, stairs_bd, obstacle (default is target_pos)
# level terrains: wave, slope_fd, slope_bd, stairs_fd, stairs_bd, obstacle (default is target_pos)
python robogauge/scripts/run.py \
--task go2_moe.obstacle \
--experiment-name debug \
@@ -26,6 +26,14 @@ python robogauge/scripts/run.py \
--friction 2 \
--spawn-type level_eval \
--goals max_velocity diagonal_velocity
# For joystick control and tensorboard DEBUG
python robogauge/scripts/run.py \
--task go2_moe.flat \
--experiment-name debug \
--goals joystick \
--write-tensorboard \
--save-video
```
# Multi Pipeline