MarcelTorne commited on
Commit
6fd61b0
·
verified ·
1 Parent(s): 15e99e3

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +187 -0
  2. data/chunk-000/episode_000009.parquet +3 -0
  3. data/chunk-000/episode_000078.parquet +3 -0
  4. data/chunk-000/episode_000089.parquet +3 -0
  5. data/chunk-000/episode_000090.parquet +3 -0
  6. data/chunk-000/episode_000094.parquet +3 -0
  7. data/chunk-000/episode_000108.parquet +3 -0
  8. data/chunk-000/episode_000122.parquet +3 -0
  9. data/chunk-000/episode_000157.parquet +3 -0
  10. data/chunk-000/episode_000169.parquet +3 -0
  11. data/chunk-000/episode_000170.parquet +3 -0
  12. data/chunk-000/episode_000175.parquet +3 -0
  13. data/chunk-000/episode_000190.parquet +3 -0
  14. data/chunk-000/episode_000191.parquet +3 -0
  15. data/chunk-000/episode_000205.parquet +3 -0
  16. data/chunk-000/episode_000222.parquet +3 -0
  17. data/chunk-000/episode_000246.parquet +3 -0
  18. data/chunk-000/episode_000268.parquet +3 -0
  19. data/chunk-000/episode_000269.parquet +3 -0
  20. data/chunk-000/episode_000270.parquet +3 -0
  21. data/chunk-000/episode_000274.parquet +3 -0
  22. data/chunk-000/episode_000298.parquet +3 -0
  23. data/chunk-000/episode_000300.parquet +3 -0
  24. data/chunk-000/episode_000343.parquet +3 -0
  25. data/chunk-000/episode_000346.parquet +3 -0
  26. data/chunk-000/episode_000347.parquet +3 -0
  27. data/chunk-000/episode_000378.parquet +3 -0
  28. data/chunk-000/episode_000388.parquet +3 -0
  29. data/chunk-000/episode_000412.parquet +3 -0
  30. data/chunk-000/episode_000427.parquet +3 -0
  31. data/chunk-000/episode_000453.parquet +3 -0
  32. data/chunk-000/episode_000457.parquet +3 -0
  33. data/chunk-000/episode_000491.parquet +3 -0
  34. data/chunk-000/episode_000495.parquet +3 -0
  35. data/chunk-000/episode_000501.parquet +3 -0
  36. data/chunk-000/episode_000512.parquet +3 -0
  37. data/chunk-000/episode_000523.parquet +3 -0
  38. data/chunk-000/episode_000532.parquet +3 -0
  39. export_summary.json +22 -0
  40. meta/episodes.jsonl +536 -0
  41. meta/episodes_stats.jsonl +0 -0
  42. meta/info.json +151 -0
  43. meta/tasks.jsonl +1 -0
  44. preferences/pairs.jsonl +0 -0
  45. videos/chunk-000/observation.images.agent_view/episode_000207.mp4 +3 -0
  46. videos/chunk-000/observation.images.agent_view/episode_000363.mp4 +3 -0
  47. videos/chunk-000/observation.images.agent_view/episode_000531.mp4 +3 -0
  48. videos/chunk-000/observation.images.wrist/episode_000094.mp4 +3 -0
  49. videos/chunk-000/observation.images.wrist/episode_000278.mp4 +3 -0
  50. videos/chunk-000/observation.images.wrist/episode_000489.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - preference-learning
