This commit is contained in:
wty-yy
2025-12-29 16:33:09 +08:00
parent 83952bd549
commit 0c56db7e42
96 changed files with 770085 additions and 1 deletions

15
cmd.md Normal file
View File

@@ -0,0 +1,15 @@
## Train
```bash
python legged_gym/scripts/train.py --task=go2 --num_envs 4096 --headless
python legged_gym/scripts/train.py --task=go2 --num_envs 128 --resume --load_run Nov13_11-14-22_wave_slope_rough_slope
python legged_gym/scripts/train.py --task=go2 --num_envs 8 # DEBUG
# CTS
python legged_gym/scripts/train.py --task=go2_cts --num_envs 8096 --headless
```
## Play
```bash
python legged_gym/scripts/play.py --task=go2 --num_envs 8 # load latest
python legged_gym/scripts/play.py --task=go2 --num_envs 8 --load_run Nov13_00-00-05_ # load specified run
# CTS
python legged_gym/scripts/play.py --task=go2_cts --num_envs 8
```