v0.1.14; add wave terrain; finish LevelPipeline

This commit is contained in:
wty-yy
2025-12-25 00:02:43 +08:00
parent 50126ec9aa
commit 11908747ce
19 changed files with 296 additions and 57 deletions

14
CMD.md
View File

@@ -1,4 +1,4 @@
# Single Run
# Single Pipeline
```bash
python robogauge/scripts/run.py \
--task go2_moe_flat \
@@ -6,7 +6,7 @@ python robogauge/scripts/run.py \
--headless
```
# Multi Run
# Multi Pipeline
```bash
python robogauge/scripts/run.py \
--task go2_moe_flat \
@@ -23,6 +23,16 @@ python robogauge/scripts/run.py \
--headless
```
# Level Pipeline
```bash
python robogauge/scripts/run.py \
--task go2_slope \
--experiment-name debug \
--seed 0 \
--headless \
--search-max-level --seeds 0 1 2 --frictions 1
```
# Radar/Bar Plot
将Multi Run结果绘制在雷达图中
```bash