nevertmr commited on
Commit
eaf2d30
·
verified ·
1 Parent(s): 062f652

Add merged LeRobot v3.0 dataset (184 episodes) + episode labels + card

Browse files
README.md CHANGED
@@ -1,30 +1,121 @@
1
  ---
2
  license: apache-2.0
3
- task_categories: [robotics]
4
- tags: [lerobot, so101, vla, rollouts, failure-analysis]
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
- # so101_coffee_rollouts (staging, private)
8
 
9
- On-policy rollouts of a fine-tuned VLA policy on a 12-step coffee routine (SO-101 arm),
10
- with per-episode operator outcome labels.
11
 
12
- - Policy: `aailabkaist/pi05_coffee_NorRec_RW_10k`, async execution (chunk_size_threshold 0.7)
13
- - 15 runs / 200 episodes, 30 fps, front + wrist cameras
14
- - Outcomes: 149 success / 31 fail / 4 unstable / 16 deleted
15
 
16
- ## Labels
17
 
18
- Labels live in each run's `run_meta.json` event log.
 
 
 
19
 
20
- - `episode_update` — per-episode label (`success` / `unstable` / `fail`), memo, and `deleted` flag.
21
- The last event for an episode is authoritative.
22
- - `bulk_label` — a summary event meaning "every episode that is unlabeled and not deleted at this
23
- timestamp is confirmed success". It carries no episode ids, so it must be replayed in timestamp
24
- order (r04: 6 episodes, r05: 1, later individually corrected).
25
 
26
- ## Layout
 
 
 
 
 
 
 
 
 
27
 
28
- - `runs/coffee_newNN/run_meta.json` event log and labels
29
- - `runs/coffee_newNN/lerobot_ds/` — LeRobot v3.0 conversion
30
- - `raw/coffee_newNN_raw.tar` — per-frame JPEGs and `steps.jsonl` (state, action, timing)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so101
8
+ - vla
9
+ - rollouts
10
+ - failure-analysis
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
  ---
15
 
16
+ # so101_coffee_rollouts
17
 
18
+ 184 **on-policy rollouts** of a fine-tuned vision-language-action policy on an SO-101 arm, running a coffee-making routine as 10 separately instructed steps — with a **success / fail / unstable label on every episode**.
 
19
 
20
+ Unlike teleoperated demonstration sets, every trajectory here was produced by the policy itself, so the failures are the policy's own. Recorded over 15 consecutive runs of the routine, with retries kept in place: when a step failed, the operator relabelled it and the arm attempted the same step again, so failures and their subsequent recoveries sit next to each other in the episode order.
 
 
21
 
22
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
23
 
24
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=nevertmr/so101_coffee_rollouts">
25
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
26
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
27
+ </a>
28
 
29
+ ## Overview
 
 
 
 
30
 
31
+ | | |
32
+ |---|---|
33
+ | Episodes / frames | 184 / 38,718 (21.5 min) |
34
+ | Outcomes | 149 success · 31 fail · 4 unstable |
35
+ | Composition | 15 runs × 10 instructed steps, retries included |
36
+ | Policy | `aailabkaist/pi05_coffee_NorRec_RW_10k` (π0.5 fine-tune), async execution, chunk_size_threshold 0.7 |
37
+ | Robot | so101_follower, 6-DoF — `shoulder_pan`, `shoulder_lift`, `elbow_flex`, `wrist_flex`, `wrist_roll`, `gripper` |
38
+ | Cameras | `observation.images.front`, `observation.images.wrist` — 640×480, h264 |
39
+ | fps | 30 |
40
+ | Format | LeRobotDataset v3.0 |
41
 
