You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lerobot/configs/train.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
35
35
@dataclass
36
36
classTrainPipelineConfig(HubMixin):
37
-
dataset: DatasetConfig|None=None# NOTE: In RL, we don't need a dataset
37
+
dataset: DatasetConfig|None=None# NOTE: In RL, we don't need a dataset
38
38
env: envs.EnvConfig|None=None
39
39
policy: PreTrainedConfig|None=None
40
40
# Set `dir` to where you would like to save all of the run outputs. If you run another training session # with the same value for `dir` its contents will be overwritten unless you set `resume` to true.
0 commit comments