9
+ - reward-modelling
10
+ - rlhf
11
+ - manipulation
12
+ - franka
13
+ configs:
14
+ - config_name: default
15
+ data_files: data/*/*.parquet
16
+ ---
17
+
18
+ # fold_pants — pairwise preferences on a Franka Panda
19
+
20
+ Real-robot trajectories for **"fold the shorts"** with **human pairwise preference
21
+ labels on multiple judgment axes**. Built for reward-model / preference-learning
22
+ research: every label is a comparison of two trajectories on one named axis, not a
23
+ scalar score.
24
+
25
+ The trajectory data is a standard [LeRobot](https://github.com/huggingface/lerobot)
26
+ v2.1 dataset, so it also loads directly as an imitation-learning dataset.
27
+
28
+ ## Contents
29
+
30
+ | | |
31
+ |---|---|
32
+ | Episodes | **536** |
33
+ | Frames | **530,494** (~9.8 h at 15 fps) |
34
+ | Preference pairs | **1448** |
35
+ | Preference labels (pair x axis) | **4390** |
36
+ | Judgment axes | **45** |
37
+ | Distinct instructions | **1** |
38
+ | Cameras | `agent_view` (third-person), `wrist` — both 224x224 |
39
+ | Robot | Franka Panda, 7-DoF joint control + gripper |
40
+
41
+ ### Episodes by kind
42
+
43
+ | kind | episodes | frames |
44
+ |---|---|---|
45
+ | rollout | 399 | 385498 |
46
+ | demo | 137 | 144996 |
47
+
48
+ `demo` episodes are human teleoperated demonstrations. `rollout` episodes are policy
49
+ rollouts recorded in preference-collection sessions; those are the ones that vary in
50
+ quality, which is what makes the comparisons informative.
51
+
52
+ ## Preference labels
53
+
54
+ `preferences/pairs.parquet` — one row per (pair, axis):
55
+
56
+ | column | meaning |
57
+ |---|---|
58
+ | `pair_id` | unique id of the comparison |
59
+ | `episode_index_a`, `episode_index_b` | index into this LeRobot dataset |
60
+ | `episode_id_a`, `episode_id_b` | original source trajectory id |
61
+ | `axis` | the judgment axis being compared |
62
+ | `winner` | `A`, `B`, or `Equal` |
63
+ | `source` | `in_session` (the two rollouts of one session) or `cross` (arbitrary pair) |
64
+ | `source_dir`, `source_file` | provenance of the annotation |
65
+ | `annotator` | which annotator's label set this row comes from |
66
+ | `axis_set` | `fixed` (curated rubric reused across sessions) or `freeform` (annotator-invented axis names) |
67
+ | `overall_score_a/b` | 1–4 Likert quality rating, where the annotator gave one (else null) |
68
+ | `succeeded_a/b` | task-success flag recorded at collection time, where available (else null) |
69
+ | `instruction` | instruction string logged with the comparison |
70
+
71
+ `preferences/pairs.jsonl` is the same data with the axes nested per pair.
72
+ `preferences/episodes.parquet` maps `episode_index` to the source trajectory.
73
+
74
+ Winner distribution: **A** 1996, **B** 1968, **Equal** 426.
75
+
76
+ ### Axes
77
+
78
+ | axis | labels |
79
+ |---|---|
80
+ | `Overall quality` | 1330 |
81
+ | `Quality of 1st fold` | 239 |
82
+ | `Quality of 2nd fold` | 239 |
83
+ | `Wrinkle of 2nd fold` | 239 |
84
+ | `Alignment of final fold` | 239 |
85
+ | `Fast` | 239 |
86
+ | `Smooth` | 239 |
87
+ | `Wrinkle of 1st fold` | 239 |
88
+ | `Damage to environment` | 238 |
89
+ | `Quality of 3rd fold` | 237 |
90
+ | `Wrinkle of 3rd fold` | 237 |
91
+ | `fast` | 69 |
92
+ | `wrinkle of first fold` | 48 |
93
+ | `speed` | 47 |
94
+ | `alignment of final fold` | 46 |
95
+ | `wrinkle of second fold` | 42 |
96
+ | `first fold quality` | 39 |
97
+ | `third fold quality` | 38 |
98
+ | `smoothness` | 32 |
99
+ | `second fold quality` | 30 |
100
+ | `final alignment` | 28 |
101
+ | `smooth` | 28 |
102
+ | `stable` | 26 |
103
+ | `wrinkle of third fold` | 26 |
104
+ | `first fold wrinkle` | 19 |
105
+ | `final fold alignment` | 19 |
106
+ | `quality of second fold` | 18 |
107
+ | `stability` | 16 |
108
+ | `second fold wrinkle` | 16 |
109
+ | `third fold wrinkle` | 16 |
110
+ | `quality of third fold` | 14 |
111
+ | `stablity` | 12 |
112
+ | `environment damage` | 11 |
113
+ | `quality of first fold` | 10 |
114
+ | `damage to environment` | 10 |
115
+ | `destruction to environment` | 5 |
116
+ | `environmental damage` | 2 |
117
+ | `damage caused to environment` | 1 |
118
+ | `Quality of placement of big plate` | 1 |
119
+ | `Quality of placement of small plate` | 1 |
120
+ | `Quality of placement of cup` | 1 |
121
+ | `Quality of placement of cutlery` | 1 |
122
+ | `Smoothness / carefulness` | 1 |
123
+ | `Speed` | 1 |
124
+ | `Formality of setup` | 1 |
125
+
126
+ ### Pairs by source
127
+
128
+ | source | directory | axis set | pairs |
129
+ |---|---|---|---|
130
+ | cross | `abhijnya/cross_preferences` | fixed | 61 |
131
+ | cross | `am208/cross_preferences` | fixed | 690 |
132
+ | cross | `am208/cross_preferences_extra` | fixed | 498 |
133
+ | in_session | `am208/preferences` | fixed | 79 |
134
+ | in_session | `am208/preferences_fold_pants_free` | freeform | 120 |
135
+
136
+ ## Usage
137
+
138
+ ```python
139
+ from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
140
+ ds = LeRobotDataset("MarcelTorne/fold_pants_preferences")
141
+ print(ds[0].keys())
142
+ ```
143
+
144
+ ```python
145
+ # train a reward model on the pairwise labels
146
+ import pandas as pd
147
+ from huggingface_hub import hf_hub_download
148
+ prefs = pd.read_parquet(hf_hub_download("MarcelTorne/fold_pants_preferences", "preferences/pairs.parquet",
149
+ repo_type="dataset"))
150
+ decisive = prefs[prefs.winner != "Equal"] # drop ties
151
+ overall = decisive[decisive.axis.str.lower().str.contains("overall")]
152
+ ```
153
+
154
+ Both cameras are `dtype: video`. `observation.state` is
155
+ `[joint_0..joint_6, gripper]`, `observation.ee` is `[x, y, z, roll, pitch, yaw]`,
156
+ and `action` is the commanded `[joint_position(7), gripper_position(1)]`.
157
+
158
+ ## Caveats
159
+
160
+ - **Frames are h264 (crf 16), not bit-exact.** The source HDF5 held raw uint8
161
+ frames; re-encoding at the same 224x224 resolution shrinks the release ~100x at
162
+ 41.8 dB PSNR (mean absolute error 1.1/255, 99th pct 7/255), measured on
163
+ fold_pants cloth texture. Do not expect byte-level reproduction of the originals.
164
+ - **`Equal` is common on some axes.** Annotators used it freely; filter deliberately.
165
+ - **`freeform` axis names are not a closed vocabulary.** They were invented per
166
+ session, so the same idea appears under several names (`fast` / `speed`,
167
+ `smooth` / `smoothness`). Normalise before aggregating across sessions.
168
+ - **A pair can be labelled by more than one annotator.** The two annotators' cross-pair
169
+ sets are near-disjoint, but not perfectly; group by `pair_id` if you need unique pairs.
170
+ - **Instructions on `rollout` episodes sometimes carry reward conditioning** (e.g.
171
+ `"fold the shorts, fast: 1.0, ..."`) because the policy that produced them was
172
+ reward-conditioned. The LeRobot task string is the plain instruction; the logged
173
+ string is kept in `preferences/episodes.parquet`.
174
+ - **No success labels on `demo` episodes** — they are demonstrations, assumed good.
175
+
176
+ ## Related datasets
177
+
178
+ Same robot, same collection pipeline, same schema — four tasks released together:
179
+
180
+ - **`MarcelTorne/fold_pants_preferences`** (fold the shorts) — this dataset
181
+ - [`MarcelTorne/setup_table_preferences`](https://huggingface.co/datasets/MarcelTorne/setup_table_preferences) — set up the table
182
+ - [`MarcelTorne/put_cube_in_bowl_preferences`](https://huggingface.co/datasets/MarcelTorne/put_cube_in_bowl_preferences) — put the cube in the bowl
183
+ - [`MarcelTorne/plate_toast_preferences`](https://huggingface.co/datasets/MarcelTorne/plate_toast_preferences) — put the toast in the plate
184
+
185
+ ## License
186
+
187
+ MIT.
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8efa0c9bbd841794a349b50d5d019353777c04681039466079096c4a656668c
3
+ size 64181
data/chunk-000/episode_000078.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef2ba44e7dcf7f11f68d90a80e2e57008d9d4a1e91b8d956564697f30e87107c
3
+ size 146435
data/chunk-000/episode_000089.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5efa80c7d58cd02ee59d33528597bec9f78cfe7b35707cc9c76368e11dd86104
3
+ size 148199
data/chunk-000/episode_000090.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c87fd448cc22606233ab237d5646d3265a086c426d0b0695f192f93dd170411a
3
+ size 125492
data/chunk-000/episode_000094.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f55ca332b74f70732622a23460b6f939edd4eedde6bf3112bcda0c19137c8ad
3
+ size 185770
data/chunk-000/episode_000108.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adc540e9063bda8e95dc9b963897122858cbedfa7404d358074e5f3f9aac4d0b
3
+ size 111973
data/chunk-000/episode_000122.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c078bb8e829cb6f1167d46cd56c6973ae4da47d127a53e6978a5c53b1b82e10
3
+ size 300158
data/chunk-000/episode_000157.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed1e0c33fc07f9611bca9be4a9eec577c716da3fdaf2d3b5960fd71fceba1bf
3
+ size 256149
data/chunk-000/episode_000169.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7e8376b4e4003ef2595e3c9070c7fc3b186da2160318b1fd47c402ea3a202a
3
+ size 256039
data/chunk-000/episode_000170.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e474eaa86e53e4c76529f20efa862c25b6a56e23b0e5d17a8076184762bdc1a
3
+ size 204515
data/chunk-000/episode_000175.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e25ba43f6839722c6b65814331d93b3ff635055727c1df1abbef7b7018a237ba
3
+ size 256005
data/chunk-000/episode_000190.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e84c5546cf5783163eab6ec2304e98dabeec36399791359b6f8452e6d8596ab7
3
+ size 206264
data/chunk-000/episode_000191.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50358e0481306b4617a1b609c01a9445fd596800c3a45bb16f77fafb47585db8
3
+ size 256013
data/chunk-000/episode_000205.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6c59b006caada1cfa4617b9652cf4b862c806afb7a84520f1aa914b40608e1
3
+ size 111901
data/chunk-000/episode_000222.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b8721e503703e985cc2f5a8a9356bd945be3880116017920c02f1a70fd8802b
3
+ size 117248
data/chunk-000/episode_000246.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac45fa8955910b1935bbf9741fea0e828234976986a6dfce6ef7532ade476df
3
+ size 198566
data/chunk-000/episode_000268.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b150868a9366822a891dfddcd53371fb6848c99717889d29ed24a7f3757ce43f
3
+ size 119606
data/chunk-000/episode_000269.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dccbc1a632aaefe45acd8be72070ed402249699bb6048fd55ae589ffb989b6b1
3
+ size 180785
data/chunk-000/episode_000270.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fefb857c15ee862775a02b6f9493dce93f60e115d814ca1c1637a208f529809
3
+ size 95996
data/chunk-000/episode_000274.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1198d5530bcec275848e0623a300800fca6411afa68935d47099f42aaaff508b
3
+ size 72910
data/chunk-000/episode_000298.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363576bc6a42f7a8eb38ae1061ddf2d07a39469187829da9f9cf93cc9ed6c46b
3
+ size 147738
data/chunk-000/episode_000300.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e669b5bc36c7e7ae42f0a8a7b19689ac45ce11a95ceeb06b664f568cee65ef57
3
+ size 206899
data/chunk-000/episode_000343.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df108ce4b21ea062c4d54d85f39dc18c1297a2a665a1e18196345239ff2edbc1
3
+ size 130750
data/chunk-000/episode_000346.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78f64095552451a74d4f4cf42d0e812cc136566843f5548f5653e8b14d13c9ac
3
+ size 100798
data/chunk-000/episode_000347.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1765f586e29d386c7b3c4b84775f435e0ad38f9b54b5031326012086e49f707
3
+ size 100529
data/chunk-000/episode_000378.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e372da52d430de353c78c8cf94efc88f58a6d78b50c7575c86d8c6067fee937
3
+ size 180876
data/chunk-000/episode_000388.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d142e8b9387263a4965657ca9bdc636d23d44757b423acfad1f25d0387aad0ba
3
+ size 146768
data/chunk-000/episode_000412.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:169a7b4e7ad54657d3cb5b68db64d45f7adaf4f9250ca663796c5ca305fcf871
3
+ size 169768
data/chunk-000/episode_000427.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49dd3f35ad2f9e2abb665f265c8ac86b7b40a81826b6b52382a28aab2a18f48b
3
+ size 99315
data/chunk-000/episode_000453.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c277b25ad401a73ae16dbed365a9b23edc7ad6d7ff86c5193b4e482a507e3a64
3
+ size 256143
data/chunk-000/episode_000457.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ff3eaedc2c950d2dca5721afd46384cadee1cf50460e70dd1af160ef50adf80
3
+ size 186274
data/chunk-000/episode_000491.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3507d2746599b12a04dd926fd99169eff65df5c6ee1d8be597d70e362143e8ae
3
+ size 97693
data/chunk-000/episode_000495.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bac2d9c6b64dbe35fc6e53718e1c664f2956b3dfe796311387bcaada77b0bd3
3
+ size 105937
data/chunk-000/episode_000501.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f17f7fd06b04cb6adcfacfde67b8d3adc239d09912725189a7eb24704f4172
3
+ size 177269
data/chunk-000/episode_000512.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa7f83981bc8eb36031436cdec62b6ded662f8a2d1109636db6d4a9a22aec23
3
+ size 63873
data/chunk-000/episode_000523.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb8b44ce963366aaaac5eee9b7ef3ec9c8f3f653fe8aca8ee1f971e4f0f73b5
3
+ size 75607
data/chunk-000/episode_000532.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:710c2834e870828e14395f5f382dc471deded733c763fb18e67823902fd200c0
3
+ size 125859
export_summary.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "fold_pants",
3
+ "repo_id": "MarcelTorne/fold_pants_preferences",
4
+ "out": "/hai/scratch/marcelto/hf_export/fold_pants",
5
+ "episodes": 536,
6
+ "frames": 530494,
7
+ "pairs": 1448,
8
+ "labels": 4390,
9
+ "axes": 45,
10
+ "dropped_pairs": 28,
11
+ "dropped_ids": [
12
+ "abhijnya/demos/test/demos_126",
13
+ "abhijnya/demos/test/demos_22",
14
+ "am208/demos/test/demos_89",
15
+ "am208/preferences/2026_04_30_22:15:56/rollout_A",
16
+ "am208/preferences_fold_pants_free/2026_06_26_15:36:25/rollout_A",
17
+ "am208/preferences_fold_pants_free/2026_06_26_15:36:25/rollout_B"
18
+ ],
19
+ "failed": 0,
20
+ "skipped": 2,
21
+ "size_gb": 3.31
22
+ }
meta/episodes.jsonl ADDED
@@ -0,0 +1,536 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["fold the shorts"], "length": 905}
2
+ {"episode_index": 1, "tasks": ["fold the shorts"], "length": 842}
3
+ {"episode_index": 2, "tasks": ["fold the shorts"], "length": 553}
4
+ {"episode_index": 3, "tasks": ["fold the shorts"], "length": 611}
5
+ {"episode_index": 4, "tasks": ["fold the shorts"], "length": 548}
6
+ {"episode_index": 5, "tasks": ["fold the shorts"], "length": 652}
7
+ {"episode_index": 6, "tasks": ["fold the shorts"], "length": 666}
8
+ {"episode_index": 7, "tasks": ["fold the shorts"], "length": 531}
9
+ {"episode_index": 8, "tasks": ["fold the shorts"], "length": 502}
10
+ {"episode_index": 9, "tasks": ["fold the shorts"], "length": 453}
11
+ {"episode_index": 10, "tasks": ["fold the shorts"], "length": 499}
12
+ {"episode_index": 11, "tasks": ["fold the shorts"], "length": 565}
13
+ {"episode_index": 12, "tasks": ["fold the shorts"], "length": 926}
14
+ {"episode_index": 13, "tasks": ["fold the shorts"], "length": 797}
15
+ {"episode_index": 14, "tasks": ["fold the shorts"], "length": 547}
16
+ {"episode_index": 15, "tasks": ["fold the shorts"], "length": 502}
17
+ {"episode_index": 16, "tasks": ["fold the shorts"], "length": 529}
18
+ {"episode_index": 17, "tasks": ["fold the shorts"], "length": 621}
19
+ {"episode_index": 18, "tasks": ["fold the shorts"], "length": 921}
20
+ {"episode_index": 19, "tasks": ["fold the shorts"], "length": 556}
21
+ {"episode_index": 20, "tasks": ["fold the shorts"], "length": 575}
22
+ {"episode_index": 21, "tasks": ["fold the shorts"], "length": 521}
23
+ {"episode_index": 22, "tasks": ["fold the shorts"], "length": 661}
24
+ {"episode_index": 23, "tasks": ["fold the shorts"], "length": 1390}
25
+ {"episode_index": 24, "tasks": ["fold the shorts"], "length": 806}
26
+ {"episode_index": 25, "tasks": ["fold the shorts"], "length": 764}
27
+ {"episode_index": 26, "tasks": ["fold the shorts"], "length": 712}
28
+ {"episode_index": 27, "tasks": ["fold the shorts"], "length": 625}
29
+ {"episode_index": 28, "tasks": ["fold the shorts"], "length": 832}
30
+ {"episode_index": 29, "tasks": ["fold the shorts"], "length": 1016}
31
+ {"episode_index": 30, "tasks": ["fold the shorts"], "length": 946}
32
+ {"episode_index": 31, "tasks": ["fold the shorts"], "length": 1019}
33
+ {"episode_index": 32, "tasks": ["fold the shorts"], "length": 1041}
34
+ {"episode_index": 33, "tasks": ["fold the shorts"], "length": 1477}
35
+ {"episode_index": 34, "tasks": ["fold the shorts"], "length": 1197}
36
+ {"episode_index": 35, "tasks": ["fold the shorts"], "length": 1184}
37
+ {"episode_index": 36, "tasks": ["fold the shorts"], "length": 999}
38
+ {"episode_index": 37, "tasks": ["fold the shorts"], "length": 938}
39
+ {"episode_index": 38, "tasks": ["fold the shorts"], "length": 1211}
40
+ {"episode_index": 39, "tasks": ["fold the shorts"], "length": 1011}
41
+ {"episode_index": 40, "tasks": ["fold the shorts"], "length": 917}
42
+ {"episode_index": 41, "tasks": ["fold the shorts"], "length": 1140}
43
+ {"episode_index": 42, "tasks": ["fold the shorts"], "length": 859}
44
+ {"episode_index": 43, "tasks": ["fold the shorts"], "length": 810}
45
+ {"episode_index": 44, "tasks": ["fold the shorts"], "length": 1690}
46
+ {"episode_index": 45, "tasks": ["fold the shorts"], "length": 808}
47
+ {"episode_index": 46, "tasks": ["fold the shorts"], "length": 1712}
48
+ {"episode_index": 47, "tasks": ["fold the shorts"], "length": 1567}
49
+ {"episode_index": 48, "tasks": ["fold the shorts"], "length": 1602}
50
+ {"episode_index": 49, "tasks": ["fold the shorts"], "length": 2962}
51
+ {"episode_index": 50, "tasks": ["fold the shorts"], "length": 1811}
52
+ {"episode_index": 51, "tasks": ["fold the shorts"], "length": 1196}
53
+ {"episode_index": 52, "tasks": ["fold the shorts"], "length": 2480}
54
+ {"episode_index": 53, "tasks": ["fold the shorts"], "length": 886}
55
+ {"episode_index": 54, "tasks": ["fold the shorts"], "length": 1586}
56
+ {"episode_index": 55, "tasks": ["fold the shorts"], "length": 1394}
57
+ {"episode_index": 56, "tasks": ["fold the shorts"], "length": 1008}
58
+ {"episode_index": 57, "tasks": ["fold the shorts"], "length": 946}
59
+ {"episode_index": 58, "tasks": ["fold the shorts"], "length": 661}
60
+ {"episode_index": 59, "tasks": ["fold the shorts"], "length": 985}
61
+ {"episode_index": 60, "tasks": ["fold the shorts"], "length": 1413}
62
+ {"episode_index": 61, "tasks": ["fold the shorts"], "length": 1011}
63
+ {"episode_index": 62, "tasks": ["fold the shorts"], "length": 1177}
64
+ {"episode_index": 63, "tasks": ["fold the shorts"], "length": 1031}
65
+ {"episode_index": 64, "tasks": ["fold the shorts"], "length": 1049}
66
+ {"episode_index": 65, "tasks": ["fold the shorts"], "length": 1026}
67
+ {"episode_index": 66, "tasks": ["fold the shorts"], "length": 1051}
68
+ {"episode_index": 67, "tasks": ["fold the shorts"], "length": 937}
69
+ {"episode_index": 68, "tasks": ["fold the shorts"], "length": 1044}
70
+ {"episode_index": 69, "tasks": ["fold the shorts"], "length": 960}
71
+ {"episode_index": 70, "tasks": ["fold the shorts"], "length": 947}
72
+ {"episode_index": 71, "tasks": ["fold the shorts"], "length": 819}
73
+ {"episode_index": 72, "tasks": ["fold the shorts"], "length": 983}
74
+ {"episode_index": 73, "tasks": ["fold the shorts"], "length": 1274}
75
+ {"episode_index": 74, "tasks": ["fold the shorts"], "length": 912}
76
+ {"episode_index": 75, "tasks": ["fold the shorts"], "length": 830}
77
+ {"episode_index": 76, "tasks": ["fold the shorts"], "length": 776}
78
+ {"episode_index": 77, "tasks": ["fold the shorts"], "length": 954}
79
+ {"episode_index": 78, "tasks": ["fold the shorts"], "length": 1062}
80
+ {"episode_index": 79, "tasks": ["fold the shorts"], "length": 1076}
81
+ {"episode_index": 80, "tasks": ["fold the shorts"], "length": 1138}
82
+ {"episode_index": 81, "tasks": ["fold the shorts"], "length": 1062}
83
+ {"episode_index": 82, "tasks": ["fold the shorts"], "length": 795}
84
+ {"episode_index": 83, "tasks": ["fold the shorts"], "length": 1201}
85
+ {"episode_index": 84, "tasks": ["fold the shorts"], "length": 703}
86
+ {"episode_index": 85, "tasks": ["fold the shorts"], "length": 769}
87
+ {"episode_index": 86, "tasks": ["fold the shorts"], "length": 694}
88
+ {"episode_index": 87, "tasks": ["fold the shorts"], "length": 746}
89
+ {"episode_index": 88, "tasks": ["fold the shorts"], "length": 1202}
90
+ {"episode_index": 89, "tasks": ["fold the shorts"], "length": 1075}
91
+ {"episode_index": 90, "tasks": ["fold the shorts"], "length": 906}
92
+ {"episode_index": 91, "tasks": ["fold the shorts"], "length": 667}
93
+ {"episode_index": 92, "tasks": ["fold the shorts"], "length": 738}
94
+ {"episode_index": 93, "tasks": ["fold the shorts"], "length": 970}
95
+ {"episode_index": 94, "tasks": ["fold the shorts"], "length": 1339}
96
+ {"episode_index": 95, "tasks": ["fold the shorts"], "length": 923}
97
+ {"episode_index": 96, "tasks": ["fold the shorts"], "length": 676}
98
+ {"episode_index": 97, "tasks": ["fold the shorts"], "length": 501}
99
+ {"episode_index": 98, "tasks": ["fold the shorts"], "length": 843}
100
+ {"episode_index": 99, "tasks": ["fold the shorts"], "length": 774}
101
+ {"episode_index": 100, "tasks": ["fold the shorts"], "length": 665}
102
+ {"episode_index": 101, "tasks": ["fold the shorts"], "length": 998}
103
+ {"episode_index": 102, "tasks": ["fold the shorts"], "length": 754}
104
+ {"episode_index": 103, "tasks": ["fold the shorts"], "length": 644}
105
+ {"episode_index": 104, "tasks": ["fold the shorts"], "length": 741}
106
+ {"episode_index": 105, "tasks": ["fold the shorts"], "length": 918}
107
+ {"episode_index": 106, "tasks": ["fold the shorts"], "length": 600}
108
+ {"episode_index": 107, "tasks": ["fold the shorts"], "length": 1104}
109
+ {"episode_index": 108, "tasks": ["fold the shorts"], "length": 805}
110
+ {"episode_index": 109, "tasks": ["fold the shorts"], "length": 1652}
111
+ {"episode_index": 110, "tasks": ["fold the shorts"], "length": 1077}
112
+ {"episode_index": 111, "tasks": ["fold the shorts"], "length": 830}
113
+ {"episode_index": 112, "tasks": ["fold the shorts"], "length": 956}
114
+ {"episode_index": 113, "tasks": ["fold the shorts"], "length": 897}
115
+ {"episode_index": 114, "tasks": ["fold the shorts"], "length": 852}
116
+ {"episode_index": 115, "tasks": ["fold the shorts"], "length": 1513}
117
+ {"episode_index": 116, "tasks": ["fold the shorts"], "length": 1235}
118
+ {"episode_index": 117, "tasks": ["fold the shorts"], "length": 1506}
119
+ {"episode_index": 118, "tasks": ["fold the shorts"], "length": 1474}
120
+ {"episode_index": 119, "tasks": ["fold the shorts"], "length": 1275}
121
+ {"episode_index": 120, "tasks": ["fold the shorts"], "length": 1121}
122
+ {"episode_index": 121, "tasks": ["fold the shorts"], "length": 1873}
123
+ {"episode_index": 122, "tasks": ["fold the shorts"], "length": 2185}
124
+ {"episode_index": 123, "tasks": ["fold the shorts"], "length": 1756}
125
+ {"episode_index": 124, "tasks": ["fold the shorts"], "length": 1292}
126
+ {"episode_index": 125, "tasks": ["fold the shorts"], "length": 1630}
127
+ {"episode_index": 126, "tasks": ["fold the shorts"], "length": 1355}
128
+ {"episode_index": 127, "tasks": ["fold the shorts"], "length": 1303}
129
+ {"episode_index": 128, "tasks": ["fold the shorts"], "length": 1952}
130
+ {"episode_index": 129, "tasks": ["fold the shorts"], "length": 2076}
131
+ {"episode_index": 130, "tasks": ["fold the shorts"], "length": 1185}
132
+ {"episode_index": 131, "tasks": ["fold the shorts"], "length": 2196}
133
+ {"episode_index": 132, "tasks": ["fold the shorts"], "length": 1483}
134
+ {"episode_index": 133, "tasks": ["fold the shorts"], "length": 1431}
135
+ {"episode_index": 134, "tasks": ["fold the shorts"], "length": 1351}
136
+ {"episode_index": 135, "tasks": ["fold the shorts"], "length": 1871}
137
+ {"episode_index": 136, "tasks": ["fold the shorts"], "length": 1715}
138
+ {"episode_index": 137, "tasks": ["fold the shorts"], "length": 200}
139
+ {"episode_index": 138, "tasks": ["fold the shorts"], "length": 200}
140
+ {"episode_index": 139, "tasks": ["fold the shorts"], "length": 684}
141
+ {"episode_index": 140, "tasks": ["fold the shorts"], "length": 1800}
142
+ {"episode_index": 141, "tasks": ["fold the shorts"], "length": 694}
143
+ {"episode_index": 142, "tasks": ["fold the shorts"], "length": 776}
144
+ {"episode_index": 143, "tasks": ["fold the shorts"], "length": 1203}
145
+ {"episode_index": 144, "tasks": ["fold the shorts"], "length": 1463}
146
+ {"episode_index": 145, "tasks": ["fold the shorts"], "length": 1800}
147
+ {"episode_index": 146, "tasks": ["fold the shorts"], "length": 1119}
148
+ {"episode_index": 147, "tasks": ["fold the shorts"], "length": 1800}
149
+ {"episode_index": 148, "tasks": ["fold the shorts"], "length": 1800}
150
+ {"episode_index": 149, "tasks": ["fold the shorts"], "length": 1800}
151
+ {"episode_index": 150, "tasks": ["fold the shorts"], "length": 1500}
152
+ {"episode_index": 151, "tasks": ["fold the shorts"], "length": 1800}
153
+ {"episode_index": 152, "tasks": ["fold the shorts"], "length": 1561}
154
+ {"episode_index": 153, "tasks": ["fold the shorts"], "length": 1800}
155
+ {"episode_index": 154, "tasks": ["fold the shorts"], "length": 1800}
156
+ {"episode_index": 155, "tasks": ["fold the shorts"], "length": 1800}
157
+ {"episode_index": 156, "tasks": ["fold the shorts"], "length": 1800}
158
+ {"episode_index": 157, "tasks": ["fold the shorts"], "length": 1800}
159
+ {"episode_index": 158, "tasks": ["fold the shorts"], "length": 644}
160
+ {"episode_index": 159, "tasks": ["fold the shorts"], "length": 1800}
161
+ {"episode_index": 160, "tasks": ["fold the shorts"], "length": 1800}
162
+ {"episode_index": 161, "tasks": ["fold the shorts"], "length": 727}
163
+ {"episode_index": 162, "tasks": ["fold the shorts"], "length": 613}
164
+ {"episode_index": 163, "tasks": ["fold the shorts"], "length": 1036}
165
+ {"episode_index": 164, "tasks": ["fold the shorts"], "length": 985}
166
+ {"episode_index": 165, "tasks": ["fold the shorts"], "length": 719}
167
+ {"episode_index": 166, "tasks": ["fold the shorts"], "length": 696}
168
+ {"episode_index": 167, "tasks": ["fold the shorts"], "length": 1087}
169
+ {"episode_index": 168, "tasks": ["fold the shorts"], "length": 717}
170
+ {"episode_index": 169, "tasks": ["fold the shorts"], "length": 1800}
171
+ {"episode_index": 170, "tasks": ["fold the shorts"], "length": 1429}
172
+ {"episode_index": 171, "tasks": ["fold the shorts"], "length": 720}
173
+ {"episode_index": 172, "tasks": ["fold the shorts"], "length": 728}
174
+ {"episode_index": 173, "tasks": ["fold the shorts"], "length": 1355}
175
+ {"episode_index": 174, "tasks": ["fold the shorts"], "length": 1800}
176
+ {"episode_index": 175, "tasks": ["fold the shorts"], "length": 1800}
177
+ {"episode_index": 176, "tasks": ["fold the shorts"], "length": 1433}
178
+ {"episode_index": 177, "tasks": ["fold the shorts"], "length": 700}
179
+ {"episode_index": 178, "tasks": ["fold the shorts"], "length": 1609}
180
+ {"episode_index": 179, "tasks": ["fold the shorts"], "length": 1786}
181
+ {"episode_index": 180, "tasks": ["fold the shorts"], "length": 1420}
182
+ {"episode_index": 181, "tasks": ["fold the shorts"], "length": 1800}
183
+ {"episode_index": 182, "tasks": ["fold the shorts"], "length": 773}
184
+ {"episode_index": 183, "tasks": ["fold the shorts"], "length": 1556}
185
+ {"episode_index": 184, "tasks": ["fold the shorts"], "length": 609}
186
+ {"episode_index": 185, "tasks": ["fold the shorts"], "length": 895}
187
+ {"episode_index": 186, "tasks": ["fold the shorts"], "length": 1177}
188
+ {"episode_index": 187, "tasks": ["fold the shorts"], "length": 689}
189
+ {"episode_index": 188, "tasks": ["fold the shorts"], "length": 990}
190
+ {"episode_index": 189, "tasks": ["fold the shorts"], "length": 1517}
191
+ {"episode_index": 190, "tasks": ["fold the shorts"], "length": 1442}
192
+ {"episode_index": 191, "tasks": ["fold the shorts"], "length": 1800}
193
+ {"episode_index": 192, "tasks": ["fold the shorts"], "length": 1168}
194
+ {"episode_index": 193, "tasks": ["fold the shorts"], "length": 960}
195
+ {"episode_index": 194, "tasks": ["fold the shorts"], "length": 1355}
196
+ {"episode_index": 195, "tasks": ["fold the shorts"], "length": 1593}
197
+ {"episode_index": 196, "tasks": ["fold the shorts"], "length": 736}
198
+ {"episode_index": 197, "tasks": ["fold the shorts"], "length": 653}
199
+ {"episode_index": 198, "tasks": ["fold the shorts"], "length": 924}
200
+ {"episode_index": 199, "tasks": ["fold the shorts"], "length": 1800}
201
+ {"episode_index": 200, "tasks": ["fold the shorts"], "length": 660}
202
+ {"episode_index": 201, "tasks": ["fold the shorts"], "length": 1153}
203
+ {"episode_index": 202, "tasks": ["fold the shorts"], "length": 1162}
204
+ {"episode_index": 203, "tasks": ["fold the shorts"], "length": 1201}
205
+ {"episode_index": 204, "tasks": ["fold the shorts"], "length": 1369}
206
+ {"episode_index": 205, "tasks": ["fold the shorts"], "length": 780}
207
+ {"episode_index": 206, "tasks": ["fold the shorts"], "length": 1426}
208
+ {"episode_index": 207, "tasks": ["fold the shorts"], "length": 1154}
209
+ {"episode_index": 208, "tasks": ["fold the shorts"], "length": 1278}
210
+ {"episode_index": 209, "tasks": ["fold the shorts"], "length": 1465}
211
+ {"episode_index": 210, "tasks": ["fold the shorts"], "length": 1729}
212
+ {"episode_index": 211, "tasks": ["fold the shorts"], "length": 1278}
213
+ {"episode_index": 212, "tasks": ["fold the shorts"], "length": 1800}
214
+ {"episode_index": 213, "tasks": ["fold the shorts"], "length": 540}
215
+ {"episode_index": 214, "tasks": ["fold the shorts"], "length": 791}
216
+ {"episode_index": 215, "tasks": ["fold the shorts"], "length": 1238}
217
+ {"episode_index": 216, "tasks": ["fold the shorts"], "length": 1373}
218
+ {"episode_index": 217, "tasks": ["fold the shorts"], "length": 810}
219
+ {"episode_index": 218, "tasks": ["fold the shorts"], "length": 561}
220
+ {"episode_index": 219, "tasks": ["fold the shorts"], "length": 583}
221
+ {"episode_index": 220, "tasks": ["fold the shorts"], "length": 457}
222
+ {"episode_index": 221, "tasks": ["fold the shorts"], "length": 567}
223
+ {"episode_index": 222, "tasks": ["fold the shorts"], "length": 819}
224
+ {"episode_index": 223, "tasks": ["fold the shorts"], "length": 1161}
225
+ {"episode_index": 224, "tasks": ["fold the shorts"], "length": 1069}
226
+ {"episode_index": 225, "tasks": ["fold the shorts"], "length": 1250}
227
+ {"episode_index": 226, "tasks": ["fold the shorts"], "length": 498}
228
+ {"episode_index": 227, "tasks": ["fold the shorts"], "length": 528}
229
+ {"episode_index": 228, "tasks": ["fold the shorts"], "length": 623}
230
+ {"episode_index": 229, "tasks": ["fold the shorts"], "length": 930}
231
+ {"episode_index": 230, "tasks": ["fold the shorts"], "length": 957}
232
+ {"episode_index": 231, "tasks": ["fold the shorts"], "length": 495}
233
+ {"episode_index": 232, "tasks": ["fold the shorts"], "length": 777}
234
+ {"episode_index": 233, "tasks": ["fold the shorts"], "length": 900}
235
+ {"episode_index": 234, "tasks": ["fold the shorts"], "length": 515}
236
+ {"episode_index": 235, "tasks": ["fold the shorts"], "length": 1066}
237
+ {"episode_index": 236, "tasks": ["fold the shorts"], "length": 921}
238
+ {"episode_index": 237, "tasks": ["fold the shorts"], "length": 1000}
239
+ {"episode_index": 238, "tasks": ["fold the shorts"], "length": 1556}
240
+ {"episode_index": 239, "tasks": ["fold the shorts"], "length": 893}
241
+ {"episode_index": 240, "tasks": ["fold the shorts"], "length": 644}
242
+ {"episode_index": 241, "tasks": ["fold the shorts"], "length": 1119}
243
+ {"episode_index": 242, "tasks": ["fold the shorts"], "length": 1326}
244
+ {"episode_index": 243, "tasks": ["fold the shorts"], "length": 999}
245
+ {"episode_index": 244, "tasks": ["fold the shorts"], "length": 1049}
246
+ {"episode_index": 245, "tasks": ["fold the shorts"], "length": 1118}
247
+ {"episode_index": 246, "tasks": ["fold the shorts"], "length": 1390}
248
+ {"episode_index": 247, "tasks": ["fold the shorts"], "length": 1153}
249
+ {"episode_index": 248, "tasks": ["fold the shorts"], "length": 1137}
250
+ {"episode_index": 249, "tasks": ["fold the shorts"], "length": 1479}
251
+ {"episode_index": 250, "tasks": ["fold the shorts"], "length": 762}
252
+ {"episode_index": 251, "tasks": ["fold the shorts"], "length": 968}
253
+ {"episode_index": 252, "tasks": ["fold the shorts"], "length": 1162}
254
+ {"episode_index": 253, "tasks": ["fold the shorts"], "length": 779}
255
+ {"episode_index": 254, "tasks": ["fold the shorts"], "length": 1303}
256
+ {"episode_index": 255, "tasks": ["fold the shorts"], "length": 1101}
257
+ {"episode_index": 256, "tasks": ["fold the shorts"], "length": 1513}
258
+ {"episode_index": 257, "tasks": ["fold the shorts"], "length": 1718}
259
+ {"episode_index": 258, "tasks": ["fold the shorts"], "length": 542}
260
+ {"episode_index": 259, "tasks": ["fold the shorts"], "length": 515}
261
+ {"episode_index": 260, "tasks": ["fold the shorts"], "length": 699}
262
+ {"episode_index": 261, "tasks": ["fold the shorts"], "length": 1291}
263
+ {"episode_index": 262, "tasks": ["fold the shorts"], "length": 825}
264
+ {"episode_index": 263, "tasks": ["fold the shorts"], "length": 842}
265
+ {"episode_index": 264, "tasks": ["fold the shorts"], "length": 457}
266
+ {"episode_index": 265, "tasks": ["fold the shorts"], "length": 537}
267
+ {"episode_index": 266, "tasks": ["fold the shorts"], "length": 1107}
268
+ {"episode_index": 267, "tasks": ["fold the shorts"], "length": 572}
269
+ {"episode_index": 268, "tasks": ["fold the shorts"], "length": 838}
270
+ {"episode_index": 269, "tasks": ["fold the shorts"], "length": 1266}
271
+ {"episode_index": 270, "tasks": ["fold the shorts"], "length": 667}
272
+ {"episode_index": 271, "tasks": ["fold the shorts"], "length": 465}
273
+ {"episode_index": 272, "tasks": ["fold the shorts"], "length": 926}
274
+ {"episode_index": 273, "tasks": ["fold the shorts"], "length": 1007}
275
+ {"episode_index": 274, "tasks": ["fold the shorts"], "length": 505}
276
+ {"episode_index": 275, "tasks": ["fold the shorts"], "length": 647}
277
+ {"episode_index": 276, "tasks": ["fold the shorts"], "length": 1800}
278
+ {"episode_index": 277, "tasks": ["fold the shorts"], "length": 938}
279
+ {"episode_index": 278, "tasks": ["fold the shorts"], "length": 1313}
280
+ {"episode_index": 279, "tasks": ["fold the shorts"], "length": 553}
281
+ {"episode_index": 280, "tasks": ["fold the shorts"], "length": 904}
282
+ {"episode_index": 281, "tasks": ["fold the shorts"], "length": 967}
283
+ {"episode_index": 282, "tasks": ["fold the shorts"], "length": 1345}
284
+ {"episode_index": 283, "tasks": ["fold the shorts"], "length": 545}
285
+ {"episode_index": 284, "tasks": ["fold the shorts"], "length": 825}
286
+ {"episode_index": 285, "tasks": ["fold the shorts"], "length": 1105}
287
+ {"episode_index": 286, "tasks": ["fold the shorts"], "length": 565}
288
+ {"episode_index": 287, "tasks": ["fold the shorts"], "length": 969}
289
+ {"episode_index": 288, "tasks": ["fold the shorts"], "length": 717}
290
+ {"episode_index": 289, "tasks": ["fold the shorts"], "length": 1209}
291
+ {"episode_index": 290, "tasks": ["fold the shorts"], "length": 841}
292
+ {"episode_index": 291, "tasks": ["fold the shorts"], "length": 1025}
293
+ {"episode_index": 292, "tasks": ["fold the shorts"], "length": 633}
294
+ {"episode_index": 293, "tasks": ["fold the shorts"], "length": 538}
295
+ {"episode_index": 294, "tasks": ["fold the shorts"], "length": 1248}
296
+ {"episode_index": 295, "tasks": ["fold the shorts"], "length": 1135}
297
+ {"episode_index": 296, "tasks": ["fold the shorts"], "length": 1800}
298
+ {"episode_index": 297, "tasks": ["fold the shorts"], "length": 910}
299
+ {"episode_index": 298, "tasks": ["fold the shorts"], "length": 1033}
300
+ {"episode_index": 299, "tasks": ["fold the shorts"], "length": 546}
301
+ {"episode_index": 300, "tasks": ["fold the shorts"], "length": 1446}
302
+ {"episode_index": 301, "tasks": ["fold the shorts"], "length": 809}
303
+ {"episode_index": 302, "tasks": ["fold the shorts"], "length": 1337}
304
+ {"episode_index": 303, "tasks": ["fold the shorts"], "length": 1239}
305
+ {"episode_index": 304, "tasks": ["fold the shorts"], "length": 1275}
306
+ {"episode_index": 305, "tasks": ["fold the shorts"], "length": 729}
307
+ {"episode_index": 306, "tasks": ["fold the shorts"], "length": 593}
308
+ {"episode_index": 307, "tasks": ["fold the shorts"], "length": 545}
309
+ {"episode_index": 308, "tasks": ["fold the shorts"], "length": 1716}
310
+ {"episode_index": 309, "tasks": ["fold the shorts"], "length": 689}
311
+ {"episode_index": 310, "tasks": ["fold the shorts"], "length": 1707}
312
+ {"episode_index": 311, "tasks": ["fold the shorts"], "length": 557}
313
+ {"episode_index": 312, "tasks": ["fold the shorts"], "length": 1409}
314
+ {"episode_index": 313, "tasks": ["fold the shorts"], "length": 985}
315
+ {"episode_index": 314, "tasks": ["fold the shorts"], "length": 561}
316
+ {"episode_index": 315, "tasks": ["fold the shorts"], "length": 697}
317
+ {"episode_index": 316, "tasks": ["fold the shorts"], "length": 833}
318
+ {"episode_index": 317, "tasks": ["fold the shorts"], "length": 873}
319
+ {"episode_index": 318, "tasks": ["fold the shorts"], "length": 1382}
320
+ {"episode_index": 319, "tasks": ["fold the shorts"], "length": 690}
321
+ {"episode_index": 320, "tasks": ["fold the shorts"], "length": 781}
322
+ {"episode_index": 321, "tasks": ["fold the shorts"], "length": 1172}
323
+ {"episode_index": 322, "tasks": ["fold the shorts"], "length": 1065}
324
+ {"episode_index": 323, "tasks": ["fold the shorts"], "length": 1171}
325
+ {"episode_index": 324, "tasks": ["fold the shorts"], "length": 984}
326
+ {"episode_index": 325, "tasks": ["fold the shorts"], "length": 857}
327
+ {"episode_index": 326, "tasks": ["fold the shorts"], "length": 618}
328
+ {"episode_index": 327, "tasks": ["fold the shorts"], "length": 1020}
329
+ {"episode_index": 328, "tasks": ["fold the shorts"], "length": 1057}
330
+ {"episode_index": 329, "tasks": ["fold the shorts"], "length": 640}
331
+ {"episode_index": 330, "tasks": ["fold the shorts"], "length": 763}
332
+ {"episode_index": 331, "tasks": ["fold the shorts"], "length": 797}
333
+ {"episode_index": 332, "tasks": ["fold the shorts"], "length": 553}
334
+ {"episode_index": 333, "tasks": ["fold the shorts"], "length": 1247}
335
+ {"episode_index": 334, "tasks": ["fold the shorts"], "length": 1384}
336
+ {"episode_index": 335, "tasks": ["fold the shorts"], "length": 401}
337
+ {"episode_index": 336, "tasks": ["fold the shorts"], "length": 645}
338
+ {"episode_index": 337, "tasks": ["fold the shorts"], "length": 1422}
339
+ {"episode_index": 338, "tasks": ["fold the shorts"], "length": 585}
340
+ {"episode_index": 339, "tasks": ["fold the shorts"], "length": 655}
341
+ {"episode_index": 340, "tasks": ["fold the shorts"], "length": 1041}
342
+ {"episode_index": 341, "tasks": ["fold the shorts"], "length": 895}
343
+ {"episode_index": 342, "tasks": ["fold the shorts"], "length": 1102}
344
+ {"episode_index": 343, "tasks": ["fold the shorts"], "length": 919}
345
+ {"episode_index": 344, "tasks": ["fold the shorts"], "length": 836}
346
+ {"episode_index": 345, "tasks": ["fold the shorts"], "length": 1038}
347
+ {"episode_index": 346, "tasks": ["fold the shorts"], "length": 698}
348
+ {"episode_index": 347, "tasks": ["fold the shorts"], "length": 697}
349
+ {"episode_index": 348, "tasks": ["fold the shorts"], "length": 1787}
350
+ {"episode_index": 349, "tasks": ["fold the shorts"], "length": 705}
351
+ {"episode_index": 350, "tasks": ["fold the shorts"], "length": 1095}
352
+ {"episode_index": 351, "tasks": ["fold the shorts"], "length": 1232}
353
+ {"episode_index": 352, "tasks": ["fold the shorts"], "length": 785}
354
+ {"episode_index": 353, "tasks": ["fold the shorts"], "length": 705}
355
+ {"episode_index": 354, "tasks": ["fold the shorts"], "length": 521}
356
+ {"episode_index": 355, "tasks": ["fold the shorts"], "length": 832}
357
+ {"episode_index": 356, "tasks": ["fold the shorts"], "length": 745}
358
+ {"episode_index": 357, "tasks": ["fold the shorts"], "length": 749}
359
+ {"episode_index": 358, "tasks": ["fold the shorts"], "length": 1064}
360
+ {"episode_index": 359, "tasks": ["fold the shorts"], "length": 1664}
361
+ {"episode_index": 360, "tasks": ["fold the shorts"], "length": 1271}
362
+ {"episode_index": 361, "tasks": ["fold the shorts"], "length": 633}
363
+ {"episode_index": 362, "tasks": ["fold the shorts"], "length": 944}
364
+ {"episode_index": 363, "tasks": ["fold the shorts"], "length": 707}
365
+ {"episode_index": 364, "tasks": ["fold the shorts"], "length": 1150}
366
+ {"episode_index": 365, "tasks": ["fold the shorts"], "length": 687}
367
+ {"episode_index": 366, "tasks": ["fold the shorts"], "length": 756}
368
+ {"episode_index": 367, "tasks": ["fold the shorts"], "length": 958}
369
+ {"episode_index": 368, "tasks": ["fold the shorts"], "length": 873}
370
+ {"episode_index": 369, "tasks": ["fold the shorts"], "length": 822}
371
+ {"episode_index": 370, "tasks": ["fold the shorts"], "length": 1019}
372
+ {"episode_index": 371, "tasks": ["fold the shorts"], "length": 586}
373
+ {"episode_index": 372, "tasks": ["fold the shorts"], "length": 1103}
374
+ {"episode_index": 373, "tasks": ["fold the shorts"], "length": 609}
375
+ {"episode_index": 374, "tasks": ["fold the shorts"], "length": 737}
376
+ {"episode_index": 375, "tasks": ["fold the shorts"], "length": 821}
377
+ {"episode_index": 376, "tasks": ["fold the shorts"], "length": 777}
378
+ {"episode_index": 377, "tasks": ["fold the shorts"], "length": 1457}
379
+ {"episode_index": 378, "tasks": ["fold the shorts"], "length": 1265}
380
+ {"episode_index": 379, "tasks": ["fold the shorts"], "length": 892}
381
+ {"episode_index": 380, "tasks": ["fold the shorts"], "length": 939}
382
+ {"episode_index": 381, "tasks": ["fold the shorts"], "length": 751}
383
+ {"episode_index": 382, "tasks": ["fold the shorts"], "length": 598}
384
+ {"episode_index": 383, "tasks": ["fold the shorts"], "length": 803}
385
+ {"episode_index": 384, "tasks": ["fold the shorts"], "length": 734}
386
+ {"episode_index": 385, "tasks": ["fold the shorts"], "length": 703}
387
+ {"episode_index": 386, "tasks": ["fold the shorts"], "length": 550}
388
+ {"episode_index": 387, "tasks": ["fold the shorts"], "length": 697}
389
+ {"episode_index": 388, "tasks": ["fold the shorts"], "length": 1026}
390
+ {"episode_index": 389, "tasks": ["fold the shorts"], "length": 718}
391
+ {"episode_index": 390, "tasks": ["fold the shorts"], "length": 694}
392
+ {"episode_index": 391, "tasks": ["fold the shorts"], "length": 634}
393
+ {"episode_index": 392, "tasks": ["fold the shorts"], "length": 700}
394
+ {"episode_index": 393, "tasks": ["fold the shorts"], "length": 1049}
395
+ {"episode_index": 394, "tasks": ["fold the shorts"], "length": 635}
396
+ {"episode_index": 395, "tasks": ["fold the shorts"], "length": 633}
397
+ {"episode_index": 396, "tasks": ["fold the shorts"], "length": 592}
398
+ {"episode_index": 397, "tasks": ["fold the shorts"], "length": 1032}
399
+ {"episode_index": 398, "tasks": ["fold the shorts"], "length": 698}
400
+ {"episode_index": 399, "tasks": ["fold the shorts"], "length": 681}
401
+ {"episode_index": 400, "tasks": ["fold the shorts"], "length": 918}
402
+ {"episode_index": 401, "tasks": ["fold the shorts"], "length": 531}
403
+ {"episode_index": 402, "tasks": ["fold the shorts"], "length": 561}
404
+ {"episode_index": 403, "tasks": ["fold the shorts"], "length": 814}
405
+ {"episode_index": 404, "tasks": ["fold the shorts"], "length": 801}
406
+ {"episode_index": 405, "tasks": ["fold the shorts"], "length": 1243}
407
+ {"episode_index": 406, "tasks": ["fold the shorts"], "length": 595}
408
+ {"episode_index": 407, "tasks": ["fold the shorts"], "length": 979}
409
+ {"episode_index": 408, "tasks": ["fold the shorts"], "length": 863}
410
+ {"episode_index": 409, "tasks": ["fold the shorts"], "length": 1026}
411
+ {"episode_index": 410, "tasks": ["fold the shorts"], "length": 737}
412
+ {"episode_index": 411, "tasks": ["fold the shorts"], "length": 1487}
413
+ {"episode_index": 412, "tasks": ["fold the shorts"], "length": 1185}
414
+ {"episode_index": 413, "tasks": ["fold the shorts"], "length": 653}
415
+ {"episode_index": 414, "tasks": ["fold the shorts"], "length": 1092}
416
+ {"episode_index": 415, "tasks": ["fold the shorts"], "length": 538}
417
+ {"episode_index": 416, "tasks": ["fold the shorts"], "length": 960}
418
+ {"episode_index": 417, "tasks": ["fold the shorts"], "length": 1285}
419
+ {"episode_index": 418, "tasks": ["fold the shorts"], "length": 700}
420
+ {"episode_index": 419, "tasks": ["fold the shorts"], "length": 650}
421
+ {"episode_index": 420, "tasks": ["fold the shorts"], "length": 1672}
422
+ {"episode_index": 421, "tasks": ["fold the shorts"], "length": 587}
423
+ {"episode_index": 422, "tasks": ["fold the shorts"], "length": 1540}
424
+ {"episode_index": 423, "tasks": ["fold the shorts"], "length": 1009}
425
+ {"episode_index": 424, "tasks": ["fold the shorts"], "length": 1300}
426
+ {"episode_index": 425, "tasks": ["fold the shorts"], "length": 1638}
427
+ {"episode_index": 426, "tasks": ["fold the shorts"], "length": 641}
428
+ {"episode_index": 427, "tasks": ["fold the shorts"], "length": 688}
429
+ {"episode_index": 428, "tasks": ["fold the shorts"], "length": 609}
430
+ {"episode_index": 429, "tasks": ["fold the shorts"], "length": 676}
431
+ {"episode_index": 430, "tasks": ["fold the shorts"], "length": 583}
432
+ {"episode_index": 431, "tasks": ["fold the shorts"], "length": 697}
433
+ {"episode_index": 432, "tasks": ["fold the shorts"], "length": 621}
434
+ {"episode_index": 433, "tasks": ["fold the shorts"], "length": 640}
435
+ {"episode_index": 434, "tasks": ["fold the shorts"], "length": 546}
436
+ {"episode_index": 435, "tasks": ["fold the shorts"], "length": 646}
437
+ {"episode_index": 436, "tasks": ["fold the shorts"], "length": 1117}
438
+ {"episode_index": 437, "tasks": ["fold the shorts"], "length": 345}
439
+ {"episode_index": 438, "tasks": ["fold the shorts"], "length": 1229}
440
+ {"episode_index": 439, "tasks": ["fold the shorts"], "length": 851}
441
+ {"episode_index": 440, "tasks": ["fold the shorts"], "length": 555}
442
+ {"episode_index": 441, "tasks": ["fold the shorts"], "length": 1778}
443
+ {"episode_index": 442, "tasks": ["fold the shorts"], "length": 1017}
444
+ {"episode_index": 443, "tasks": ["fold the shorts"], "length": 622}
445
+ {"episode_index": 444, "tasks": ["fold the shorts"], "length": 1800}
446
+ {"episode_index": 445, "tasks": ["fold the shorts"], "length": 576}
447
+ {"episode_index": 446, "tasks": ["fold the shorts"], "length": 1009}
448
+ {"episode_index": 447, "tasks": ["fold the shorts"], "length": 666}
449
+ {"episode_index": 448, "tasks": ["fold the shorts"], "length": 690}
450
+ {"episode_index": 449, "tasks": ["fold the shorts"], "length": 1227}
451
+ {"episode_index": 450, "tasks": ["fold the shorts"], "length": 1201}
452
+ {"episode_index": 451, "tasks": ["fold the shorts"], "length": 537}
453
+ {"episode_index": 452, "tasks": ["fold the shorts"], "length": 488}
454
+ {"episode_index": 453, "tasks": ["fold the shorts"], "length": 1800}
455
+ {"episode_index": 454, "tasks": ["fold the shorts"], "length": 655}
456
+ {"episode_index": 455, "tasks": ["fold the shorts"], "length": 784}
457
+ {"episode_index": 456, "tasks": ["fold the shorts"], "length": 793}
458
+ {"episode_index": 457, "tasks": ["fold the shorts"], "length": 1305}
459
+ {"episode_index": 458, "tasks": ["fold the shorts"], "length": 791}
460
+ {"episode_index": 459, "tasks": ["fold the shorts"], "length": 1065}
461
+ {"episode_index": 460, "tasks": ["fold the shorts"], "length": 1097}
462
+ {"episode_index": 461, "tasks": ["fold the shorts"], "length": 1072}
463
+ {"episode_index": 462, "tasks": ["fold the shorts"], "length": 847}
464
+ {"episode_index": 463, "tasks": ["fold the shorts"], "length": 829}
465
+ {"episode_index": 464, "tasks": ["fold the shorts"], "length": 608}
466
+ {"episode_index": 465, "tasks": ["fold the shorts"], "length": 905}
467
+ {"episode_index": 466, "tasks": ["fold the shorts"], "length": 951}
468
+ {"episode_index": 467, "tasks": ["fold the shorts"], "length": 1064}
469
+ {"episode_index": 468, "tasks": ["fold the shorts"], "length": 776}
470
+ {"episode_index": 469, "tasks": ["fold the shorts"], "length": 640}
471
+ {"episode_index": 470, "tasks": ["fold the shorts"], "length": 632}
472
+ {"episode_index": 471, "tasks": ["fold the shorts"], "length": 601}
473
+ {"episode_index": 472, "tasks": ["fold the shorts"], "length": 561}
474
+ {"episode_index": 473, "tasks": ["fold the shorts"], "length": 707}
475
+ {"episode_index": 474, "tasks": ["fold the shorts"], "length": 1412}
476
+ {"episode_index": 475, "tasks": ["fold the shorts"], "length": 598}
477
+ {"episode_index": 476, "tasks": ["fold the shorts"], "length": 857}
478
+ {"episode_index": 477, "tasks": ["fold the shorts"], "length": 629}
479
+ {"episode_index": 478, "tasks": ["fold the shorts"], "length": 922}
480
+ {"episode_index": 479, "tasks": ["fold the shorts"], "length": 946}
481
+ {"episode_index": 480, "tasks": ["fold the shorts"], "length": 1073}
482
+ {"episode_index": 481, "tasks": ["fold the shorts"], "length": 793}
483
+ {"episode_index": 482, "tasks": ["fold the shorts"], "length": 633}
484
+ {"episode_index": 483, "tasks": ["fold the shorts"], "length": 708}
485
+ {"episode_index": 484, "tasks": ["fold the shorts"], "length": 945}
486
+ {"episode_index": 485, "tasks": ["fold the shorts"], "length": 983}
487
+ {"episode_index": 486, "tasks": ["fold the shorts"], "length": 1075}
488
+ {"episode_index": 487, "tasks": ["fold the shorts"], "length": 719}
489
+ {"episode_index": 488, "tasks": ["fold the shorts"], "length": 691}
490
+ {"episode_index": 489, "tasks": ["fold the shorts"], "length": 1099}
491
+ {"episode_index": 490, "tasks": ["fold the shorts"], "length": 745}
492
+ {"episode_index": 491, "tasks": ["fold the shorts"], "length": 680}
493
+ {"episode_index": 492, "tasks": ["fold the shorts"], "length": 625}
494
+ {"episode_index": 493, "tasks": ["fold the shorts"], "length": 656}
495
+ {"episode_index": 494, "tasks": ["fold the shorts"], "length": 1083}
496
+ {"episode_index": 495, "tasks": ["fold the shorts"], "length": 737}
497
+ {"episode_index": 496, "tasks": ["fold the shorts"], "length": 563}
498
+ {"episode_index": 497, "tasks": ["fold the shorts"], "length": 724}
499
+ {"episode_index": 498, "tasks": ["fold the shorts"], "length": 1800}
500
+ {"episode_index": 499, "tasks": ["fold the shorts"], "length": 1114}
501
+ {"episode_index": 500, "tasks": ["fold the shorts"], "length": 768}
502
+ {"episode_index": 501, "tasks": ["fold the shorts"], "length": 1240}
503
+ {"episode_index": 502, "tasks": ["fold the shorts"], "length": 721}
504
+ {"episode_index": 503, "tasks": ["fold the shorts"], "length": 874}
505
+ {"episode_index": 504, "tasks": ["fold the shorts"], "length": 745}
506
+ {"episode_index": 505, "tasks": ["fold the shorts"], "length": 689}
507
+ {"episode_index": 506, "tasks": ["fold the shorts"], "length": 582}
508
+ {"episode_index": 507, "tasks": ["fold the shorts"], "length": 1187}
509
+ {"episode_index": 508, "tasks": ["fold the shorts"], "length": 777}
510
+ {"episode_index": 509, "tasks": ["fold the shorts"], "length": 849}
511
+ {"episode_index": 510, "tasks": ["fold the shorts"], "length": 676}
512
+ {"episode_index": 511, "tasks": ["fold the shorts"], "length": 1064}
513
+ {"episode_index": 512, "tasks": ["fold the shorts"], "length": 437}
514
+ {"episode_index": 513, "tasks": ["fold the shorts"], "length": 600}
515
+ {"episode_index": 514, "tasks": ["fold the shorts"], "length": 853}
516
+ {"episode_index": 515, "tasks": ["fold the shorts"], "length": 889}
517
+ {"episode_index": 516, "tasks": ["fold the shorts"], "length": 1239}
518
+ {"episode_index": 517, "tasks": ["fold the shorts"], "length": 615}
519
+ {"episode_index": 518, "tasks": ["fold the shorts"], "length": 626}
520
+ {"episode_index": 519, "tasks": ["fold the shorts"], "length": 701}
521
+ {"episode_index": 520, "tasks": ["fold the shorts"], "length": 1176}
522
+ {"episode_index": 521, "tasks": ["fold the shorts"], "length": 1651}
523
+ {"episode_index": 522, "tasks": ["fold the shorts"], "length": 1176}
524
+ {"episode_index": 523, "tasks": ["fold the shorts"], "length": 520}
525
+ {"episode_index": 524, "tasks": ["fold the shorts"], "length": 689}
526
+ {"episode_index": 525, "tasks": ["fold the shorts"], "length": 580}
527
+ {"episode_index": 526, "tasks": ["fold the shorts"], "length": 549}
528
+ {"episode_index": 527, "tasks": ["fold the shorts"], "length": 1175}
529
+ {"episode_index": 528, "tasks": ["fold the shorts"], "length": 561}
530
+ {"episode_index": 529, "tasks": ["fold the shorts"], "length": 713}
531
+ {"episode_index": 530, "tasks": ["fold the shorts"], "length": 628}
532
+ {"episode_index": 531, "tasks": ["fold the shorts"], "length": 1504}
533
+ {"episode_index": 532, "tasks": ["fold the shorts"], "length": 884}
534
+ {"episode_index": 533, "tasks": ["fold the shorts"], "length": 527}
535
+ {"episode_index": 534, "tasks": ["fold the shorts"], "length": 708}
536
+ {"episode_index": 535, "tasks": ["fold the shorts"], "length": 1414}
meta/episodes_stats.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 536,
5
+ "total_frames": 530494,
6
+ "total_tasks": 1,
7
+ "total_videos": 1072,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:536"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.images.agent_view": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 224,
21
+ 224,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "info": {
30
+ "video.fps": 15.0,
31
+ "video.height": 224,
32
+ "video.width": 224,
33
+ "video.channels": 3,
34
+ "video.codec": "h264",
35
+ "video.pix_fmt": "yuv420p",
36
+ "video.crf": 16,
37
+ "video.preset": "medium",
38
+ "video.gop": 15,
39
+ "video.is_depth_map": false,
40
+ "has_audio": false
41
+ }
42
+ },
43
+ "observation.images.wrist": {
44
+ "dtype": "video",
45
+ "shape": [
46
+ 224,
47
+ 224,
48
+ 3
49
+ ],
50
+ "names": [
51
+ "height",
52
+ "width",
53
+ "channel"
54
+ ],
55
+ "info": {
56
+ "video.fps": 15.0,
57
+ "video.height": 224,
58
+ "video.width": 224,
59
+ "video.channels": 3,
60
+ "video.codec": "h264",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.crf": 16,
63
+ "video.preset": "medium",
64
+ "video.gop": 15,
65
+ "video.is_depth_map": false,
66
+ "has_audio": false
67
+ }
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 8
73
+ ],
74
+ "names": [
75
+ "joint_0",
76
+ "joint_1",
77
+ "joint_2",
78
+ "joint_3",
79
+ "joint_4",
80
+ "joint_5",
81
+ "joint_6",
82
+ "gripper"
83
+ ]
84
+ },
85
+ "observation.ee": {
86
+ "dtype": "float32",
87
+ "shape": [
88
+ 6
89
+ ],
90
+ "names": [
91
+ "x",
92
+ "y",
93
+ "z",
94
+ "roll",
95
+ "pitch",
96
+ "yaw"
97
+ ]
98
+ },
99
+ "action": {
100
+ "dtype": "float32",
101
+ "shape": [
102
+ 8
103
+ ],
104
+ "names": [
105
+ "joint_0",
106
+ "joint_1",
107
+ "joint_2",
108
+ "joint_3",
109
+ "joint_4",
110
+ "joint_5",
111
+ "joint_6",
112
+ "gripper"
113
+ ]
114
+ },
115
+ "timestamp": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "frame_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ },
129
+ "episode_index": {
130
+ "dtype": "int64",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "task_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ }
150
+ }
151
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "fold the shorts"}
preferences/pairs.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
videos/chunk-000/observation.images.agent_view/episode_000207.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e6913d135d6fb4ba9a7815898b39086c669a73553700bf1649373933c2c6598
3
+ size 2249085
videos/chunk-000/observation.images.agent_view/episode_000363.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec80c1da2d7823189a732c676825ca8eac3552a0331d10b319ee4e755bd36391
3
+ size 1324341
videos/chunk-000/observation.images.agent_view/episode_000531.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c716bf93f6bbad38afff31729236fe06e200c85cb66a9dfbdd431bea8e97c6
3
+ size 2903576
videos/chunk-000/observation.images.wrist/episode_000094.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1ec5788476280806299d4169fd3b0bf08eefc90879b87259653b4a922bb5fd3
3
+ size 5701488
videos/chunk-000/observation.images.wrist/episode_000278.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e8ef6b8be2b8cd99fc98277d35443b6048e5d63d5a0a95c4dba60ec62ef4d44
3
+ size 3501960
videos/chunk-000/observation.images.wrist/episode_000489.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a43cb1de1938f02375d877ad2f97830eacee2ec3e6f8654a68c1a0ca0545c3
3
+ size 4708765