Skip to content

Commit

Permalink
Update lerobot/scripts/control_sim_robot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Remi <[email protected]>
  • Loading branch information
michel-aractingi and Cadene authored Dec 2, 2024
1 parent 6574463 commit fb2cf87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lerobot/scripts/control_sim_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ def replay(env, episodes: list, fps: int | None = None, root="data", repo_id="le
parser_replay.add_argument(
"--root",
type=Path,
default="data",
help="Root directory where the dataset will be stored locally at '{root}/{repo_id}' (e.g. 'data/hf_username/dataset_name').",
default=None,
help="Root directory where the dataset will be stored locally (e.g. 'data/hf_username/dataset_name'). By default, stored in cache folder.",
)
parser_replay.add_argument(
"--repo-id",
Expand Down

0 comments on commit fb2cf87

Please sign in to comment.