Skip to content

Commit e458066

Browse files
authored
Fix dataset repeat
1 parent d469782 commit e458066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openpi/training/droid_rlds_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(
5959
)
6060

6161
# # Repeat dataset so we never run out of data.
62-
# dataset = dataset.repeat()
62+
dataset = dataset.repeat()
6363

6464
# Load the filter dictionary if provided.
6565
# The filter dictionary is a JSON file that maps episode keys to ranges of frames to sample

0 commit comments

Comments
 (0)