From f2fcb966b9da014d51801abd68514f3cfebcd7bf Mon Sep 17 00:00:00 2001 From: wertyuilife Date: Thu, 2 Apr 2026 10:57:02 +0800 Subject: [PATCH] update readme. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 59b0637..5ccec5a 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,10 @@ Run the following commands: ```bash # Train -python scripts/rsl_rl/train.py \ - --task=RobotLab-Go2-v0 \ - --headless +python scripts/rsl_rl/train.py --task=RobotLab-Go2-v0 --headless -# Play / Evaluate -python scripts/rsl_rl/play.py \ - --task=RobotLab-Go2-v0 +# Evaluate +python scripts/rsl_rl/play.py --task=RobotLab-Go2-v0 ``` --- @@ -99,10 +96,13 @@ The default task settings are defined in the following files: In addition to the default configuration files, `train.py` and `play.py` supports several command-line arguments for runtime overrides: ```bash ---experiment_name ---run_name ---num_envs ---checkpoint +python scripts/rsl_rl/train.py \ + --task=RobotLab-Go2-v0 \ + --headless \ + --experiment_name \ + --run_name \ + --num_envs \ + --checkpoint ``` For more details, refer to the [robot_lab repo](https://github.com/fan-ziqi/robot_lab.git).