v0.1.9
This commit is contained in:
27
CMD.md
Normal file
27
CMD.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Single Run
|
||||
```bash
|
||||
python robogauge/scripts/run.py \
|
||||
--task go2_moe_flat \
|
||||
--model-path /home/xfy/Coding/robot_gauge/mytest/models/kaiwu/kaiwu_script_v6-2_124004.pt \
|
||||
--experiment-name debug \
|
||||
--headless
|
||||
```
|
||||
|
||||
# Multi Run
|
||||
```bash
|
||||
python robogauge/scripts/run.py \
|
||||
--task go2_moe_flat \
|
||||
--model-path /home/xfy/Coding/robot_gauge/mytest/models/kaiwu/kaiwu_script_v6-2_124004.pt \
|
||||
--experiment-name debug \
|
||||
--multi \
|
||||
--num-processes 1 \
|
||||
--headless
|
||||
|
||||
python robogauge/scripts/run.py \
|
||||
--task go2_moe_flat \
|
||||
--model-path /home/xfy/Coding/robot_gauge/mytest/models/kaiwu/kaiwu_script_v6-2_102003.pt \
|
||||
--experiment-name debug \
|
||||
--multi \
|
||||
--num-processes 1 \
|
||||
--headless
|
||||
```
|
||||
Reference in New Issue
Block a user