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 950280e commit 6574463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerobot/scripts/control_sim_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def replay(env, episodes: list, fps: int | None = None, root="data", repo_id="le
parser_record.add_argument(
"--root",
type=Path,
default="data",
default=None,
help="Root directory where the dataset will be stored locally at '{root}/{repo_id}' (e.g. 'data/hf_username/dataset_name').",
)
parser_record.add_argument(
Expand Down

0 comments on commit 6574463

Please sign in to comment.