v0.1.14; add wave terrain; finish LevelPipeline
This commit is contained in:
14
CMD.md
14
CMD.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user