Skip to content

Commit

Permalink
Merge pull request #39 from huggingface/user/rcadene/2024_03_20_updat…
Browse files Browse the repository at this point in the history
…e_stats_v1.1

Update stats for Pusht and Aloha datasets (v1.0 -> v1.1)
  • Loading branch information
Cadene authored Mar 20, 2024
2 parents ec536ef + f23a53c commit 2b02210
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerobot/common/datasets/aloha.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class AlohaExperienceReplay(AbstractExperienceReplay):
def __init__(
self,
dataset_id: str,
version: str | None = "v1.0",
version: str | None = "v1.1",
batch_size: int = None,
*,
shuffle: bool = True,
Expand Down
2 changes: 1 addition & 1 deletion lerobot/common/datasets/pusht.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class PushtExperienceReplay(AbstractExperienceReplay):
def __init__(
self,
dataset_id: str,
version: str | None = "v1.0",
version: str | None = "v1.1",
batch_size: int = None,
*,
shuffle: bool = True,
Expand Down
Binary file modified tests/data/aloha_sim_insertion_scripted/stats.pth
Binary file not shown.
Binary file modified tests/data/aloha_sim_transfer_cube_human/stats.pth
Binary file not shown.
Binary file modified tests/data/aloha_sim_transfer_cube_scripted/stats.pth
Binary file not shown.

0 comments on commit 2b02210

Please sign in to comment.