Skip to content

Commit

Permalink
nit in replay
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-aractingi committed Dec 3, 2024
1 parent 75f5191 commit 9cc4e26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lerobot/scripts/control_sim_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def record(
root=root,
features=features,
use_videos=video,
tolerance_s=1e-1,
image_writer_processes=num_image_writer_processes,
image_writer_threads=num_image_writer_threads_per_camera * num_cameras,
)
Expand Down Expand Up @@ -495,7 +494,7 @@ def replay(
help="Dataset identifier. By convention it should match '{hf_username}/{dataset_name}' (e.g. `lerobot/test`).",
)
parser_replay.add_argument(
"--episodes", nargs="+", type=int, default=[0], help="Indices of the episodes to replay."
"--episode", type=int, default=0, help="Index of the episodes to replay."
)

args = parser.parse_args()
Expand Down

0 comments on commit 9cc4e26

Please sign in to comment.