binhpham commited on
Commit
21bb67a
·
verified ·
1 Parent(s): 5e0db4d

Add naive-bench bin-sorting dataset (312 eps, 20 tasks) + card

Browse files
Files changed (32) hide show
  1. README.md +145 -0
  2. data/chunk-000/file-000.parquet +3 -0
  3. data/chunk-000/file-001.parquet +3 -0
  4. data/chunk-000/file-002.parquet +3 -0
  5. data/chunk-000/file-003.parquet +3 -0
  6. data/chunk-000/file-004.parquet +3 -0
  7. data/chunk-000/file-005.parquet +3 -0
  8. data/chunk-000/file-006.parquet +3 -0
  9. meta/episodes/chunk-000/file-000.parquet +3 -0
  10. meta/episodes/chunk-000/file-001.parquet +3 -0
  11. meta/episodes/chunk-000/file-002.parquet +3 -0
  12. meta/episodes/chunk-000/file-003.parquet +3 -0
  13. meta/episodes/chunk-000/file-004.parquet +3 -0
  14. meta/episodes/chunk-000/file-005.parquet +3 -0
  15. meta/episodes/chunk-000/file-006.parquet +3 -0
  16. meta/info.json +139 -0
  17. meta/stats.json +632 -0
  18. meta/tasks.parquet +3 -0
  19. videos/observation.images.arm_camera/chunk-000/file-000.mp4 +3 -0
  20. videos/observation.images.arm_camera/chunk-000/file-001.mp4 +3 -0
  21. videos/observation.images.arm_camera/chunk-000/file-002.mp4 +3 -0
  22. videos/observation.images.arm_camera/chunk-000/file-003.mp4 +3 -0
  23. videos/observation.images.arm_camera/chunk-000/file-004.mp4 +3 -0
  24. videos/observation.images.arm_camera/chunk-000/file-005.mp4 +3 -0
  25. videos/observation.images.arm_camera/chunk-000/file-006.mp4 +3 -0
  26. videos/observation.images.overhead_camera/chunk-000/file-000.mp4 +3 -0
  27. videos/observation.images.overhead_camera/chunk-000/file-001.mp4 +3 -0
  28. videos/observation.images.overhead_camera/chunk-000/file-002.mp4 +3 -0
  29. videos/observation.images.overhead_camera/chunk-000/file-003.mp4 +3 -0
  30. videos/observation.images.overhead_camera/chunk-000/file-004.mp4 +3 -0
  31. videos/observation.images.overhead_camera/chunk-000/file-005.mp4 +3 -0
  32. videos/observation.images.overhead_camera/chunk-000/file-006.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so101