42
+ Episode durations are not meaningful as a quality signal: the operator ended each episode by hand once the step had clearly succeeded or failed.
43
+
44
+ ## Outcome labels
45
+
46
+ `episode_labels.csv` carries one row per episode, aligned to `episode_index`:
47
+
48
+ | column | meaning |
49
+ |---|---|
50
+ | `episode_index` | index in this dataset (0–183) |
51
+ | `run` | source run, `coffee_new01` … `coffee_new15` |
52
+ | `source_episode` | episode id inside that run |
53
+ | `cycle` | routine cycle within the run |
54
+ | `step_index` | which of the 10 steps (1–10) |
55
+ | `instruction` | natural-language instruction given to the policy |
56
+ | `outcome` | `success`, `fail`, or `unstable` |
57
+ | `memo` | operator note, when one was written (Korean) |
58
+
59
+ `unstable` means the step reached its goal but only after visibly erratic behaviour — for example pressing, retreating, then returning to press again.
60
+
61
+ ## Steps
62
+
63
+ Each run executes the routine below in order. A failed step is retried immediately, so a run contains 11–15 episodes rather than exactly 10.
64
+
65
+ | step | instruction | episodes | success | fail | unstable | first-attempt success |
66
+ |---|---|---|---|---|---|---|
67
+ | 1 | pick up the cup on the blue circle | 16 | 15 | 1 | 0 | 14/15 |
68
+ | 2 | place the cup to the left coffee machine | 15 | 15 | 0 | 0 | 15/15 |
69
+ | 3 | press the blue button on the left coffee machine | 19 | 13 | 4 | 2 | 10/15 |
70
+ | 4 | pick up the cup on the blue circle | 18 | 15 | 3 | 0 | 13/15 |
71
+ | 5 | place the cup to the right coffee machine | 16 | 15 | 1 | 0 | 14/15 |
72
+ | 6 | press the blue button on the right coffee machine | 33 | 14 | 18 | 1 | 3/15 |
73
+ | 7 | pick up the cup on the left coffee machine | 18 | 17 | 1 | 0 | 14/15 |
74
+ | 8 | place the cup on the left pink circle | 17 | 15 | 2 | 0 | 14/15 |
75
+ | 9 | pick up the cup on the right coffee machine | 16 | 16 | 0 | 0 | 15/15 |
76
+ | 10 | place the cup on the left pink circle | 16 | 14 | 1 | 1 | 13/15 |
77
+
78
+ Failures concentrate on step 6: it accounts for 18 of the 31 failures, and succeeded on the first attempt in only 3 of 15 runs. Steps 1–10 are the portion of the routine that was actually rolled out; the two closing steps of the full 12-step task are not present.
79
+
80
+ ## Episode ranges
81
+
82
+ Episodes are ordered run by run, and within a run in the order they were recorded.
83
+
84
+ | run | episode range | episodes | success | fail | unstable |
85
+ |---|---|---|---|---|---|
86
+ | coffee_new01 | 0–13 | 14 | 10 | 4 | 0 |
87
+ | coffee_new02 | 14–24 | 11 | 10 | 1 | 0 |
88
+ | coffee_new03 | 25–36 | 12 | 10 | 2 | 0 |
89
+ | coffee_new04 | 37–49 | 13 | 10 | 3 | 0 |
90
+ | coffee_new05 | 50–64 | 15 | 11 | 3 | 1 |
91
+ | coffee_new06 | 65–77 | 13 | 10 | 3 | 0 |
92
+ | coffee_new07 | 78–88 | 11 | 10 | 1 | 0 |
93
+ | coffee_new08 | 89–101 | 13 | 10 | 3 | 0 |
94
+ | coffee_new09 | 102–112 | 11 | 10 | 1 | 0 |
95
+ | coffee_new10 | 113–124 | 12 | 9 | 2 | 1 |
96
+ | coffee_new11 | 125–135 | 11 | 9 | 1 | 1 |
97
+ | coffee_new12 | 136–149 | 14 | 11 | 3 | 0 |
98
+ | coffee_new13 | 150–161 | 12 | 10 | 2 | 0 |
99
+ | coffee_new14 | 162–172 | 11 | 10 | 1 | 0 |
100
+ | coffee_new15 | 173–183 | 11 | 9 | 1 | 1 |
101
+
102
+ 16 further episodes were discarded at recording time (aborted or mis-triggered) and are not included.
103
+
104
+ ## Repository contents
105
+
106
+ | path | what it holds |
107
+ |---|---|
108
+ | `data/`, `videos/`, `meta/` | the merged LeRobot v3.0 dataset described above |
109
+ | `episode_labels.csv` | per-episode outcome labels |
110
+ | `runs/coffee_newNN/` | the same episodes kept split by run, plus each run's raw event log (`run_meta.json`) |
111
+ | `raw/coffee_newNN_raw.tar` | per-frame JPEGs and `steps.jsonl` (state, action, timing) as recorded, including the 16 discarded episodes |
112
+
113
+ ## Uses
114
+
115
+ - Failure detection and success classification from video, with per-episode ground truth
116
+ - Preference or filtered-imitation learning: failure → retry-success pairs within a run share the same scene and instruction
117
+ - Studying where a fine-tuned VLA breaks down on a long-horizon routine
118
+
119
+ ## Companion repository
120
+
121
+ [`nevertmr/so101_coffee_subtask`](https://huggingface.co/datasets/nevertmr/so101_coffee_subtask) holds 431 human teleoperated demonstrations of the same routine — useful as the demonstration counterpart to these on-policy rollouts.
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:354d55c9e365192b595e944cbd049331228946306fcac05f1b3c454e95d4f70a
3
+ size 2808271
episode_labels.csv ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ episode_index,run,source_episode,cycle,step_index,instruction,outcome,memo
2
+ 0,coffee_new01,0,1,1,pick up the cup on the blue circle,success,
3
+ 1,coffee_new01,1,1,2,place the cup to the left coffee machine,success,
4
+ 2,coffee_new01,2,1,3,press the blue button on the left coffee machine,fail,
5
+ 3,coffee_new01,3,1,3,press the blue button on the left coffee machine,fail,
6
+ 4,coffee_new01,4,1,3,press the blue button on the left coffee machine,success,
7
+ 5,coffee_new01,5,1,4,pick up the cup on the blue circle,success,
8
+ 6,coffee_new01,6,1,5,place the cup to the right coffee machine,success,
9
+ 7,coffee_new01,7,1,6,press the blue button on the right coffee machine,fail,
10
+ 8,coffee_new01,8,1,6,press the blue button on the right coffee machine,fail,
11
+ 9,coffee_new01,9,1,6,press the blue button on the right coffee machine,success,
12
+ 10,coffee_new01,10,1,7,pick up the cup on the left coffee machine,success,
13
+ 11,coffee_new01,11,1,8,place the cup on the left pink circle,success,
14
+ 12,coffee_new01,12,1,9,pick up the cup on the right coffee machine,success,
15
+ 13,coffee_new01,13,1,10,place the cup on the left pink circle,success,
16
+ 14,coffee_new02,0,1,1,pick up the cup on the blue circle,success,
17
+ 15,coffee_new02,1,1,2,place the cup to the left coffee machine,success,
18
+ 16,coffee_new02,2,1,3,press the blue button on the left coffee machine,success,
19
+ 17,coffee_new02,3,1,4,pick up the cup on the blue circle,success,
20
+ 18,coffee_new02,4,1,5,place the cup to the right coffee machine,fail,
21
+ 19,coffee_new02,5,1,5,place the cup to the right coffee machine,success,
22
+ 20,coffee_new02,6,1,6,press the blue button on the right coffee machine,success,
23
+ 21,coffee_new02,7,1,7,pick up the cup on the left coffee machine,success,
24
+ 22,coffee_new02,8,1,8,place the cup on the left pink circle,success,
25
+ 23,coffee_new02,9,1,9,pick up the cup on the right coffee machine,success,
26
+ 24,coffee_new02,10,1,10,place the cup on the left pink circle,success,
27
+ 25,coffee_new03,0,1,1,pick up the cup on the blue circle,success,
28
+ 26,coffee_new03,1,1,2,place the cup to the left coffee machine,success,
29
+ 27,coffee_new03,2,1,3,press the blue button on the left coffee machine,success,
30
+ 28,coffee_new03,3,1,4,pick up the cup on the blue circle,fail,컵 굴러 떨어트림
31
+ 29,coffee_new03,4,1,4,pick up the cup on the blue circle,fail,컵 넘어짐
32
+ 30,coffee_new03,5,1,4,pick up the cup on the blue circle,success,
33
+ 31,coffee_new03,6,1,5,place the cup to the right coffee machine,success,
34
+ 32,coffee_new03,7,1,6,press the blue button on the right coffee machine,success,
35
+ 33,coffee_new03,8,1,7,pick up the cup on the left coffee machine,success,
36
+ 34,coffee_new03,9,1,8,place the cup on the left pink circle,success,
37
+ 35,coffee_new03,10,1,9,pick up the cup on the right coffee machine,success,
38
+ 36,coffee_new03,11,1,10,place the cup on the left pink circle,success,
39
+ 37,coffee_new04,0,1,1,pick up the cup on the blue circle,success,
40
+ 38,coffee_new04,1,1,2,place the cup to the left coffee machine,success,
41
+ 39,coffee_new04,2,1,3,press the blue button on the left coffee machine,success,
42
+ 40,coffee_new04,4,1,4,pick up the cup on the blue circle,success,
43
+ 41,coffee_new04,5,1,5,place the cup to the right coffee machine,success,
44
+ 42,coffee_new04,6,1,6,press the blue button on the right coffee machine,fail,
45
+ 43,coffee_new04,7,1,6,press the blue button on the right coffee machine,fail,
46
+ 44,coffee_new04,8,1,6,press the blue button on the right coffee machine,fail,
47
+ 45,coffee_new04,9,1,6,press the blue button on the right coffee machine,success,
48
+ 46,coffee_new04,15,1,7,pick up the cup on the left coffee machine,success,
49
+ 47,coffee_new04,16,1,8,place the cup on the left pink circle,success,
50
+ 48,coffee_new04,17,1,9,pick up the cup on the right coffee machine,success,
51
+ 49,coffee_new04,18,1,10,place the cup on the left pink circle,success,
52
+ 50,coffee_new05,0,1,1,pick up the cup on the blue circle,success,
53
+ 51,coffee_new05,1,1,2,place the cup to the left coffee machine,success,
54
+ 52,coffee_new05,2,1,3,press the blue button on the left coffee machine,unstable,많이 왔다갔다함
55
+ 53,coffee_new05,4,1,4,pick up the cup on the blue circle,success,
56
+ 54,coffee_new05,5,1,5,place the cup to the right coffee machine,success,
57
+ 55,coffee_new05,6,1,6,press the blue button on the right coffee machine,fail,
58
+ 56,coffee_new05,9,1,6,press the blue button on the right coffee machine,success,
59
+ 57,coffee_new05,10,1,7,pick up the cup on the left coffee machine,success,
60
+ 58,coffee_new05,11,1,8,place the cup on the left pink circle,fail,마지막에 놓고 넘어뜨림
61
+ 59,coffee_new05,13,1,7,pick up the cup on the left coffee machine,success,
62
+ 60,coffee_new05,14,1,8,place the cup on the left pink circle,fail,돌아오면서 넘어뜨림
63
+ 61,coffee_new05,15,1,7,pick up the cup on the left coffee machine,success,
64
+ 62,coffee_new05,16,1,8,place the cup on the left pink circle,success,
65
+ 63,coffee_new05,17,1,9,pick up the cup on the right coffee machine,success,
66
+ 64,coffee_new05,18,1,10,place the cup on the left pink circle,success,
67
+ 65,coffee_new06,0,1,1,pick up the cup on the blue circle,fail,넘어뜨림
68
+ 66,coffee_new06,1,1,1,pick up the cup on the blue circle,success,
69
+ 67,coffee_new06,2,1,2,place the cup to the left coffee machine,success,
70
+ 68,coffee_new06,3,1,3,press the blue button on the left coffee machine,success,
71
+ 69,coffee_new06,4,1,4,pick up the cup on the blue circle,success,
72
+ 70,coffee_new06,5,1,5,place the cup to the right coffee machine,success,
73
+ 71,coffee_new06,6,1,6,press the blue button on the right coffee machine,fail,
74
+ 72,coffee_new06,8,1,6,press the blue button on the right coffee machine,success,
75
+ 73,coffee_new06,9,1,7,pick up the cup on the left coffee machine,fail,
76
+ 74,coffee_new06,11,1,7,pick up the cup on the left coffee machine,success,
77
+ 75,coffee_new06,12,1,8,place the cup on the left pink circle,success,
78
+ 76,coffee_new06,13,1,9,pick up the cup on the right coffee machine,success,
79
+ 77,coffee_new06,14,1,10,place the cup on the left pink circle,success,
80
+ 78,coffee_new07,0,1,1,pick up the cup on the blue circle,success,
81
+ 79,coffee_new07,1,1,2,place the cup to the left coffee machine,success,
82
+ 80,coffee_new07,2,1,3,press the blue button on the left coffee machine,success,
83
+ 81,coffee_new07,4,1,4,pick up the cup on the blue circle,success,
84
+ 82,coffee_new07,5,1,5,place the cup to the right coffee machine,success,
85
+ 83,coffee_new07,6,1,6,press the blue button on the right coffee machine,fail,안누르고 홈으로 감
86
+ 84,coffee_new07,7,1,6,press the blue button on the right coffee machine,success,
87
+ 85,coffee_new07,8,1,7,pick up the cup on the left coffee machine,success,
88
+ 86,coffee_new07,9,1,8,place the cup on the left pink circle,success,
89
+ 87,coffee_new07,10,1,9,pick up the cup on the right coffee machine,success,
90
+ 88,coffee_new07,11,1,10,place the cup on the left pink circle,success,
91
+ 89,coffee_new08,0,1,1,pick up the cup on the blue circle,success,
92
+ 90,coffee_new08,1,1,2,place the cup to the left coffee machine,success,
93
+ 91,coffee_new08,2,1,3,press the blue button on the left coffee machine,fail,이상한 곳 누르고 홈 복귀
94
+ 92,coffee_new08,3,1,3,press the blue button on the left coffee machine,success,
95
+ 93,coffee_new08,4,1,4,pick up the cup on the blue circle,fail,컵 넘어뜨림
96
+ 94,coffee_new08,5,1,4,pick up the cup on the blue circle,success,
97
+ 95,coffee_new08,6,1,5,place the cup to the right coffee machine,success,
98
+ 96,coffee_new08,7,1,6,press the blue button on the right coffee machine,fail,누르는 곳 이동 안하고 홈 복귀
99
+ 97,coffee_new08,8,1,6,press the blue button on the right coffee machine,success,
100
+ 98,coffee_new08,9,1,7,pick up the cup on the left coffee machine,success,
101
+ 99,coffee_new08,10,1,8,place the cup on the left pink circle,success,
102
+ 100,coffee_new08,11,1,9,pick up the cup on the right coffee machine,success,
103
+ 101,coffee_new08,12,1,10,place the cup on the left pink circle,success,
104
+ 102,coffee_new09,0,1,1,pick up the cup on the blue circle,success,
105
+ 103,coffee_new09,1,1,2,place the cup to the left coffee machine,success,
106
+ 104,coffee_new09,2,1,3,press the blue button on the left coffee machine,success,
107
+ 105,coffee_new09,3,1,4,pick up the cup on the blue circle,success,
108
+ 106,coffee_new09,4,1,5,place the cup to the right coffee machine,success,
109
+ 107,coffee_new09,5,1,6,press the blue button on the right coffee machine,fail,시도없이 홈으로 돌아옴
110
+ 108,coffee_new09,6,1,6,press the blue button on the right coffee machine,success,
111
+ 109,coffee_new09,7,1,7,pick up the cup on the left coffee machine,success,
112
+ 110,coffee_new09,8,1,8,place the cup on the left pink circle,success,
113
+ 111,coffee_new09,9,1,9,pick up the cup on the right coffee machine,success,
114
+ 112,coffee_new09,10,1,10,place the cup on the left pink circle,success,
115
+ 113,coffee_new10,0,1,1,pick up the cup on the blue circle,success,
116
+ 114,coffee_new10,1,1,2,place the cup to the left coffee machine,success,
117
+ 115,coffee_new10,2,1,3,press the blue button on the left coffee machine,success,
118
+ 116,coffee_new10,3,1,4,pick up the cup on the blue circle,success,
119
+ 117,coffee_new10,4,1,5,place the cup to the right coffee machine,success,
120
+ 118,coffee_new10,5,1,6,press the blue button on the right coffee machine,fail,버튼 누르는 시도 안함
121
+ 119,coffee_new10,6,1,6,press the blue button on the right coffee machine,fail,버튼 누르는 시도 안함
122
+ 120,coffee_new10,7,1,6,press the blue button on the right coffee machine,success,
123
+ 121,coffee_new10,8,1,7,pick up the cup on the left coffee machine,success,
124
+ 122,coffee_new10,9,1,8,place the cup on the left pink circle,success,
125
+ 123,coffee_new10,10,1,9,pick up the cup on the right coffee machine,success,
126
+ 124,coffee_new10,11,1,10,place the cup on the left pink circle,unstable,마지막에 건들여서 흔들 함
127
+ 125,coffee_new11,0,1,1,pick up the cup on the blue circle,success,
128
+ 126,coffee_new11,1,1,2,place the cup to the left coffee machine,success,
129
+ 127,coffee_new11,2,1,3,press the blue button on the left coffee machine,unstable,아래쪽 두번 눌러서 실패 후 눌러서 성공
130
+ 128,coffee_new11,3,1,4,pick up the cup on the blue circle,success,
131
+ 129,coffee_new11,4,1,5,place the cup to the right coffee machine,success,
132
+ 130,coffee_new11,5,1,6,press the blue button on the right coffee machine,fail,누르는 시도 안함
133
+ 131,coffee_new11,6,1,6,press the blue button on the right coffee machine,success,
134
+ 132,coffee_new11,7,1,7,pick up the cup on the left coffee machine,success,
135
+ 133,coffee_new11,8,1,8,place the cup on the left pink circle,success,
136
+ 134,coffee_new11,9,1,9,pick up the cup on the right coffee machine,success,
137
+ 135,coffee_new11,10,1,10,place the cup on the left pink circle,success,
138
+ 136,coffee_new12,0,1,1,pick up the cup on the blue circle,success,
139
+ 137,coffee_new12,1,1,2,place the cup to the left coffee machine,success,
140
+ 138,coffee_new12,2,1,3,press the blue button on the left coffee machine,success,
141
+ 139,coffee_new12,4,1,4,pick up the cup on the blue circle,success,
142
+ 140,coffee_new12,5,1,5,place the cup to the right coffee machine,success,
143
+ 141,coffee_new12,6,1,6,press the blue button on the right coffee machine,fail,누르려는 시도 안함
144
+ 142,coffee_new12,7,1,6,press the blue button on the right coffee machine,fail,누르려는 시도 안함
145
+ 143,coffee_new12,8,1,6,press the blue button on the right coffee machine,success,
146
+ 144,coffee_new12,9,1,7,pick up the cup on the left coffee machine,success,
147
+ 145,coffee_new12,10,1,8,place the cup on the left pink circle,success,
148
+ 146,coffee_new12,11,1,9,pick up the cup on the right coffee machine,success,
149
+ 147,coffee_new12,12,1,10,place the cup on the left pink circle,fail,돌아오는길에 넘어뜨림
150
+ 148,coffee_new12,13,1,9,pick up the cup on the right coffee machine,success,
151
+ 149,coffee_new12,14,1,10,place the cup on the left pink circle,success,
152
+ 150,coffee_new13,0,1,1,pick up the cup on the blue circle,success,
153
+ 151,coffee_new13,1,1,2,place the cup to the left coffee machine,success,
154
+ 152,coffee_new13,2,1,3,press the blue button on the left coffee machine,success,
155
+ 153,coffee_new13,3,1,4,pick up the cup on the blue circle,success,
156
+ 154,coffee_new13,4,1,5,place the cup to the right coffee machine,success,
157
+ 155,coffee_new13,5,1,6,press the blue button on the right coffee machine,fail,누르려는 시도 안함
158
+ 156,coffee_new13,6,1,6,press the blue button on the right coffee machine,fail,누르려는 시도 안함
159
+ 157,coffee_new13,7,1,6,press the blue button on the right coffee machine,success,
160
+ 158,coffee_new13,8,1,7,pick up the cup on the left coffee machine,success,
161
+ 159,coffee_new13,9,1,8,place the cup on the left pink circle,success,
162
+ 160,coffee_new13,10,1,9,pick up the cup on the right coffee machine,success,
163
+ 161,coffee_new13,11,1,10,place the cup on the left pink circle,success,
164
+ 162,coffee_new14,0,1,1,pick up the cup on the blue circle,success,
165
+ 163,coffee_new14,1,1,2,place the cup to the left coffee machine,success,
166
+ 164,coffee_new14,2,1,3,press the blue button on the left coffee machine,fail,누르러 가는길에 컵 넘어뜨림
167
+ 165,coffee_new14,3,1,3,press the blue button on the left coffee machine,success,
168
+ 166,coffee_new14,4,1,4,pick up the cup on the blue circle,success,
169
+ 167,coffee_new14,5,1,5,place the cup to the right coffee machine,success,
170
+ 168,coffee_new14,8,1,6,press the blue button on the right coffee machine,success,
171
+ 169,coffee_new14,9,1,7,pick up the cup on the left coffee machine,success,
172
+ 170,coffee_new14,10,1,8,place the cup on the left pink circle,success,
173
+ 171,coffee_new14,11,1,9,pick up the cup on the right coffee machine,success,
174
+ 172,coffee_new14,12,1,10,place the cup on the left pink circle,success,
175
+ 173,coffee_new15,0,1,1,pick up the cup on the blue circle,success,
176
+ 174,coffee_new15,1,1,2,place the cup to the left coffee machine,success,
177
+ 175,coffee_new15,2,1,3,press the blue button on the left coffee machine,success,
178
+ 176,coffee_new15,3,1,4,pick up the cup on the blue circle,success,
179
+ 177,coffee_new15,4,1,5,place the cup to the right coffee machine,success,
180
+ 178,coffee_new15,5,1,6,press the blue button on the right coffee machine,fail,안누르고 복귀함
181
+ 179,coffee_new15,6,1,6,press the blue button on the right coffee machine,unstable,뒤로 누르면서 돌아오다 다시 가서 누름
182
+ 180,coffee_new15,7,1,7,pick up the cup on the left coffee machine,success,
183
+ 181,coffee_new15,8,1,8,place the cup on the left pink circle,success,
184
+ 182,coffee_new15,9,1,9,pick up the cup on the right coffee machine,success,
185
+ 183,coffee_new15,10,1,10,place the cup on the left pink circle,success,
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2301df78358d1d15523eb07817cfcb3afa35c6e0c23d354481a7320d9af69b26
3
+ size 343342
meta/info.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 30,
4
+ "features": {
5
+ "action": {
6
+ "dtype": "float32",
7
+ "shape": [
8
+ 6
9
+ ],
10
+ "names": [
11
+ "shoulder_pan.pos",
12
+ "shoulder_lift.pos",
13
+ "elbow_flex.pos",
14
+ "wrist_flex.pos",
15
+ "wrist_roll.pos",
16
+ "gripper.pos"
17
+ ]
18
+ },
19
+ "observation.state": {
20
+ "dtype": "float32",
21
+ "shape": [
22
+ 6
23
+ ],
24
+ "names": [
25
+ "shoulder_pan.pos",
26
+ "shoulder_lift.pos",
27
+ "elbow_flex.pos",
28
+ "wrist_flex.pos",
29
+ "wrist_roll.pos",
30
+ "gripper.pos"
31
+ ]
32
+ },
33
+ "observation.images.front": {
34
+ "dtype": "video",
35
+ "shape": [
36
+ 480,
37
+ 640,
38
+ 3
39
+ ],
40
+ "names": [
41
+ "height",
42
+ "width",
43
+ "channels"
44
+ ],
45
+ "info": {
46
+ "video.height": 480,
47
+ "video.width": 640,
48
+ "video.codec": "h264",
49
+ "video.pix_fmt": "yuv420p",
50
+ "video.is_depth_map": false,
51
+ "video.fps": 30,
52
+ "video.channels": 3,
53
+ "has_audio": false,
54
+ "video.g": null,
55
+ "video.crf": null,
56
+ "video.video_backend": "pyav",
57
+ "video.fast_decode": null,
58
+ "video.extra_options": null,
59
+ "video.preset": null
60
+ }
61
+ },
62
+ "observation.images.wrist": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 480,
66
+ 640,
67
+ 3
68
+ ],
69
+ "names": [
70
+ "height",
71
+ "width",
72
+ "channels"
73
+ ],
74
+ "info": {
75
+ "video.height": 480,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 30,
81
+ "video.channels": 3,
82
+ "has_audio": false,
83
+ "video.g": null,
84
+ "video.crf": null,
85
+ "video.video_backend": "pyav",
86
+ "video.fast_decode": null,
87
+ "video.extra_options": null,
88
+ "video.preset": null
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": 184,
128
+ "total_frames": 38718,
129
+ "total_tasks": 8,
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:184"
138
+ }
139
+ }
meta/stats.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 3670
8
+ ],
9
+ "mean": [
10
+ 1326.4920966992097
11
+ ],
12
+ "std": [
13
+ 814.3597566123783
14
+ ],
15
+ "count": [
16
+ 38718
17
+ ],
18
+ "q01": [
19
+ 1214.3421246699775
20
+ ],
21
+ "q10": [
22
+ 1234.9067868318837
23
+ ],
24
+ "q50": [
25
+ 1326.2422124076656
26
+ ],
27
+ "q90": [
28
+ 1417.9628014216416
29
+ ],
30
+ "q99": [
31
+ 1438.627266310962
32
+ ]
33
+ },
34
+ "frame_index": {
35
+ "min": [
36
+ 0
37
+ ],
38
+ "max": [
39
+ 523
40
+ ],
41
+ "mean": [
42
+ 113.8971279508239
43
+ ],
44
+ "std": [
45
+ 78.4039118196344
46
+ ],
47
+ "count": [
48
+ 38718
49
+ ],
50
+ "q01": [
51
+ 1.7471559215916517
52
+ ],
53
+ "q10": [
54
+ 22.311818083498245
55
+ ],
56
+ "q50": [
57
+ 113.64757282917482
58
+ ],
59
+ "q90": [
60
+ 205.3678326732556
61
+ ],
62
+ "q99": [
63
+ 226.0322975625759
64
+ ]
65
+ },
66
+ "timestamp": {
67
+ "min": [
68
+ 0.0
69
+ ],
70
+ "max": [
71
+ 17.433333333333334
72
+ ],
73
+ "mean": [
74
+ 3.7965709316941303
75
+ ],
76
+ "std": [
77
+ 2.6134637273211463
78
+ ],
79
+ "count": [
80
+ 38718
81
+ ],
82
+ "q01": [
83
+ 0.058238530624487514
84
+ ],
85
+ "q10": [
86
+ 0.7437272693721737
87
+ ],
88
+ "q50": [
89
+ 3.7881718497853876
90
+ ],
91
+ "q90": [
92
+ 6.845594422519517
93
+ ],
94
+ "q99": [
95
+ 7.534409918847749
96
+ ]
97
+ },
98
+ "observation.images.front": {
99
+ "min": [
100
+ [
101
+ [
102
+ 0.0
103
+ ]
104
+ ],
105
+ [
106
+ [
107
+ 0.0
108
+ ]
109
+ ],
110
+ [
111
+ [
112
+ 0.0
113
+ ]
114
+ ]
115
+ ],
116
+ "max": [
117
+ [
118
+ [
119
+ 1.0
120
+ ]
121
+ ],
122
+ [
123
+ [
124
+ 1.0
125
+ ]
126
+ ],
127
+ [
128
+ [
129
+ 1.0
130
+ ]
131
+ ]
132
+ ],
133
+ "mean": [
134
+ [
135
+ [
136
+ 0.5433429786514803
137
+ ]
138
+ ],
139
+ [
140
+ [
141
+ 0.5360423663745922
142
+ ]
143
+ ],
144
+ [
145
+ [
146
+ 0.5511658521030137
147
+ ]
148
+ ]
149
+ ],
150
+ "std": [
151
+ [
152
+ [
153
+ 0.007622081165669319
154
+ ]
155
+ ],
156
+ [
157
+ [
158
+ 0.004984762375862674
159
+ ]
160
+ ],
161
+ [
162
+ [
163
+ 0.007521886313043237
164
+ ]
165
+ ]
166
+ ],
167
+ "count": [
168
+ 18409
169
+ ],
170
+ "q01": [
171
+ [
172
+ [
173
+ 0.013583373841024773
174
+ ]
175
+ ],
176
+ [
177
+ [
178
+ 0.002838849946877839
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 0.025934641654168436
184
+ ]
185
+ ]
186
+ ],
187
+ "q10": [
188
+ [
189
+ [
190
+ 0.13277215544995097
191
+ ]
192
+ ],
193
+ [
194
+ [
195
+ 0.11522310156094479
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.12510887423081368
201
+ ]
202
+ ]
203
+ ],
204
+ "q50": [
205
+ [
206
+ [
207
+ 0.7565203976627961
208
+ ]
209
+ ],
210
+ [
211
+ [
212
+ 0.6857882656542779
213
+ ]
214
+ ],
215
+ [
216
+ [
217
+ 0.6833161700689595
218
+ ]
219
+ ]
220
+ ],
221
+ "q90": [
222
+ [
223
+ [
224
+ 0.8747367550222278
225
+ ]
226
+ ],
227
+ [
228
+ [
229
+ 0.8839372484179643
230
+ ]
231
+ ],
232
+ [
233
+ [
234
+ 0.8992733464300812
235
+ ]
236
+ ]
237
+ ],
238
+ "q99": [
239
+ [
240
+ [
241
+ 0.9063912286285893
242
+ ]
243
+ ],
244
+ [
245
+ [
246
+ 0.9104846716079078
247
+ ]
248
+ ],
249
+ [
250
+ [
251
+ 0.9254315731961201
252
+ ]
253
+ ]
254
+ ]
255
+ },
256
+ "observation.state": {
257
+ "min": [
258
+ -74.52165222167969,
259
+ -99.66541290283203,
260
+ -16.71895980834961,
261
+ -93.19438171386719,
262
+ 40.9523811340332,
263
+ 0.831792950630188
264
+ ],
265
+ "max": [
266
+ 76.93856811523438,
267
+ 55.0815544128418,
268
+ 99.73106384277344,
269
+ 41.726924896240234,
270
+ 52.625152587890625,
271
+ 55.175601959228516
272
+ ],
273
+ "mean": [
274
+ 4.32233315266546,
275
+ -23.596689092270246,
276
+ 60.754268468402316,
277
+ -24.81797792281515,
278
+ 46.97854793258329,
279
+ 10.623757237965389
280
+ ],
281
+ "std": [
282
+ 39.089873358787735,
283
+ 47.13524292780038,
284
+ 31.00604215634952,
285
+ 32.30695706663441,
286
+ 1.5007081638581459,
287
+ 13.534987615090477
288
+ ],
289
+ "count": [
290
+ 38718
291
+ ],
292
+ "q01": [
293
+ -24.184087199883674,
294
+ -83.77480189384902,
295
+ 17.56534854127371,
296
+ -57.321604455168284,
297
+ 45.54151480385382,
298
+ 2.0028450927464942
299
+ ],
300
+ "q10": [
301
+ -20.024824469040524,
302
+ -76.77931690032287,
303
+ 23.60909408197443,
304
+ -52.02139937163452,
305
+ 45.955929221599774,
306
+ 2.0571475087325277
307
+ ],
308
+ "q50": [
309
+ 3.646557639405444,
310
+ -21.331726625375357,
311
+ 63.73047198967826,
312
+ -27.150423204164053,
313
+ 46.9963423825824,
314
+ 4.534775037291162
315
+ ],
316
+ "q90": [
317
+ 30.96921478974995,
318
+ 22.714217870730185,
319
+ 92.22554479769023,
320
+ 7.27296178701832,
321
+ 48.00953002658534,
322
+ 31.29640345351616
323
+ ],
324
+ "q99": [
325
+ 34.183965907935665,
326
+ 27.623017110534047,
327
+ 94.65705640029071,
328
+ 13.619719694642962,
329
+ 48.37423782991085,
330
+ 37.97316406311425
331
+ ]
332
+ },
333
+ "episode_index": {
334
+ "min": [
335
+ 0
336
+ ],
337
+ "max": [
338
+ 14
339
+ ],
340
+ "mean": [
341
+ 5.764373159770649
342
+ ],
343
+ "std": [
344
+ 3.6584702506710207
345
+ ],
346
+ "count": [
347
+ 38718
348
+ ],
349
+ "q01": [
350
+ 5.764373159770649
351
+ ],
352
+ "q10": [
353
+ 5.764373159770651
354
+ ],
355
+ "q50": [
356
+ 5.76437315977067
357
+ ],
358
+ "q90": [
359
+ 5.764373159770686
360
+ ],
361
+ "q99": [
362
+ 5.764373159770689
363
+ ]
364
+ },
365
+ "observation.images.wrist": {
366
+ "min": [
367
+ [
368
+ [
369
+ 0.0
370
+ ]
371
+ ],
372
+ [
373
+ [
374
+ 0.0
375
+ ]
376
+ ],
377
+ [
378
+ [
379
+ 0.0
380
+ ]
381
+ ]
382
+ ],
383
+ "max": [
384
+ [
385
+ [
386
+ 1.0
387
+ ]
388
+ ],
389
+ [
390
+ [
391
+ 1.0
392
+ ]
393
+ ],
394
+ [
395
+ [
396
+ 1.0
397
+ ]
398
+ ]
399
+ ],
400
+ "mean": [
401
+ [
402
+ [
403
+ 0.41845283636840036
404
+ ]
405
+ ],
406
+ [
407
+ [
408
+ 0.40822120041454574
409
+ ]
410
+ ],
411
+ [
412
+ [
413
+ 0.42388378164790097
414
+ ]
415
+ ]
416
+ ],
417
+ "std": [
418
+ [
419
+ [
420
+ 0.07043961702420275
421
+ ]
422
+ ],
423
+ [
424
+ [
425
+ 0.06388624694334707
426
+ ]
427
+ ],
428
+ [
429
+ [
430
+ 0.05705218474105173
431
+ ]
432
+ ]
433
+ ],
434
+ "count": [
435
+ 18409
436
+ ],
437
+ "q01": [
438
+ [
439
+ [
440
+ 0.02188759517647413
441
+ ]
442
+ ],
443
+ [
444
+ [
445
+ 0.01918023457431694
446
+ ]
447
+ ],
448
+ [
449
+ [
450
+ 0.03926881657621815
451
+ ]
452
+ ]
453
+ ],
454
+ "q10": [
455
+ [
456
+ [
457
+ 0.08111102977098873
458
+ ]
459
+ ],
460
+ [
461
+ [
462
+ 0.07735593020082707
463
+ ]
464
+ ],
465
+ [
466
+ [
467
+ 0.0956287244916501
468
+ ]
469
+ ]
470
+ ],
471
+ "q50": [
472
+ [
473
+ [
474
+ 0.3741167731170097
475
+ ]
476
+ ],
477
+ [
478
+ [
479
+ 0.35858395605744314
480
+ ]
481
+ ],
482
+ [
483
+ [
484
+ 0.3696637828157013
485
+ ]
486
+ ]
487
+ ],
488
+ "q90": [
489
+ [
490
+ [
491
+ 0.8157675243501801
492
+ ]
493
+ ],
494
+ [
495
+ [
496
+ 0.813734553089235
497
+ ]
498
+ ],
499
+ [
500
+ [
501
+ 0.8231614081342256
502
+ ]
503
+ ]
504
+ ],
505
+ "q99": [
506
+ [
507
+ [
508
+ 0.9674923197541002
509
+ ]
510
+ ],
511
+ [
512
+ [
513
+ 0.9690688435014128
514
+ ]
515
+ ],
516
+ [
517
+ [
518
+ 0.9738705501645669
519
+ ]
520
+ ]
521
+ ]
522
+ },
523
+ "task_index": {
524
+ "min": [
525
+ 0
526
+ ],
527
+ "max": [
528
+ 7
529
+ ],
530
+ "mean": [
531
+ 3.4904178934862338
532
+ ],
533
+ "std": [
534
+ 2.280975661294488
535
+ ],
536
+ "count": [
537
+ 38718
538
+ ],
539
+ "q01": [
540
+ 3.4904178934862338
541
+ ],
542
+ "q10": [
543
+ 3.490417893486238
544
+ ],
545
+ "q50": [
546
+ 3.4904178934862533
547
+ ],
548
+ "q90": [
549
+ 3.4904178934862693
550
+ ],
551
+ "q99": [
552
+ 3.490417893486273
553
+ ]
554
+ },
555
+ "action": {
556
+ "min": [
557
+ -75.6149673461914,
558
+ -105.30480194091797,
559
+ -18.083036422729492,
560
+ -95.80768585205078,
561
+ 40.43737030029297,
562
+ -2.5447051525115967
563
+ ],
564
+ "max": [
565
+ 77.97101593017578,
566
+ 54.30670166015625,
567
+ 107.37225341796875,
568
+ 43.1343994140625,
569
+ 52.89527893066406,
570
+ 57.095130920410156
571
+ ],
572
+ "mean": [
573
+ 4.346702656363002,
574
+ -24.744974004939216,
575
+ 59.91759073944265,
576
+ -25.32136728393772,
577
+ 46.99076410785515,
578
+ 9.887909929982898
579
+ ],
580
+ "std": [
581
+ 39.10032891582145,
582
+ 46.762299422017755,
583
+ 31.813979564569006,
584
+ 32.42231264096911,
585
+ 1.5387740631673994,
586
+ 14.08098573541471
587
+ ],
588
+ "count": [
589
+ 38718
590
+ ],
591
+ "q01": [
592
+ -24.253527688493087,
593
+ -84.55814826291417,
594
+ 14.830988007999201,
595
+ -58.44652346877962,
596
+ 45.34582427499535,
597
+ 0.19683395389040148
598
+ ],
599
+ "q10": [
600
+ -19.201624075230605,
601
+ -76.65483255318073,
602
+ 22.086980910797898,
603
+ -51.418723347097675,
604
+ 45.89054555263861,
605
+ 0.7367060283285995
606
+ ],
607
+ "q50": [
608
+ 3.544743757862927,
609
+ -23.620523998288512,
610
+ 63.35897563944047,
611
+ -27.58962939738661,
612
+ 47.013528175450226,
613
+ 4.163835834655689
614
+ ],
615
+ "q90": [
616
+ 29.986297619125015,
617
+ 20.31900571892285,
618
+ 92.15422889639784,
619
+ 6.324474862620533,
620
+ 48.08418058929261,
621
+ 30.19107038853669
622
+ ],
623
+ "q99": [
624
+ 34.517988961581935,
625
+ 26.961479683431904,
626
+ 95.58938035328542,
627
+ 13.397093043744915,
628
+ 48.59217593372748,
629
+ 38.647744068605896
630
+ ]
631
+ }
632
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d21ea046576c3611a9c1671b937577ec3bf4af82a9c851a9e8e319b3aeb51f
3
+ size 2354
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5f386f12e975c6742e1749b022c93bd3ec1e68791d6b4536605785f0459e262
3
+ size 198059569
videos/observation.images.front/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b26bc4038a338a0ffcc962feefc7270ed1fb4cc90c3ab1dc1a06b4e2da19f7a5
3
+ size 27025246
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dee02d50ea36c02e89d4bb2c07240608a8e4a0a92909f5135290294923682c9f
3
+ size 185898609