MarcelTorne commited on
Commit
735a84e
·
verified ·
1 Parent(s): 548da8c

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +149 -0
  2. data/chunk-000/episode_000018.parquet +3 -0
  3. data/chunk-000/episode_000019.parquet +3 -0
  4. data/chunk-000/episode_000027.parquet +3 -0
  5. data/chunk-000/episode_000043.parquet +3 -0
  6. data/chunk-000/episode_000048.parquet +3 -0
  7. data/chunk-000/episode_000061.parquet +3 -0
  8. data/chunk-000/episode_000063.parquet +3 -0
  9. data/chunk-000/episode_000068.parquet +3 -0
  10. data/chunk-000/episode_000072.parquet +3 -0
  11. data/chunk-000/episode_000078.parquet +3 -0
  12. data/chunk-000/episode_000079.parquet +3 -0
  13. data/chunk-000/episode_000085.parquet +3 -0
  14. data/chunk-000/episode_000097.parquet +3 -0
  15. data/chunk-000/episode_000099.parquet +3 -0
  16. data/chunk-000/episode_000114.parquet +3 -0
  17. data/chunk-000/episode_000119.parquet +3 -0
  18. data/chunk-000/episode_000129.parquet +3 -0
  19. data/chunk-000/episode_000134.parquet +3 -0
  20. data/chunk-000/episode_000137.parquet +3 -0
  21. data/chunk-000/episode_000171.parquet +3 -0
  22. data/chunk-000/episode_000180.parquet +3 -0
  23. data/chunk-000/episode_000194.parquet +3 -0
  24. data/chunk-000/episode_000223.parquet +3 -0
  25. data/chunk-000/episode_000232.parquet +3 -0
  26. data/chunk-000/episode_000238.parquet +3 -0
  27. data/chunk-000/episode_000242.parquet +3 -0
  28. data/chunk-000/episode_000274.parquet +3 -0
  29. data/chunk-000/episode_000293.parquet +3 -0
  30. data/chunk-000/episode_000295.parquet +3 -0
  31. data/chunk-000/episode_000300.parquet +3 -0
  32. data/chunk-000/episode_000321.parquet +3 -0
  33. data/chunk-000/episode_000323.parquet +3 -0
  34. data/chunk-000/episode_000327.parquet +3 -0
  35. data/chunk-000/episode_000332.parquet +3 -0
  36. data/chunk-000/episode_000334.parquet +3 -0
  37. data/chunk-000/episode_000337.parquet +3 -0
  38. data/chunk-000/episode_000340.parquet +3 -0
  39. data/chunk-000/episode_000342.parquet +3 -0
  40. data/chunk-000/episode_000364.parquet +3 -0
  41. data/chunk-000/episode_000367.parquet +3 -0
  42. data/chunk-000/episode_000374.parquet +3 -0
  43. data/chunk-000/episode_000385.parquet +3 -0
  44. data/chunk-000/episode_000388.parquet +3 -0
  45. data/chunk-000/episode_000397.parquet +3 -0
  46. data/chunk-000/episode_000405.parquet +3 -0
  47. data/chunk-000/episode_000419.parquet +3 -0
  48. data/chunk-000/episode_000426.parquet +3 -0
  49. export_summary.json +18 -0
  50. preferences/episodes.parquet +3 -0