8
+ - bin-sorting
9
+ - vla
10
+ - language-conditioned
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/chunk-*/file-*.parquet
14
+ ---
15
+
16
+ # naive-bench — Bin Sorting
17
+
18
+ A language-conditioned **bin-sorting** teleoperation dataset on a single **SO-101** arm,
19
+ collected for **Project 2: Naive Bench** — a hobbyist-oriented benchmark for comparing
20
+ robot manipulation policies (ACT, VLAs, …) under fixed compute/data constraints.
21
+
22
+ The task is deliberately designed to **differentiate VLAs from ACT/WAMs**: the bins are
23
+ *arbitrary named targets* (there is no color-matching rule), so the only way to route a
24
+ bar correctly is to read **both** slots of the prompt — the bar color **and** the bin
25
+ color. A policy that ignores the instruction cannot succeed, which makes the eval score a
26
+ direct measure of language grounding.
27
+
28
+ ## Task
29
+
30
+ ```
31
+ put the {bar_color} bar into the {bin_color} bin
32
+ ```
33
+
34
+ - **Bins (4):** white, yellow, orange, blue — fixed positions, arbitrary targets (no color-matching rule).
35
+ - **Bar colors (6):** blue, purple, orange, red, yellow, green (~9 physical bars per color).
36
+ - **Instruction space:** 6 bars × 4 bins = **24 possible commands**.
37
+
38
+ Every training scene contains a **single bar**. The target bin is varied across each bar's
39
+ episodes so a policy cannot ignore the `{bin_color}` slot and still succeed.
40
+
41
+ ## Dataset summary
42
+
43
+ | | |
44
+ |---|---|
45
+ | Robot | SO-101 follower (`so101_follower`), 6 position-controlled joints |
46
+ | Cameras | `arm_camera` + `overhead_camera`, 240×320 RGB, AV1 |
47
+ | Control / video rate | 30 fps |
48
+ | Episodes | **312** |
49
+ | Frames | **115,378** |
50
+ | Tasks (trained commands) | **20** (of the 24-command space; 4 held out) |
51
+ | Format | `LeRobotDataset` v3.0 |
52
+
53
+ **State / action** are the six SO-101 joint positions, in this order:
54
+ `shoulder_pan.pos, shoulder_lift.pos, elbow_flex.pos, wrist_flex.pos, wrist_roll.pos, gripper.pos`.
55
+ This ordering is load-bearing — it matches the follower's native motor order, not
56
+ alphabetical.
57
+
58
+ ## Held-out (bar, bin) pairs
59
+
60
+ Four (bar, bin) combinations are deliberately kept **out** of training so the benchmark's
61
+ held-out tiers test *composition*, not memorization:
62
+
63
+ - blue bar → orange bin
64
+ - red bar → white bin
65
+ - yellow bar → blue bin
66
+ - green bar → orange bin
67
+
68
+ The other 20 pairs appear in training and are the 20 tasks in `meta/tasks.parquet`.
69
+ (`purple` and `orange` bars are fully trained across all four bins.)
70
+
71
+ ## Recording distribution
72
+
73
+ Per-cell episode counts. **✗ = held out (nothing recorded).** A bar with one held-out
74
+ bin spreads its episodes across three bins; a fully-trained bar spreads across four.
75
+
76
+ | Bar ↓ / Bin → | white | yellow | orange | blue | **total** |
77
+ |---|---|---|---|---|---|
78
+ | **blue** | 18 | 18 | ✗ | 18 | **54** |
79
+ | **red** | ✗ | 18 | 18 | 18 | **54** |
80
+ | **yellow** | 18 | 18 | 18 | ✗ | **54** |
81
+ | **green** | 18 | 18 | ✗ | 18 | **54** |
82
+ | **purple** | 12 | 12 | 12 | 12 | **48** |
83
+ | **orange** | 12 | 12 | 12 | 12 | **48** |
84
+ | **total** | **78** | **96** | **60** | **78** | **312** |
85
+
86
+ Within each cell, bar start position and physical bar instance (~9 per color) are
87
+ randomized so the policy doesn't overfit a single bar or spot. Bin totals are uneven
88
+ because two bars hold out the orange bin — harmless for training a per-command policy.
89
+
90
+ ## Evaluation protocol
91
+
92
+ The dataset is scored with a graded, multi-tier rollout protocol (defined in the Naive
93
+ Bench "Bin Sorting Evals" design). Bins are fixed; bar start positions are uniformly
94
+ randomized; colors are counterbalanced ~uniformly within each tier; distractor bars in
95
+ multi-bar tiers are other *trained* colors.
96
+
97
+ | Tier | Scene | Command | Rollouts | Primarily tests |
98
+ |---|---|---|---|---|
99
+ | **T0 — Sanity** | 1 bar | seen (bar, bin) | 10 | Reproduces training dist. (diagnostic floor) |
100
+ | **T1 — Held-out routing** | 1 bar | held-out (bar, bin) | 30 | Compositional grounding — the two slots learned independently |
101
+ | **T2 — Two-bar grounding** | 2 bars | name one, seen pairing | 30 | Object disambiguation by language (**headline number**) |
102
+ | **T3 — Three-bar grounding** | 3 bars | name one | 20 | Grounding under heavier clutter |
103
+ | **T4 — Two-bar + held-out** | 2 bars | named bar → held-out bin | 20 | Hardest: disambiguate object *and* route to unseen target |
104
+
105
+ **Total: 110 rollouts per policy.**
106
+
107
+ ### Scoring (per episode, exactly one bar named)
108
+
109
+ | Outcome | Credit |
110
+ |---|---|
111
+ | Named bar placed in named bin | **+1.0** |
112
+ | Named bar placed in **wrong** bin (right object, failed routing) | **+0.5** |
113
+ | Named bar grasped + lifted, not placed | **+0.3** |
114
+ | Named bar contacted, grasp failed | **+0.1** |
115
+ | No meaningful interaction with named bar | **0** |
116
+ | Grasps/moves a **non-named** bar (selective-attention failure) | **−0.5** |
117
+
118
+ Episode score ∈ [−0.5, 1.0]. The two partial-credit paths (right object / wrong bin =
119
+ +0.5 vs wrong object = −0.5/0) separate a **bin-grounding** failure from a
120
+ **bar-grounding** failure. Report mean ± CI per tier; if a scalar is needed, weight toward
121
+ grounding and drop T0:
122
+
123
+ ```
124
+ grounding_score = 0.30·T1 + 0.35·T2 + 0.20·T3 + 0.15·T4
125
+ ```
126
+
127
+ At low n (10–30 rollouts), use **paired scenes** (same randomized layouts across all
128
+ policies within a tier), graded scoring, and report CIs rather than bare point estimates.
129
+
130
+ ## Loading
131
+
132
+ ```python
133
+ from lerobot.datasets.lerobot_dataset import LeRobotDataset
134
+
135
+ ds = LeRobotDataset("binhpham/naive-bench")
136
+ print(ds.meta.total_episodes, ds.meta.total_frames)
137
+ sample = ds[0] # observation.state, observation.images.*, action, task, ...
138
+ ```
139
+
140
+ ## Collection
141
+
142
+ Recorded with the [`naive-bench`](https://github.com/livekit-examples) runtime — a
143
+ LiveKit Portal room where a human teleoperates the SO-101 leader arm and a HITL recorder
144
+ pairs each executed action with the observation it was responding to. See the repo's
145
+ `operators/teleoperator/` for the recorder.
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9dc15cd23a96b79a614580e2f5c9b929179daf1bc3a6de4ea0c7d91ae54397e
3
+ size 1480103
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d112a6dd14f80afc84cc627efcc2b27cfd5e5cbc9ffd8789d520b7deeaebec
3
+ size 563518
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a85d5c4f4e410c26d0e09f445e75571cec6c16dfc27b52bf54f654173623d2d2
3
+ size 97952
data/chunk-000/file-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536d871647f157a43a28c7ba2a288dcff49bb2e34a7eeda5ac9a29dd3c90a9f1
3
+ size 476063
data/chunk-000/file-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3533899e37439248057a6be982a41408421ffea17ab859f0d2c916b6732bf9d6
3
+ size 731922
data/chunk-000/file-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c94d1ad24fdf5ba9b56f0f08067e9411430cbac82892a04b7884dff32d7be788
3
+ size 646002
data/chunk-000/file-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f3b175fed8181094dc15e327018c9134356a27c250d3e17407c0bdbe09cf291
3
+ size 841388
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cace3aa7494314dd9d605d37b53d0f4d94978764935a1aa8d9253de9bf6a093
3
+ size 158698
meta/episodes/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:150fe4259b18f167f3442becf73ccd9bed770282dc19d06cf747da4a71e20055
3
+ size 125014
meta/episodes/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ba8abcdaa2218c46b31cc8ed19ff3be134e67ab9a1b271b5bca7f52922f4dc5
3
+ size 193796
meta/episodes/chunk-000/file-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:570eff3ab5ba1032913be63ba2a8062272d08bc385ccc87bb5b1de58193e072d
3
+ size 867922
meta/episodes/chunk-000/file-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddcf829816c9dd7c9f627a4d5b9f1f7d5424f96c12aa7bbf7ffa3d63a912305b
3
+ size 1092246
meta/episodes/chunk-000/file-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8baa4401ac4ecef16b2dfecb1e7ad6aaf83e1dcf5be60922a1a54aa065cff922
3
+ size 144068
meta/episodes/chunk-000/file-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf02c88894ecee58ac83f0630ed302751f9b31bc63963a1f6881216e3d86564f
3
+ size 1373197
meta/info.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 30,
4
+ "features": {
5
+ "observation.state": {
6
+ "dtype": "float32",
7
+ "names": [
8
+ "shoulder_pan.pos",
9
+ "shoulder_lift.pos",
10
+ "elbow_flex.pos",
11
+ "wrist_flex.pos",
12
+ "wrist_roll.pos",
13
+ "gripper.pos"
14
+ ],
15
+ "shape": [
16
+ 6
17
+ ]
18
+ },
19
+ "observation.images.arm_camera": {
20
+ "dtype": "video",
21
+ "shape": [
22
+ 240,
23
+ 320,
24
+ 3
25
+ ],
26
+ "names": [
27
+ "height",
28
+ "width",
29
+ "channels"
30
+ ],
31
+ "info": {
32
+ "is_depth_map": false,
33
+ "video.height": 240,
34
+ "video.width": 320,
35
+ "video.codec": "av1",
36
+ "video.pix_fmt": "yuv420p",
37
+ "video.fps": 30,
38
+ "video.channels": 3,
39
+ "has_audio": false,
40
+ "video.g": 2,
41
+ "video.crf": 30,
42
+ "video.preset": 12,
43
+ "video.fast_decode": 0,
44
+ "video.video_backend": "pyav",
45
+ "video.extra_options": {}
46
+ }
47
+ },
48
+ "observation.images.overhead_camera": {
49
+ "dtype": "video",
50
+ "shape": [
51
+ 240,
52
+ 320,
53
+ 3
54
+ ],
55
+ "names": [
56
+ "height",
57
+ "width",
58
+ "channels"
59
+ ],
60
+ "info": {
61
+ "is_depth_map": false,
62
+ "video.height": 240,
63
+ "video.width": 320,
64
+ "video.codec": "av1",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.fps": 30,
67
+ "video.channels": 3,
68
+ "has_audio": false,
69
+ "video.g": 2,
70
+ "video.crf": 30,
71
+ "video.preset": 12,
72
+ "video.fast_decode": 0,
73
+ "video.video_backend": "pyav",
74
+ "video.extra_options": {}
75
+ }
76
+ },
77
+ "action": {
78
+ "dtype": "float32",
79
+ "names": [
80
+ "shoulder_pan.pos",
81
+ "shoulder_lift.pos",
82
+ "elbow_flex.pos",
83
+ "wrist_flex.pos",
84
+ "wrist_roll.pos",
85
+ "gripper.pos"
86
+ ],
87
+ "shape": [
88
+ 6
89
+ ]
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ },
127
+ "total_episodes": 312,
128
+ "total_frames": 115378,
129
+ "total_tasks": 20,
130
+ "chunks_size": 1000,
131
+ "data_files_size_in_mb": 100,
132
+ "video_files_size_in_mb": 200,
133
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
134
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
135
+ "robot_type": "so101_follower",
136
+ "splits": {
137
+ "train": "0:312"
138
+ }
139
+ }
meta/stats.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "min": [
4
+ -70.19779968261719,
5
+ -104.70330047607422,
6
+ -97.18681335449219,
7
+ -29.626373291015625,
8
+ -77.05494689941406,
9
+ 0.0
10
+ ],
11
+ "max": [
12
+ 60.35165023803711,
13
+ 80.70330047607422,
14
+ 97.89010620117188,
15
+ 104.43955993652344,
16
+ 118.37362670898438,
17
+ 45.91593933105469
18
+ ],
19
+ "mean": [
20
+ -4.452506590861566,
21
+ -9.325745707376148,
22
+ 27.235807582734722,
23
+ 44.730600055111424,
24
+ 9.906011063398658,
25
+ 8.974938546752222
26
+ ],
27
+ "std": [
28
+ 25.09925659367161,
29
+ 50.76893629559204,
30
+ 44.625931992466434,
31
+ 21.90411162117636,
32
+ 26.173207661562326,
33
+ 11.525964183762595
34
+ ],
35
+ "count": [
36
+ 115378
37
+ ],
38
+ "q01": [
39
+ -28.20594967232605,
40
+ -102.82149132878716,
41
+ -22.626302268049987,
42
+ 18.87632181682168,
43
+ -13.533660035608154,
44
+ 1.0441905580515864
45
+ ],
46
+ "q10": [
47
+ -24.9084841574434,
48
+ -98.85556609798525,
49
+ -21.506122990058742,
50
+ 22.304687344903375,
51
+ -10.569838530466486,
52
+ 1.269181615987167
53
+ ],
54
+ "q50": [
55
+ -3.9937698067250307,
56
+ 7.163523805697674,
57
+ 24.13390632213784,
58
+ 43.229719461406376,
59
+ 7.194355215275534,
60
+ 2.6270923239111905
61
+ ],
62
+ "q90": [
63
+ 16.860260433115922,
64
+ 39.968640271288905,
65
+ 93.07852731305819,
66
+ 71.56377545740374,
67
+ 34.214473202763436,
68
+ 28.344991839911984
69
+ ],
70
+ "q99": [
71
+ 19.70960393905243,
72
+ 43.95060781665809,
73
+ 96.94250814518239,
74
+ 78.99249925403522,
75
+ 37.360658225603565,
76
+ 29.627421367381174
77
+ ]
78
+ },
79
+ "observation.images.overhead_camera": {
80
+ "min": [
81
+ [
82
+ [
83
+ 0.0
84
+ ]
85
+ ],
86
+ [
87
+ [
88
+ 0.0
89
+ ]
90
+ ],
91
+ [
92
+ [
93
+ 0.0
94
+ ]
95
+ ]
96
+ ],
97
+ "max": [
98
+ [
99
+ [
100
+ 1.0
101
+ ]
102
+ ],
103
+ [
104
+ [
105
+ 1.0
106
+ ]
107
+ ],
108
+ [
109
+ [
110
+ 1.0
111
+ ]
112
+ ]
113
+ ],
114
+ "mean": [
115
+ [
116
+ [
117
+ 0.5722713201925335
118
+ ]
119
+ ],
120
+ [
121
+ [
122
+ 0.5741254094258953
123
+ ]
124
+ ],
125
+ [
126
+ [
127
+ 0.5685671200321007
128
+ ]
129
+ ]
130
+ ],
131
+ "std": [
132
+ [
133
+ [
134
+ 0.19144245410415542
135
+ ]
136
+ ],
137
+ [
138
+ [
139
+ 0.19653391743688797
140
+ ]
141
+ ],
142
+ [
143
+ [
144
+ 0.2091612853660139
145
+ ]
146
+ ]
147
+ ],
148
+ "count": [
149
+ 2352883200
150
+ ],
151
+ "q01": [
152
+ [
153
+ [
154
+ -3.921568744649079e-13
155
+ ]
156
+ ],
157
+ [
158
+ [
159
+ -3.921568744649079e-13
160
+ ]
161
+ ],
162
+ [
163
+ [
164
+ -3.921568744649079e-13
165
+ ]
166
+ ]
167
+ ],
168
+ "q10": [
169
+ [
170
+ [
171
+ 0.2500861659882213
172
+ ]
173
+ ],
174
+ [
175
+ [
176
+ 0.23547740665758676
177
+ ]
178
+ ],
179
+ [
180
+ [
181
+ 0.1688350325573623
182
+ ]
183
+ ]
184
+ ],
185
+ "q50": [
186
+ [
187
+ [
188
+ 0.6320766343960958
189
+ ]
190
+ ],
191
+ [
192
+ [
193
+ 0.6454099352949624
194
+ ]
195
+ ],
196
+ [
197
+ [
198
+ 0.6491391517766489
199
+ ]
200
+ ]
201
+ ],
202
+ "q90": [
203
+ [
204
+ [
205
+ 0.7051406646538994
206
+ ]
207
+ ],
208
+ [
209
+ [
210
+ 0.7158149879331893
211
+ ]
212
+ ],
213
+ [
214
+ [
215
+ 0.7186940306114076
216
+ ]
217
+ ]
218
+ ],
219
+ "q99": [
220
+ [
221
+ [
222
+ 0.9203601006812033
223
+ ]
224
+ ],
225
+ [
226
+ [
227
+ 0.9115091390405788
228
+ ]
229
+ ],
230
+ [
231
+ [
232
+ 0.9065561605841673
233
+ ]
234
+ ]
235
+ ]
236
+ },
237
+ "frame_index": {
238
+ "min": [
239
+ 0.0
240
+ ],
241
+ "max": [
242
+ 878.0
243
+ ],
244
+ "mean": [
245
+ 196.01824620958664
246
+ ],
247
+ "std": [
248
+ 130.16376960044755
249
+ ],
250
+ "count": [
251
+ 122546
252
+ ],
253
+ "q01": [
254
+ 3.4129091968726577
255
+ ],
256
+ "q10": [
257
+ 38.76080195183985
258
+ ],
259
+ "q50": [
260
+ 195.76277423334903
261
+ ],
262
+ "q90": [
263
+ 353.1639377214261
264
+ ],
265
+ "q99": [
266
+ 388.61498928673336
267
+ ]
268
+ },
269
+ "task_index": {
270
+ "min": [
271
+ 0.0
272
+ ],
273
+ "max": [
274
+ 19.0
275
+ ],
276
+ "mean": [
277
+ 8.269425358640834
278
+ ],
279
+ "std": [
280
+ 5.646220994904054
281
+ ],
282
+ "count": [
283
+ 122546
284
+ ],
285
+ "q01": [
286
+ 8.269425358640834
287
+ ],
288
+ "q10": [
289
+ 8.269425358640834
290
+ ],
291
+ "q50": [
292
+ 8.269425358640845
293
+ ],
294
+ "q90": [
295
+ 8.269425358640854
296
+ ],
297
+ "q99": [
298
+ 8.269425358640856
299
+ ]
300
+ },
301
+ "observation.state": {
302
+ "min": [
303
+ -69.80220031738281,
304
+ -103.29669952392578,
305
+ -91.47252655029297,
306
+ -27.69230842590332,
307
+ -73.53845977783203,
308
+ 1.674178957939148
309
+ ],
310
+ "max": [
311
+ 59.78022003173828,
312
+ 83.07691955566406,
313
+ 97.0988998413086,
314
+ 103.38461303710938,
315
+ 117.31867980957031,
316
+ 45.5247917175293
317
+ ],
318
+ "mean": [
319
+ -4.486847078576357,
320
+ -6.254983431742962,
321
+ 30.763719386188946,
322
+ 45.22435144695453,
323
+ 9.880332992794969,
324
+ 13.21546405286734
325
+ ],
326
+ "std": [
327
+ 24.972449887724295,
328
+ 51.91582308401375,
329
+ 43.09098008986932,
330
+ 21.342243888522294,
331
+ 26.116467349914124,
332
+ 9.635041651305556
333
+ ],
334
+ "count": [
335
+ 115378
336
+ ],
337
+ "q01": [
338
+ -27.71079676973388,
339
+ -102.40361974381501,
340
+ -17.02758494539975,
341
+ 20.542149274615603,
342
+ -13.162936739057727,
343
+ 1.821134338226157
344
+ ],
345
+ "q10": [
346
+ -24.8119991389123,
347
+ -98.34681319605971,
348
+ -16.11563262733561,
349
+ 23.468733551153534,
350
+ -10.407670373583576,
351
+ 1.959753178971746
352
+ ],
353
+ "q50": [
354
+ -4.080957922948013,
355
+ 11.365927683403726,
356
+ 27.313735420967852,
357
+ 43.66701453807692,
358
+ 7.2955886618252554,
359
+ 12.852744655435751
360
+ ],
361
+ "q90": [
362
+ 16.570618608561524,
363
+ 43.434750207816435,
364
+ 93.99754773279571,
365
+ 71.44346582460963,
366
+ 33.912119176642946,
367
+ 27.68271105876889
368
+ ],
369
+ "q99": [
370
+ 19.28864334707405,
371
+ 45.67946271834008,
372
+ 96.43270474009415,
373
+ 78.41847769056801,
374
+ 36.7828572811426,
375
+ 29.07108563893858
376
+ ]
377
+ },
378
+ "index": {
379
+ "min": [
380
+ 0.0
381
+ ],
382
+ "max": [
383
+ 115377.0
384
+ ],
385
+ "mean": [
386
+ 59253.093915754085
387
+ ],
388
+ "std": [
389
+ 33612.19681725067
390
+ ],
391
+ "count": [
392
+ 122546
393
+ ],
394
+ "q01": [
395
+ 59060.48857874138
396
+ ],
397
+ "q10": [
398
+ 59095.836471496325
399
+ ],
400
+ "q50": [
401
+ 59252.8454933429
402
+ ],
403
+ "q90": [
404
+ 59410.23960726592
405
+ ],
406
+ "q99": [
407
+ 59445.69065883123
408
+ ]
409
+ },
410
+ "episode_index": {
411
+ "min": [
412
+ 0.0
413
+ ],
414
+ "max": [
415
+ 311.0
416
+ ],
417
+ "mean": [
418
+ 154.40915248151717
419
+ ],
420
+ "std": [
421
+ 91.08646015585843
422
+ ],
423
+ "count": [
424
+ 122546
425
+ ],
426
+ "q01": [
427
+ 154.40915248151717
428
+ ],
429
+ "q10": [
430
+ 154.40915248151717
431
+ ],
432
+ "q50": [
433
+ 154.40915248151717
434
+ ],
435
+ "q90": [
436
+ 154.40915248151717
437
+ ],
438
+ "q99": [
439
+ 154.40915248151717
440
+ ]
441
+ },
442
+ "observation.images.arm_camera": {
443
+ "min": [
444
+ [
445
+ [
446
+ 0.0
447
+ ]
448
+ ],
449
+ [
450
+ [
451
+ 0.0
452
+ ]
453
+ ],
454
+ [
455
+ [
456
+ 0.0
457
+ ]
458
+ ]
459
+ ],
460
+ "max": [
461
+ [
462
+ [
463
+ 1.0
464
+ ]
465
+ ],
466
+ [
467
+ [
468
+ 1.0
469
+ ]
470
+ ],
471
+ [
472
+ [
473
+ 1.0
474
+ ]
475
+ ]
476
+ ],
477
+ "mean": [
478
+ [
479
+ [
480
+ 0.6091466175670938
481
+ ]
482
+ ],
483
+ [
484
+ [
485
+ 0.5661450470758274
486
+ ]
487
+ ],
488
+ [
489
+ [
490
+ 0.538713362964894
491
+ ]
492
+ ]
493
+ ],
494
+ "std": [
495
+ [
496
+ [
497
+ 0.16378191261050076
498
+ ]
499
+ ],
500
+ [
501
+ [
502
+ 0.24669861338820193
503
+ ]
504
+ ],
505
+ [
506
+ [
507
+ 0.2847821916122485
508
+ ]
509
+ ]
510
+ ],
511
+ "count": [
512
+ 2352883200
513
+ ],
514
+ "q01": [
515
+ [
516
+ [
517
+ 0.137097805519159
518
+ ]
519
+ ],
520
+ [
521
+ [
522
+ 0.011153290001454727
523
+ ]
524
+ ],
525
+ [
526
+ [
527
+ -9.977598617639389e-11
528
+ ]
529
+ ]
530
+ ],
531
+ "q10": [
532
+ [
533
+ [
534
+ 0.36863906775848576
535
+ ]
536
+ ],
537
+ [
538
+ [
539
+ 0.1389477804605786
540
+ ]
541
+ ],
542
+ [
543
+ [
544
+ 0.026253864577216224
545
+ ]
546
+ ]
547
+ ],
548
+ "q50": [
549
+ [
550
+ [
551
+ 0.6541220844814545
552
+ ]
553
+ ],
554
+ [
555
+ [
556
+ 0.6641487145163113
557
+ ]
558
+ ],
559
+ [
560
+ [
561
+ 0.6637893956511853
562
+ ]
563
+ ]
564
+ ],
565
+ "q90": [
566
+ [
567
+ [
568
+ 0.7537130170347459
569
+ ]
570
+ ],
571
+ [
572
+ [
573
+ 0.7929419014173668
574
+ ]
575
+ ],
576
+ [
577
+ [
578
+ 0.7929014489123936
579
+ ]
580
+ ]
581
+ ],
582
+ "q99": [
583
+ [
584
+ [
585
+ 0.8448933520723727
586
+ ]
587
+ ],
588
+ [
589
+ [
590
+ 0.8609891347477797
591
+ ]
592
+ ],
593
+ [
594
+ [
595
+ 0.8562920972183556
596
+ ]
597
+ ]
598
+ ]
599
+ },
600
+ "timestamp": {
601
+ "min": [
602
+ 0.0
603
+ ],
604
+ "max": [
605
+ 29.266666666666666
606
+ ],
607
+ "mean": [
608
+ 6.533941540319546
609
+ ],
610
+ "std": [
611
+ 4.338792320014933
612
+ ],
613
+ "count": [
614
+ 122546
615
+ ],
616
+ "q01": [
617
+ 0.11376363980075511
618
+ ],
619
+ "q10": [
620
+ 1.2920267316504306
621
+ ],
622
+ "q50": [
623
+ 6.525544484084749
624
+ ],
625
+ "q90": [
626
+ 11.772131257458367
627
+ ],
628
+ "q99": [
629
+ 12.95383297631945
630
+ ]
631
+ }
632
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30bc0647cadd121803a53c80b9e6b4c3f225aeaa283692c3d20c6b67bcdebfa2
3
+ size 2455
videos/observation.images.arm_camera/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d391f0549b9952c58a1a7eba44fb8335f614f49c723d23dfdb0adec92b470ae3
3
+ size 63208517
videos/observation.images.arm_camera/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:197265abf08b3b6948cbbab7261db67ae8b9939fbc49572b5f6d5c40a825fed8
3
+ size 41861776
videos/observation.images.arm_camera/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:869f88868bc07ad34ef930a0cdad4afddf79d88743fbcf77320f3818637f2654
3
+ size 4004403
videos/observation.images.arm_camera/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc9a8e59c1549d712a6e1e73557fadb4067cedef11b0a454c69ae06331861e1b
3
+ size 20762572
videos/observation.images.arm_camera/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf6f2e0ea96642f36ac467a9280c13eeb9c799cf2c9ddb13027751f39d751443
3
+ size 29172203
videos/observation.images.arm_camera/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ab6a99e580e32c7292b976bd1fbc35b9aeea8c43fb2538b99bf10ffb322db91
3
+ size 46516199
videos/observation.images.arm_camera/chunk-000/file-006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd5d911de352f998b26ede044e7d7ca7ab52bae978253784be284a31a5f73537
3
+ size 33835661
videos/observation.images.overhead_camera/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d12ee90818aa0f9ab3420cac1bbd8a3c2a67259a0af5ea24fa4835fda90dc73c
3
+ size 202825532
videos/observation.images.overhead_camera/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef2fb40554c149d4ea6edb102fb9a9d4e0b1dddc99ccf905369be0220ac2dfb
3
+ size 135538266
videos/observation.images.overhead_camera/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d80dcbb979cd995d22dee4839d59cfb49faf2b10b7bc9290e45a40bfaa2724a
3
+ size 12821680
videos/observation.images.overhead_camera/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31885807d702c0670a11e6794d4f845305134102c769416b4f9a3e3b50e4e85a
3
+ size 61956024
videos/observation.images.overhead_camera/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c20fa6aa7bbd4f164a53f778c9793b7afc69d1cd39bafa920c5b3ebeeaf637d
3
+ size 94755133
videos/observation.images.overhead_camera/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44abcc5f6d731d3145f91d776268628bdec654bf5d23b4a517d1e4ce98c93496
3
+ size 154030255
videos/observation.images.overhead_camera/chunk-000/file-006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f79f61494c57ff16d5bb65792870beeb638ae82b513553a4ffbb7d47cab293e8
3
+ size 106802964