We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d469782 commit e458066Copy full SHA for e458066
src/openpi/training/droid_rlds_dataset.py
@@ -59,7 +59,7 @@ def __init__(
59
)
60
61
# # Repeat dataset so we never run out of data.
62
- # dataset = dataset.repeat()
+ dataset = dataset.repeat()
63
64
# Load the filter dictionary if provided.
65
# The filter dictionary is a JSON file that maps episode keys to ranges of frames to sample
0 commit comments