README.md ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # setup_table — pairwise preferences on a Franka Panda
19
+
20
+ Real-robot trajectories for **"set up the table"** 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 | **467** |
33
+ | Frames | **197,896** (~3.7 h at 15 fps) |
34
+ | Preference pairs | **1648** |
35
+ | Preference labels (pair x axis) | **4432** |
36
+ | Judgment axes | **9** |
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 | 316 | 133031 |
46
+ | demo | 151 | 64865 |
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: **B** 1894, **A** 1790, **Equal** 748.
75
+
76
+ ### Axes
77
+
78
+ | axis | labels |
79
+ |---|---|
80
+ | `Overall quality` | 1648 |
81
+ | `Quality of placement of big plate` | 348 |
82
+ | `Quality of placement of small plate` | 348 |
83
+ | `Quality of placement of cup` | 348 |
84
+ | `Quality of placement of cutlery` | 348 |
85
+ | `Smoothness / carefulness` | 348 |
86
+ | `Speed` | 348 |
87
+ | `Formality of setup` | 348 |
88
+ | `Damage to environment` | 348 |
89
+
90
+ ### Pairs by source
91
+
92
+ | source | directory | axis set | pairs |
93
+ |---|---|---|---|
94
+ | cross | `abhijnya/cross_preferences_setup` | fixed | 800 |
95
+ | cross | `am208/cross_preferences_setup` | fixed | 690 |
96
+ | in_session | `am208/preferences_setup` | fixed | 158 |
97
+
98
+ ## Usage
99
+
100
+ ```python
101
+ from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
102
+ ds = LeRobotDataset("MarcelTorne/setup_table_preferences")
103
+ print(ds[0].keys())
104
+ ```
105
+
106
+ ```python
107
+ # train a reward model on the pairwise labels
108
+ import pandas as pd
109
+ from huggingface_hub import hf_hub_download
110
+ prefs = pd.read_parquet(hf_hub_download("MarcelTorne/setup_table_preferences", "preferences/pairs.parquet",
111
+ repo_type="dataset"))
112
+ decisive = prefs[prefs.winner != "Equal"] # drop ties
113
+ overall = decisive[decisive.axis.str.lower().str.contains("overall")]
114
+ ```
115
+
116
+ Both cameras are `dtype: video`. `observation.state` is
117
+ `[joint_0..joint_6, gripper]`, `observation.ee` is `[x, y, z, roll, pitch, yaw]`,
118
+ and `action` is the commanded `[joint_position(7), gripper_position(1)]`.
119
+
120
+ ## Caveats
121
+
122
+ - **Frames are h264 (crf 16), not bit-exact.** The source HDF5 held raw uint8
123
+ frames; re-encoding at the same 224x224 resolution shrinks the release ~100x at
124
+ 41.8 dB PSNR (mean absolute error 1.1/255, 99th pct 7/255), measured on
125
+ fold_pants cloth texture. Do not expect byte-level reproduction of the originals.
126
+ - **`Equal` is common on some axes.** Annotators used it freely; filter deliberately.
127
+ - **`freeform` axis names are not a closed vocabulary.** They were invented per
128
+ session, so the same idea appears under several names (`fast` / `speed`,
129
+ `smooth` / `smoothness`). Normalise before aggregating across sessions.
130
+ - **A pair can be labelled by more than one annotator.** The two annotators' cross-pair
131
+ sets are near-disjoint, but not perfectly; group by `pair_id` if you need unique pairs.
132
+ - **Instructions on `rollout` episodes sometimes carry reward conditioning** (e.g.
133
+ `"set up the table, fast: 1.0, ..."`) because the policy that produced them was
134
+ reward-conditioned. The LeRobot task string is the plain instruction; the logged
135
+ string is kept in `preferences/episodes.parquet`.
136
+ - **No success labels on `demo` episodes** — they are demonstrations, assumed good.
137
+
138
+ ## Related datasets
139
+
140
+ Same robot, same collection pipeline, same schema — four tasks released together:
141
+
142
+ - [`MarcelTorne/fold_pants_preferences`](https://huggingface.co/datasets/MarcelTorne/fold_pants_preferences) — fold the shorts
143
+ - **`MarcelTorne/setup_table_preferences`** (set up the table) — this dataset
144
+ - [`MarcelTorne/put_cube_in_bowl_preferences`](https://huggingface.co/datasets/MarcelTorne/put_cube_in_bowl_preferences) — put the cube in the bowl
145
+ - [`MarcelTorne/plate_toast_preferences`](https://huggingface.co/datasets/MarcelTorne/plate_toast_preferences) — put the toast in the plate
146
+
147
+ ## License
148
+
149
+ MIT.
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a77e84a92d2328ffade8c0e212948e22b5cf62cc80d6a7a0f09d22d46acbb978
3
+ size 69086
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60388be8caf6ddf4d4408283910f91fb3848c33d9ae7db128d0e062942536a30
3
+ size 81116
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:106bc23f41699061fa3a9b8a8d3b3fa4b8973f9bc36959239a8a22d1d1ee16c4
3
+ size 57667
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b384905e987ef07bfef66da87cc170e4c3ec053989f719eeb956c08fdc9413f
3
+ size 58881
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c61bac6e9360185a9f6a169b16eb6d65b720e6963a1508a985b21328dd62b2
3
+ size 67845
data/chunk-000/episode_000061.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e302851fb77c39006628b1a5c901efa3306b0da1262b69d9334a7b166dfb656e
3
+ size 50030
data/chunk-000/episode_000063.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8012ca7810c87cc121c22d22ee30e41224a7bd9861c0af4fd3d10ce6cae7c160
3
+ size 40100
data/chunk-000/episode_000068.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95dccb5d498ba48d8873ffa51a4bd3f9f442771fcbc95025b20e582ab31bc736
3
+ size 48360
data/chunk-000/episode_000072.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e73fb6ee2ecff253c5aa6e1e5cfa353a481b913e2e10ec252d62acf63a3b4d
3
+ size 44666
data/chunk-000/episode_000078.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27411bdfe5c69c1282360d3a3109c6462b6eb22884230a355c4579a77279e0c2
3
+ size 65791
data/chunk-000/episode_000079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b91efc4f2d7ba98687764294c1b6314d8cee686a70381973f6545888c76ee669
3
+ size 40628
data/chunk-000/episode_000085.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52c7fef826caa0901d714dbfdeef36a09994ac584cf84072494c1fa93511c88c
3
+ size 48011
data/chunk-000/episode_000097.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc548a715b57ba0ccc7302fc87be7e6eeb4816d2cb3caaf52809caab76865f20
3
+ size 44900
data/chunk-000/episode_000099.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d3c274706e4ac220ff7de9dc00698940c729238f0e2e3a602bb3dad5a4ff477
3
+ size 78543
data/chunk-000/episode_000114.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8e75f43669bd7d0691626828cea3df1b3907bc16cb830a09c0ed1fc46117af4
3
+ size 66139
data/chunk-000/episode_000119.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9034d3fac8e0828b2fedf6cb565875c6f6f5ed610883227c8446f880431567c6
3
+ size 74215
data/chunk-000/episode_000129.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a44dbc0ba76dea008a6f24ba141b02a2940d8430f77de47429465ebed0484fe
3
+ size 65178
data/chunk-000/episode_000134.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:820b979a6293c4f0f2d830bc79e3e71de01aa007d4d59483a212607b9092982e
3
+ size 56771
data/chunk-000/episode_000137.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a488e0ddb8c2626e4176408d917d15752a7a5dac8ee6282234e36c6f25271f62
3
+ size 59309
data/chunk-000/episode_000171.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00f02040e0ac783e7c92011384b74a115ee61ab6a6147a1f9d8512d4d80f0e83
3
+ size 52709
data/chunk-000/episode_000180.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dc17705711557c30e70d15d1822de9d32743706c4a0c17f02b6111229da1196
3
+ size 71790
data/chunk-000/episode_000194.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cac8162b36d7ddaec55239aa01affb0d6bb55773e3d9df74711424c96b1c91d
3
+ size 77770
data/chunk-000/episode_000223.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024a432537a12445d52d38436e6806ebde7b8077a89f320ac990b8b66fa73e1b
3
+ size 67300
data/chunk-000/episode_000232.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bf916778a428ebce753303d675a9ad275ef210eeccea1d3799336d8c2cd5201
3
+ size 46167
data/chunk-000/episode_000238.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d68d2c28f97ae95249c46f1ccbcd219ab2d3ca113f7c69b2b0d0ccdacc9f35ff
3
+ size 58999
data/chunk-000/episode_000242.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9f84b7b868a1882aa42fe7fd031868fb1f041946971cfd01b76d89db840c22
3
+ size 56851
data/chunk-000/episode_000274.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:607b7af29c4cbe32c9af394229d54010c4d917c6778d570125c43ed601326ed8
3
+ size 50104
data/chunk-000/episode_000293.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:106e4e16afcb4326057b63f736932add52a64ba2f61a653be0c6d6d5be384616
3
+ size 57718
data/chunk-000/episode_000295.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:181aeedc78b32f425f851733b544d440c85e89227e9132582b04f39f6f34acb8
3
+ size 57697
data/chunk-000/episode_000300.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386a3c26ddc5eb4651f591a66ceb8ff91681b303c59fa3ebdc11b50fb52a6dff
3
+ size 59203
data/chunk-000/episode_000321.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccd6f1c624ef820be71a324243f9ace0d4fea9de3a28ab053f2f5d85135c42a8
3
+ size 56887
data/chunk-000/episode_000323.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f222b259c1b99cd00f325a75ed90a6e656e18749176c2952616ba7c73c2ddbd
3
+ size 47105
data/chunk-000/episode_000327.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103d25f774dfe5c1fe2f334b4e9398532c445dc61228ac5b7ab9b7ad1eb177a0
3
+ size 54871
data/chunk-000/episode_000332.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c15869eeca65f1d44aecb4038ac2aba103773b5127b2b4bb92b60f574296bcc
3
+ size 53068
data/chunk-000/episode_000334.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95260fd7234868739e0cc5444b999775d5328609031faa23d690f4ca451d1b07
3
+ size 55395
data/chunk-000/episode_000337.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b945caeb4f8df5d240ecca87e3ed0906fbecc05a594a9b3601b823aa9f40537d
3
+ size 53056
data/chunk-000/episode_000340.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d41e713b4572c84f13f264a1f6f914f8153bbf08382c52a9e1313b006fc002f9
3
+ size 49196
data/chunk-000/episode_000342.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84827fc310e27e278dbc81df7f97d5ca78044bc4f48726ef967dc14559d8f014
3
+ size 57015
data/chunk-000/episode_000364.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68fd1408a83cf4b820025d9a4ad73ac2d5dce9a501e07d0fc6647b283dd2f037
3
+ size 48136
data/chunk-000/episode_000367.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6ad0d1a4530cac218d263c4c72d0ce11674a62e0b213e9cdea4bf370f9b0761
3
+ size 66197
data/chunk-000/episode_000374.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11cb578857c307785c705065925d8961ebe9463b799464822a5e2682e1b5a897
3
+ size 50550
data/chunk-000/episode_000385.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bba7a8f54287979dbcd7ecc7cf1c667ea0b4ad76b5af5a2950fee45860b1be9
3
+ size 63075
data/chunk-000/episode_000388.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d67e126f03c654d9c33db5421ee16b23803886ba5265ceed48486706580ffa4
3
+ size 57505
data/chunk-000/episode_000397.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:409641c2f2f8b3d333159565b9d0d0b7f70df6b22f5575d3d0a3ee2679e7e7c5
3
+ size 62103
data/chunk-000/episode_000405.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:560eabbcf516a837e1e5efd0af60e8f7ae5e369d425588f5a484765c965536c3
3
+ size 47886
data/chunk-000/episode_000419.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6501359ec220eec358865dfdc1c513aacd51a9607b871ad9c05646e6cd2786a8
3
+ size 57991
data/chunk-000/episode_000426.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae629507aaa07ac784776ea085cee6602519f30307b45ec91baa574d84f6d41f
3
+ size 63745
export_summary.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "setup_table",
3
+ "repo_id": "MarcelTorne/setup_table_preferences",
4
+ "out": "/hai/scratch/marcelto/hf_export/setup_table",
5
+ "episodes": 467,
6
+ "frames": 197896,
7
+ "pairs": 1648,
8
+ "labels": 4432,
9
+ "axes": 9,
10
+ "dropped_pairs": 1,
11
+ "dropped_ids": [
12
+ "am208/preferences_setup/2026_05_06_17:25:50/rollout_A",
13
+ "am208/preferences_setup/2026_05_06_17:25:50/rollout_B"
14
+ ],
15
+ "failed": 0,
16
+ "skipped": 2,
17
+ "size_gb": 1.06
18
+ }
preferences/episodes.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27fdda77ef3c6dd120db769568ebc07c5ae1dba268ccae50e1872e04e9719422
3
+ size 24312