GT-111 commited on
Commit
a91909a
·
verified ·
1 Parent(s): 3b6a0d8

Publish LeRobot projection (9468 files)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +103 -22
  2. franka/meta/episodes/chunk-000/file-000.parquet +2 -2
  3. franka/meta/episodes/chunk-000/file-001.parquet +2 -2
  4. franka/meta/episodes/chunk-000/file-002.parquet +2 -2
  5. franka/meta/episodes/chunk-000/file-003.parquet +2 -2
  6. franka/meta/episodes/chunk-000/file-004.parquet +2 -2
  7. franka/meta/episodes/chunk-000/file-005.parquet +2 -2
  8. franka/meta/episodes/chunk-000/file-006.parquet +2 -2
  9. franka/meta/episodes/chunk-000/file-007.parquet +2 -2
  10. franka/meta/episodes/chunk-000/file-008.parquet +2 -2
  11. franka/meta/episodes/chunk-000/file-009.parquet +2 -2
  12. franka/meta/episodes/chunk-000/file-010.parquet +2 -2
  13. franka/meta/episodes/chunk-000/file-011.parquet +2 -2
  14. franka/meta/episodes/chunk-000/file-012.parquet +2 -2
  15. franka/meta/episodes/chunk-000/file-013.parquet +2 -2
  16. franka/meta/episodes/chunk-000/file-014.parquet +2 -2
  17. franka/meta/episodes/chunk-000/file-015.parquet +2 -2
  18. franka/meta/episodes/chunk-000/file-016.parquet +2 -2
  19. franka/meta/episodes/chunk-000/file-017.parquet +2 -2
  20. franka/meta/episodes/chunk-000/file-018.parquet +2 -2
  21. franka/meta/episodes/chunk-000/file-019.parquet +2 -2
  22. franka/meta/info.json +199 -1
  23. franka/meta/stats.json +496 -1
  24. genie1/meta/episodes/chunk-000/file-000.parquet +2 -2
  25. genie1/meta/episodes/chunk-000/file-001.parquet +2 -2
  26. genie1/meta/episodes/chunk-000/file-002.parquet +2 -2
  27. genie1/meta/info.json +223 -1
  28. genie1/meta/stats.json +496 -1
  29. lift2/meta/episodes/chunk-000/file-000.parquet +2 -2
  30. lift2/meta/episodes/chunk-000/file-001.parquet +2 -2
  31. lift2/meta/episodes/chunk-000/file-002.parquet +2 -2
  32. lift2/meta/episodes/chunk-000/file-003.parquet +2 -2
  33. lift2/meta/episodes/chunk-000/file-004.parquet +2 -2
  34. lift2/meta/episodes/chunk-000/file-005.parquet +2 -2
  35. lift2/meta/episodes/chunk-000/file-006.parquet +2 -2
  36. lift2/meta/episodes/chunk-000/file-007.parquet +2 -2
  37. lift2/meta/episodes/chunk-000/file-008.parquet +2 -2
  38. lift2/meta/episodes/chunk-000/file-009.parquet +2 -2
  39. lift2/meta/episodes/chunk-000/file-010.parquet +2 -2
  40. lift2/meta/episodes/chunk-000/file-011.parquet +2 -2
  41. lift2/meta/episodes/chunk-000/file-012.parquet +2 -2
  42. lift2/meta/episodes/chunk-000/file-013.parquet +2 -2
  43. lift2/meta/episodes/chunk-000/file-014.parquet +2 -2
  44. lift2/meta/episodes/chunk-000/file-015.parquet +2 -2
  45. lift2/meta/episodes/chunk-000/file-016.parquet +2 -2
  46. lift2/meta/episodes/chunk-000/file-017.parquet +2 -2
  47. lift2/meta/episodes/chunk-000/file-018.parquet +2 -2
  48. lift2/meta/episodes/chunk-000/file-019.parquet +2 -2
  49. lift2/meta/episodes/chunk-000/file-020.parquet +2 -2
  50. lift2/meta/episodes/chunk-000/file-021.parquet +2 -2
README.md CHANGED
@@ -12,38 +12,119 @@ tags:
12
  - bimanual
13
  - single-arm
14
  - manipulation
15
- - lerobot
16
  - v3
17
  - end-effector-pose
18
  size_categories:
19
  - n>1T
20
  pretty_name: "InternData-A1 (LeRobot v3 EEF)"
 
21
  ---
22
 
23
  # InternData-A1 v3 EEF (LeRobot v3)
24
 
25
- InternData-A1 converted to LeRobot v3, 30 Hz. Four child datasets
26
- (`franka/`, `genie1/`, `lift2/`, `split_aloha/`), each a self-contained
27
- LeRobot dataset with its own `meta/`, `data/`, and `videos/`.
28
-
29
- ## Observation and action convention
30
-
31
- - `observation.state`: 16D bimanual end-effector pose per arm: position
32
- xyz (metres) + quaternion in scalar-first WXYZ order + gripper, left arm
33
- first then right arm.
34
- - `action`: 16D absolute bimanual end-effector pose command with the same
35
- per-arm layout. Row `t` stores the pose that the *next* observation row
36
- `t+1` attains (next-observation-absolute alignment).
37
- - `transition_action_valid` is `true` exactly on rows whose action is a valid
38
- next-observation pose; terminal placeholder rows repeat the current
39
- observation state and are masked `false`.
40
- - `action_mask`, `observation.state_mask`, and `observation.image_mask` mark
41
- padded or dropped channels.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  - Gripper channels are raw position, higher = more open.
43
- - Cameras: `observation.images.head` (overhead), plus wrist cameras
44
- `observation.images.wrist_left` / `observation.images.wrist_right` where the
45
- embodiment provides them.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
  ## Citation
48
 
49
- Please cite the original InternData-A1 release when using this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - bimanual
13
  - single-arm
14
  - manipulation
15
+ - LeRobot
16
  - v3
17
  - end-effector-pose
18
  size_categories:
19
  - n>1T
20
  pretty_name: "InternData-A1 (LeRobot v3 EEF)"
21
+ viewer: false
22
  ---
23
 
24
  # InternData-A1 v3 EEF (LeRobot v3)
25
 
26
+ This is a **LeRobot v3** format conversion of [InternData-A1](https://huggingface.co/datasets/InternRobotics/InternData-A1), reorganized into a canonical **bimanual 16D end-effector (EE) pose** representation for large-scale VLA pre-training. 30 Hz, four embodiments, ~487.7K episodes and ~377.7M frames.
27
+
28
+ ## Original Dataset
29
+
30
+ **InternData-A1: Pioneering High-Fidelity Synthetic Data for Pre-training Generalist Policy**
31
+
32
+ > InternRobotics. *InternData-A1: Pioneering High-Fidelity Synthetic Data for Pre-training Generalist Policy*. arXiv:2511.16651, 2025.
33
+
34
+ - **Original Source**: https://huggingface.co/datasets/InternRobotics/InternData-A1
35
+ - **Project Website**: https://internrobotics.github.io/interndata-a1.github.io/
36
+ - **GitHub**: https://github.com/InternRobotics
37
+
38
+ InternData-A1 is a hybrid synthetic-real manipulation dataset containing over 630K trajectories and 7,433 hours across 4 embodiments, 18 skills, 70 tasks, and 227 scenes, covering rigid, articulated, deformable, and fluid-object manipulation. This conversion covers the simulation pre-training portion across four embodiments: Franka Emika Panda (`franka/`), Genie-1 (`genie1/`), ARX Lift-2 (`lift2/`), and AgileX Split Aloha (`split_aloha/`).
39
+
40
+ ## License
41
+
42
+ This dataset is released under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/), consistent with the original InternData-A1 license.
43
+
44
+ ## Conversion Details
45
+
46
+ ### What we changed
47
+
48
+ 1. **Canonical Bimanual EE Pose Representation**: Per-embodiment proprioception is unified into a single **16D bimanual EE pose vector** — per arm: position xyz (metres) + quaternion in scalar-first **WXYZ** order + gripper, left arm first then right arm. Single-arm embodiments (franka) leave the right-arm dimensions structurally masked.
49
+
50
+ 2. **Next-Observation-Absolute Actions**: Actions are stored as **16D absolute bimanual EE pose commands** with the same per-arm layout. Row `t` stores the pose that the *next* observation row `t+1` attains (next-observation-absolute alignment).
51
+
52
+ 3. **LeRobot v3 Format**: Converted to the LeRobot v3 dataset layout with sharded video (MP4, AV1 codec) and Parquet-based frame data at 30 Hz.
53
+
54
+ ### What we preserved
55
+
56
+ - All camera views: `observation.images.head` (overhead), plus wrist cameras `observation.images.wrist_left` / `observation.images.wrist_right` where the embodiment provides them (franka provides `head` + `wrist_left` only); 640-wide RGB
57
+ - Episode structure and task labels
58
+ - Frame-level timestamps
59
+ - `action_mask`, `observation.state_mask`, and `observation.image_mask` columns marking padded or dropped channels
60
+
61
+ ### Observation and action convention
62
+
63
+ - `observation.state`: 16D bimanual end-effector pose — per arm `[x, y, z, qw, qx, qy, qz, gripper]`, left arm (dims 0-7) then right arm (dims 8-15).
64
+ - `action`: 16D absolute bimanual end-effector pose command with the same layout; row `t` is the pose attained by observation row `t+1`.
65
+ - `transition_action_valid` is `true` exactly on rows whose action is a valid next-observation pose; terminal placeholder rows repeat the current observation state and are masked `false`.
66
+ - `action_mask`, `observation.state_mask`, and `observation.image_mask` mark padded or dropped channels.
67
  - Gripper channels are raw position, higher = more open.
68
+
69
+ ### Layout
70
+
71
+ Each embodiment is a self-contained LeRobot v3 dataset in its own subdirectory with its own `meta/`, `data/`, and `videos/`:
72
+
73
+ ```
74
+ intern_a1_v3_eef/
75
+ ├── franka/ # Franka Emika Panda (single-arm; right arm masked)
76
+ │ ├── data/chunk-*/file-*.parquet
77
+ │ ├── videos/observation.images.{head,wrist_left}/chunk-*/file-*.mp4
78
+ │ └── meta/
79
+ │ ├── info.json
80
+ │ ├── tasks.parquet
81
+ │ ├── episodes/chunk-*/file-*.parquet
82
+ │ └── stats.json
83
+ ├── genie1/ # Genie-1
84
+ ├── lift2/ # ARX Lift-2
85
+ ├── split_aloha/ # AgileX Split Aloha
86
+ │ └── ... (same per-child layout)
87
+ └── norm_stats.json # Corpus-level post-pipeline stats (schema v3)
88
+ ```
89
+
90
+ ### Statistics
91
+
92
+ | Child | Embodiment | Episodes | Frames | Cameras |
93
+ |---|---|---|---|---|
94
+ | `franka/` | Franka Emika Panda | 96,930 | 66,441,068 | head, wrist_left |
95
+ | `genie1/` | Genie-1 | 14,064 | 7,713,365 | head, wrist_left, wrist_right |
96
+ | `lift2/` | ARX Lift-2 | 205,877 | 153,366,384 | head, wrist_left, wrist_right |
97
+ | `split_aloha/` | AgileX Split Aloha | 170,877 | 150,163,119 | head, wrist_left, wrist_right |
98
+ | **Total** | | **487,748** | **377,683,936** | |
99
+
100
+ | Metric | Value |
101
+ |---|---|
102
+ | FPS | 30 |
103
+ | State Dim | 16 |
104
+ | Action Dim | 16 |
105
+
106
+ ## Usage
107
+
108
+ ```python
109
+ from lerobot.datasets import LeRobotDataset
110
+
111
+ # Each embodiment is an independent LeRobot dataset under a subdirectory
112
+ dataset = LeRobotDataset("GT-111/intern_a1_v3_eef", root=".../franka")
113
+ ```
114
 
115
  ## Citation
116
 
117
+ Please cite the original InternData-A1 release when using this dataset:
118
+
119
+ ```bibtex
120
+ @article{interndataa12025,
121
+ title={InternData-A1: Pioneering High-Fidelity Synthetic Data for Pre-training Generalist Policy},
122
+ author={InternRobotics},
123
+ journal={arXiv preprint arXiv:2511.16651},
124
+ year={2025}
125
+ }
126
+ ```
127
+
128
+ ## Version History
129
+
130
+ - **v3.0** (current): LeRobot v3 conversion with canonical 16D bimanual EE pose layout and next-observation-absolute actions
franka/meta/episodes/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a80bf17dc53f4a4857744a5a5fa3f7574e580652a7b31bd98285e70763904973
3
- size 6822204
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a465094b075a58a837cb28eac6168d02de71ff5dd0e1e6035ad28ed5a3adcbc7
3
+ size 5885047
franka/meta/episodes/chunk-000/file-001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:faa1254b1ad1b5dac8b459db9306f2bff92f0a21ab2b030d09b69ca8ff38f1ec
3
- size 6640568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ded8c576f4e162672cd53b1cf55e3971350ca3b8282e97e3186fa801606ef8d
3
+ size 5700030
franka/meta/episodes/chunk-000/file-002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f9531e5466803eed81f0b66884118d7be0e2aa1a40beb183f838e9b65646b82
3
- size 7047033
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20646008158871f72b7cbe468a5ffa444696b36cfec6e4e01ea69f53cafdcdbc
3
+ size 6120019
franka/meta/episodes/chunk-000/file-003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40b6cf56ed3a38c2f5122e21ab59e89cb333f78bbae07ef5942ea50f4bbf0e64
3
- size 7013937
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76f256a2a291f1088003d7657ce541281ccb701b1ae472ede63b3876fe74f4a4
3
+ size 6104344
franka/meta/episodes/chunk-000/file-004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:074ad4e1dc820b5353c4d561a9defe03286d1ee11ca5aa311037884be2c9ce66
3
- size 6337822
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce6da7a09c35845df898a916eb46b5628e95368e808b7549dbdd5148a91f5f56
3
+ size 5292856
franka/meta/episodes/chunk-000/file-005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:398f44c1d54513ed77f3168c497427737ac718314993eaae2aaeebe29de8f857
3
- size 6523278
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be2dc2d1413f7e1e848174b4579aa0b3a315b527fbb61b2df5b6b5e0c729dadf
3
+ size 5540124
franka/meta/episodes/chunk-000/file-006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d14e561d90f477ee6f77da2cabcd898c015ae2179b843087068109b111e3a77f
3
- size 6324000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bf998e5e03062229b2a73c79b0d14c7a5638259a67fae792e7c9c656b736447
3
+ size 5281960
franka/meta/episodes/chunk-000/file-007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:562145b9827c25eb6b6b089a4ca12a08ed01edf0f1d6957412420151c2241da1
3
- size 6236972
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b06e450e075e17ba12561247648097524eedafdb7401442ec363bee2a4c5555e
3
+ size 5169247
franka/meta/episodes/chunk-000/file-008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61b4574f914099a16d2b3886e6f66107dd174daa0397b72fd11354677522f8db
3
- size 6348125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3096aff03f5cdbac830005758faeedc900f08a556e0ca910efaebaee4643b791
3
+ size 5308339
franka/meta/episodes/chunk-000/file-009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53ce5156941960f5f81949cce75e485784ebdb30aabe5fdf25e003343733f0c6
3
- size 6480469
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b499d1e7af9a1bb62b00cb59f9eef9a696222cb2654cd8c4ceba7989b45aa0
3
+ size 5413581
franka/meta/episodes/chunk-000/file-010.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:afdc352594889f52bb0771ab90cbce0cc5ded1654a44f6dbaa448dabb17aad53
3
- size 6538207
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d650e22f54f67b616b5461cac10cfcedab369ea20f19bcb9d47207e9370c8d5d
3
+ size 5507041
franka/meta/episodes/chunk-000/file-011.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df7b4a0ebfa40eec87c065eb0a0dc95e530433e8695092288f2b4b068a7d728f
3
- size 6206751
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:866fe454d0ee472acc3847763dfe73d84d55e45da75683a938c56a65db42e5d2
3
+ size 5165598
franka/meta/episodes/chunk-000/file-012.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:352ec32857225d4c6cad01b73183431db9231072a9166a9f5b609500ea890f8a
3
- size 5957953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12c7ebf491be39580ec9bd1a1675fbf8ee4798c2b64d784ad05acb703f0e31b5
3
+ size 4864171
franka/meta/episodes/chunk-000/file-013.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e8e59fda4e0213446c7439b685a2123e3662443d4b4fad8dfe926a9471bb165
3
- size 6309743
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:525d69b89e0c8314bff6533db635affa9d9a769a566eaddae3b4318895923e14
3
+ size 5256651
franka/meta/episodes/chunk-000/file-014.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62f67cecf9bb863ba3d3541ff075b64852f81889c89e689177fcb2e0b7ed6c64
3
- size 6683666
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24e3363b6132e96ba72afe6c636ea25538b307911be0bd2321ba0657a64a2d3a
3
+ size 5748142
franka/meta/episodes/chunk-000/file-015.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b43da97b8d677ae329420289b053ff706ffef1c25905b8bc8227e4afe6c55163
3
- size 6801270
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4ef599ae65cb63e4ea39892e6dbe94d8a2fb85c759b1e5dd89d4bf50cdde8c
3
+ size 5796797
franka/meta/episodes/chunk-000/file-016.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12358e0eb7e8cc57964e2e8e4de968ab40c42e6c76ac6f403af3f9400abae2c4
3
- size 6756569
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e31beda16bfe823086ed3f9d8fafd048ab3c305dd81984af8c8d39d215425488
3
+ size 5739526
franka/meta/episodes/chunk-000/file-017.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86a4acb9c272bd3440bb876bf2f9a59d5895a8a83be011ae06b842d4372c596d
3
- size 7142205
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d0abf2af69c46bfd80a2fb2f56f11dbd93cca673cb6e0b5d090e52bdd51037b
3
+ size 5995328
franka/meta/episodes/chunk-000/file-018.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:078968dc55a71ff55524d7382465f5198d64a0119c989f2e6fdf381d7642f598
3
- size 7148914
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:934d9f60790f59d0511d77bda4dabc6e526084c663415b38561a1254746d9980
3
+ size 6046463
franka/meta/episodes/chunk-000/file-019.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1b15e1300d9653b92048e739f153c18c118cca7a05d1e102148b8d4b7faaf5d
3
- size 2848290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e53e0791bad1d96972176291868368cd8ac61d5691be72db3177f327721d90f4
3
+ size 2361729
franka/meta/info.json CHANGED
@@ -1 +1,199 @@
1
- {"chunks_size":1000,"codebase_version":"v3.0","data_path":"data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet","features":{"action":{"dtype":"float32","names":["left_position.x","left_position.y","left_position.z","left_quaternion.w","left_quaternion.x","left_quaternion.y","left_quaternion.z","left_gripper","right_position.x","right_position.y","right_position.z","right_quaternion.w","right_quaternion.x","right_quaternion.y","right_quaternion.z","right_gripper"],"shape":[16]},"action_mask":{"dtype":"bool","names":["left_position.x","left_position.y","left_position.z","left_quaternion.w","left_quaternion.x","left_quaternion.y","left_quaternion.z","left_gripper","right_position.x","right_position.y","right_position.z","right_quaternion.w","right_quaternion.x","right_quaternion.y","right_quaternion.z","right_gripper"],"shape":[16]},"episode_index":{"dtype":"int64","names":null,"shape":[1]},"frame_index":{"dtype":"int64","names":null,"shape":[1]},"index":{"dtype":"int64","names":null,"shape":[1]},"observation.images.head":{"dtype":"video","names":["height","width","channel"],"shape":[null,640,3],"video_info":{"has_audio":false,"video.channels":3,"video.codec":"av1","video.fps":30,"video.is_depth_map":false,"video.pix_fmt":"yuv420p","video.width":640}},"observation.images.wrist_left":{"dtype":"video","names":["height","width","channel"],"shape":[480,640,3],"video_info":{"has_audio":false,"video.channels":3,"video.codec":"av1","video.fps":30,"video.height":480,"video.is_depth_map":false,"video.pix_fmt":"yuv420p","video.width":640}},"observation.state":{"dtype":"float32","names":["left_position.x","left_position.y","left_position.z","left_quaternion.w","left_quaternion.x","left_quaternion.y","left_quaternion.z","left_gripper","right_position.x","right_position.y","right_position.z","right_quaternion.w","right_quaternion.x","right_quaternion.y","right_quaternion.z","right_gripper"],"shape":[16]},"observation.state_mask":{"dtype":"bool","names":["left_position.x","left_position.y","left_position.z","left_quaternion.w","left_quaternion.x","left_quaternion.y","left_quaternion.z","left_gripper","right_position.x","right_position.y","right_position.z","right_quaternion.w","right_quaternion.x","right_quaternion.y","right_quaternion.z","right_gripper"],"shape":[16]},"task_index":{"dtype":"int64","names":null,"shape":[1]},"timestamp":{"dtype":"float32","names":null,"shape":[1]},"transition_action_valid":{"dtype":"bool","names":null,"shape":[1]}},"fps":30,"robot_type":"intern_a1","splits":{"train":"0:96930"},"total_episodes":96930,"total_frames":66441068,"total_tasks":11189,"video_path":"videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunks_size": 1000,
3
+ "codebase_version": "v3.0",
4
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
5
+ "features": {
6
+ "action": {
7
+ "dtype": "float32",
8
+ "names": [
9
+ "left_position.x",
10
+ "left_position.y",
11
+ "left_position.z",
12
+ "left_quaternion.w",
13
+ "left_quaternion.x",
14
+ "left_quaternion.y",
15
+ "left_quaternion.z",
16
+ "left_gripper",
17
+ "right_position.x",
18
+ "right_position.y",
19
+ "right_position.z",
20
+ "right_quaternion.w",
21
+ "right_quaternion.x",
22
+ "right_quaternion.y",
23
+ "right_quaternion.z",
24
+ "right_gripper"
25
+ ],
26
+ "shape": [
27
+ 16
28
+ ]
29
+ },
30
+ "action_mask": {
31
+ "dtype": "bool",
32
+ "names": [
33
+ "left_position.x",
34
+ "left_position.y",
35
+ "left_position.z",
36
+ "left_quaternion.w",
37
+ "left_quaternion.x",
38
+ "left_quaternion.y",
39
+ "left_quaternion.z",
40
+ "left_gripper",
41
+ "right_position.x",
42
+ "right_position.y",
43
+ "right_position.z",
44
+ "right_quaternion.w",
45
+ "right_quaternion.x",
46
+ "right_quaternion.y",
47
+ "right_quaternion.z",
48
+ "right_gripper"
49
+ ],
50
+ "shape": [
51
+ 16
52
+ ]
53
+ },
54
+ "episode_index": {
55
+ "dtype": "int64",
56
+ "names": null,
57
+ "shape": [
58
+ 1
59
+ ]
60
+ },
61
+ "frame_index": {
62
+ "dtype": "int64",
63
+ "names": null,
64
+ "shape": [
65
+ 1
66
+ ]
67
+ },
68
+ "index": {
69
+ "dtype": "int64",
70
+ "names": null,
71
+ "shape": [
72
+ 1
73
+ ]
74
+ },
75
+ "observation.images.head": {
76
+ "dtype": "video",
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channel"
81
+ ],
82
+ "shape": [
83
+ null,
84
+ 640,
85
+ 3
86
+ ],
87
+ "video_info": {
88
+ "has_audio": false,
89
+ "video.channels": 3,
90
+ "video.codec": "av1",
91
+ "video.fps": 30,
92
+ "video.is_depth_map": false,
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.width": 640
95
+ }
96
+ },
97
+ "observation.images.wrist_left": {
98
+ "dtype": "video",
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channel"
103
+ ],
104
+ "shape": [
105
+ 480,
106
+ 640,
107
+ 3
108
+ ],
109
+ "video_info": {
110
+ "has_audio": false,
111
+ "video.channels": 3,
112
+ "video.codec": "av1",
113
+ "video.fps": 30,
114
+ "video.height": 480,
115
+ "video.is_depth_map": false,
116
+ "video.pix_fmt": "yuv420p",
117
+ "video.width": 640
118
+ }
119
+ },
120
+ "observation.state": {
121
+ "dtype": "float32",
122
+ "names": [
123
+ "left_position.x",
124
+ "left_position.y",
125
+ "left_position.z",
126
+ "left_quaternion.w",
127
+ "left_quaternion.x",
128
+ "left_quaternion.y",
129
+ "left_quaternion.z",
130
+ "left_gripper",
131
+ "right_position.x",
132
+ "right_position.y",
133
+ "right_position.z",
134
+ "right_quaternion.w",
135
+ "right_quaternion.x",
136
+ "right_quaternion.y",
137
+ "right_quaternion.z",
138
+ "right_gripper"
139
+ ],
140
+ "shape": [
141
+ 16
142
+ ]
143
+ },
144
+ "observation.state_mask": {
145
+ "dtype": "bool",
146
+ "names": [
147
+ "left_position.x",
148
+ "left_position.y",
149
+ "left_position.z",
150
+ "left_quaternion.w",
151
+ "left_quaternion.x",
152
+ "left_quaternion.y",
153
+ "left_quaternion.z",
154
+ "left_gripper",
155
+ "right_position.x",
156
+ "right_position.y",
157
+ "right_position.z",
158
+ "right_quaternion.w",
159
+ "right_quaternion.x",
160
+ "right_quaternion.y",
161
+ "right_quaternion.z",
162
+ "right_gripper"
163
+ ],
164
+ "shape": [
165
+ 16
166
+ ]
167
+ },
168
+ "task_index": {
169
+ "dtype": "int64",
170
+ "names": null,
171
+ "shape": [
172
+ 1
173
+ ]
174
+ },
175
+ "timestamp": {
176
+ "dtype": "float32",
177
+ "names": null,
178
+ "shape": [
179
+ 1
180
+ ]
181
+ },
182
+ "transition_action_valid": {
183
+ "dtype": "bool",
184
+ "names": null,
185
+ "shape": [
186
+ 1
187
+ ]
188
+ }
189
+ },
190
+ "fps": 30,
191
+ "robot_type": "intern_a1",
192
+ "splits": {
193
+ "train": "0:96930"
194
+ },
195
+ "total_episodes": 96930,
196
+ "total_frames": 66441068,
197
+ "total_tasks": 11189,
198
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4"
199
+ }
franka/meta/stats.json CHANGED
@@ -1 +1,496 @@
1
- {"action":{"count":[66441068],"max":[0.8479536175727844,0.7126164436340332,1.1025772094726562,0.999978244304657,1.0,0.9996925592422485,0.9997894167900085,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"mean":[0.42441964570387153,0.022019910725932984,0.35366344373320213,0.004285646482398716,0.9219651477011445,0.019298650869134227,0.018464451921030103,0.44028786616997095,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"min":[-0.5886622071266174,-0.7201771140098572,-0.3232192099094391,-0.7069592475891113,-0.7068297266960144,-0.7068787217140198,-0.7066540718078613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"q01":[0.20193368711687454,-0.44511596441397405,0.11605936054723205,-0.4249044469514695,-0.4445337034137475,-0.6127723347171451,-0.47116834567083915,-1e-10,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"q10":[0.27729689232177923,-0.26503596510022726,0.20483999326190083,-0.07609690478824768,0.808751952366599,-0.22477450415982736,-0.09682236119220626,-1e-10,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"q50":[0.40268459437556964,0.008738844010280387,0.3461677091968908,-0.0002538588091747028,0.9965280483988568,0.0013260528349232073,0.003866105698013687,0.07981377348183999,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"q90":[0.61609049113221,0.3049382130307909,0.5304946993921489,0.09209441449837832,0.9998624543281189,0.27531439705126204,0.1637027975044504,0.9999539164131109,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"q99":[0.700649802163287,0.48750574723344836,0.6368442378318413,0.4814011566792185,0.9999862455864266,0.8132917784001714,0.6472916625028438,0.9999953917313111,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"std":[0.12667268824620723,0.21570224084714937,0.12191524015294727,0.12604101367345608,0.2292404315882455,0.2363994572626641,0.15788068210836348,0.4905237598339962,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]},"episode_index":{"count":[66441068],"max":[96929],"mean":[57123.73656291917],"min":[0],"q01":[57123.73656291917],"q10":[57123.73656291917],"q50":[57123.73656291917],"q90":[57123.73656291917],"q99":[57123.73656291917],"std":[26919.959972754852]},"frame_index":{"count":[66441068],"max":[2126],"mean":[443.30938127003014],"min":[0],"q01":[8.400129998509287],"q10":[88.23233025889671],"q50":[443.1161267212186],"q90":[798.3039443804573],"q99":[878.2095898503621],"std":[329.5492458891025]},"index":{"count":[66441068],"max":[66441067],"mean":[33220533.5],"min":[0],"q01":[33220098.590748895],"q10":[33220178.422948755],"q50":[33220533.344983958],"q90":[33220888.51235346],"q99":[33220968.40273421],"std":[19179884.247523107]},"observation.state":{"count":[66441068],"max":[0.8479536175727844,0.7126164436340332,1.1025772094726562,0.999978244304657,1.0,0.9996925592422485,0.9997894167900085,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"mean":[0.4242347492847908,0.02194064848799808,0.353960068982337,0.004288415183292388,0.9221012296912198,0.01924775491416987,0.01844652723025739,0.44036722557867175,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"min":[-0.5886622071266174,-0.7201771140098572,-0.3232192099094391,-0.7069592475891113,-0.7068297266960144,-0.7068787217140198,-0.7066540718078613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"q01":[0.20195067052233714,-0.4448948897229722,0.11607928636919321,-0.4248033732045884,-0.44377779844924237,-0.6126700579498304,-0.4710811768314327,-1e-10,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"q10":[0.2773938653681819,-0.26455022957657814,0.20488629420491788,-0.07599162954274175,0.8090138771969808,-0.2245090912259601,-0.0966475376560217,-1e-10,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"q50":[0.40238628707479684,0.008584594315260662,0.34639740235729155,-0.00024800394345188596,0.9965469234326825,0.0013019667900389723,0.0038078081322510974,0.07981475143852708,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"q90":[0.6160731747493527,0.30483523587220007,0.5316031219189641,0.09201463011131569,0.9998626156112997,0.274832079696901,0.1636271190256463,0.999953922523771,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"q99":[0.7006287807975883,0.48517468009451115,0.6369327929715657,0.4811287848155927,0.9999862617147447,0.8128081284978185,0.6472343187149354,0.9999953923423771,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0],"std":[0.1266366975343516,0.2154473715064383,0.1221450266198742,0.12598103738833635,0.22897042094143033,0.23620516649499507,0.15782466581165217,0.49051309646252184,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]},"task_index":{"count":[66441068],"max":[11188],"mean":[1428.4990474415613],"min":[0],"q01":[1428.4990474415613],"q10":[1428.4990474415613],"q50":[1428.4990474415613],"q90":[1428.4990474415615],"q99":[1428.4990474415615],"std":[2588.626999215572]},"timestamp":{"count":[66441068],"max":[70.86666870117188],"mean":[14.77697929830233],"min":[0.0],"q01":[0.279978210317919],"q10":[2.940958004406276],"q50":[14.77165531685361],"q90":[26.610589101144615],"q99":[29.273702446489402],"std":[10.984974888884372]}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "count": [
4
+ 66441068
5
+ ],
6
+ "max": [
7
+ 0.8479536175727844,
8
+ 0.7126164436340332,
9
+ 1.1025772094726562,
10
+ 0.999978244304657,
11
+ 1.0,
12
+ 0.9996925592422485,
13
+ 0.9997894167900085,
14
+ 1.0,
15
+ 0.0,
16
+ 0.0,
17
+ 0.0,
18
+ 0.0,
19
+ 0.0,
20
+ 0.0,
21
+ 0.0,
22
+ 0.0
23
+ ],
24
+ "mean": [
25
+ 0.42441964570387153,
26
+ 0.022019910725932984,
27
+ 0.35366344373320213,
28
+ 0.004285646482398716,
29
+ 0.9219651477011445,
30
+ 0.019298650869134227,
31
+ 0.018464451921030103,
32
+ 0.44028786616997095,
33
+ 0.0,
34
+ 0.0,
35
+ 0.0,
36
+ 0.0,
37
+ 0.0,
38
+ 0.0,
39
+ 0.0,
40
+ 0.0
41
+ ],
42
+ "min": [
43
+ -0.5886622071266174,
44
+ -0.7201771140098572,
45
+ -0.3232192099094391,
46
+ -0.7069592475891113,
47
+ -0.7068297266960144,
48
+ -0.7068787217140198,
49
+ -0.7066540718078613,
50
+ 0.0,
51
+ 0.0,
52
+ 0.0,
53
+ 0.0,
54
+ 0.0,
55
+ 0.0,
56
+ 0.0,
57
+ 0.0,
58
+ 0.0
59
+ ],
60
+ "q01": [
61
+ 0.20193368711687454,
62
+ -0.44511596441397405,
63
+ 0.11605936054723205,
64
+ -0.4249044469514695,
65
+ -0.4445337034137475,
66
+ -0.6127723347171451,
67
+ -0.47116834567083915,
68
+ -1e-10,
69
+ 0.0,
70
+ 0.0,
71
+ 0.0,
72
+ 0.0,
73
+ 0.0,
74
+ 0.0,
75
+ 0.0,
76
+ 0.0
77
+ ],
78
+ "q10": [
79
+ 0.27729689232177923,
80
+ -0.26503596510022726,
81
+ 0.20483999326190083,
82
+ -0.07609690478824768,
83
+ 0.808751952366599,
84
+ -0.22477450415982736,
85
+ -0.09682236119220626,
86
+ -1e-10,
87
+ 0.0,
88
+ 0.0,
89
+ 0.0,
90
+ 0.0,
91
+ 0.0,
92
+ 0.0,
93
+ 0.0,
94
+ 0.0
95
+ ],
96
+ "q50": [
97
+ 0.40268459437556964,
98
+ 0.008738844010280387,
99
+ 0.3461677091968908,
100
+ -0.0002538588091747028,
101
+ 0.9965280483988568,
102
+ 0.0013260528349232073,
103
+ 0.003866105698013687,
104
+ 0.07981377348183999,
105
+ 0.0,
106
+ 0.0,
107
+ 0.0,
108
+ 0.0,
109
+ 0.0,
110
+ 0.0,
111
+ 0.0,
112
+ 0.0
113
+ ],
114
+ "q90": [
115
+ 0.61609049113221,
116
+ 0.3049382130307909,
117
+ 0.5304946993921489,
118
+ 0.09209441449837832,
119
+ 0.9998624543281189,
120
+ 0.27531439705126204,
121
+ 0.1637027975044504,
122
+ 0.9999539164131109,
123
+ 0.0,
124
+ 0.0,
125
+ 0.0,
126
+ 0.0,
127
+ 0.0,
128
+ 0.0,
129
+ 0.0,
130
+ 0.0
131
+ ],
132
+ "q99": [
133
+ 0.700649802163287,
134
+ 0.48750574723344836,
135
+ 0.6368442378318413,
136
+ 0.4814011566792185,
137
+ 0.9999862455864266,
138
+ 0.8132917784001714,
139
+ 0.6472916625028438,
140
+ 0.9999953917313111,
141
+ 0.0,
142
+ 0.0,
143
+ 0.0,
144
+ 0.0,
145
+ 0.0,
146
+ 0.0,
147
+ 0.0,
148
+ 0.0
149
+ ],
150
+ "std": [
151
+ 0.12667268824620723,
152
+ 0.21570224084714937,
153
+ 0.12191524015294727,
154
+ 0.12604101367345608,
155
+ 0.2292404315882455,
156
+ 0.2363994572626641,
157
+ 0.15788068210836348,
158
+ 0.4905237598339962,
159
+ 0.0,
160
+ 0.0,
161
+ 0.0,
162
+ 0.0,
163
+ 0.0,
164
+ 0.0,
165
+ 0.0,
166
+ 0.0
167
+ ]
168
+ },
169
+ "episode_index": {
170
+ "count": [
171
+ 66441068
172
+ ],
173
+ "max": [
174
+ 96929
175
+ ],
176
+ "mean": [
177
+ 57123.73656291917
178
+ ],
179
+ "min": [
180
+ 0
181
+ ],
182
+ "q01": [
183
+ 57123.73656291917
184
+ ],
185
+ "q10": [
186
+ 57123.73656291917
187
+ ],
188
+ "q50": [
189
+ 57123.73656291917
190
+ ],
191
+ "q90": [
192
+ 57123.73656291917
193
+ ],
194
+ "q99": [
195
+ 57123.73656291917
196
+ ],
197
+ "std": [
198
+ 26919.959972754852
199
+ ]
200
+ },
201
+ "frame_index": {
202
+ "count": [
203
+ 66441068
204
+ ],
205
+ "max": [
206
+ 2126
207
+ ],
208
+ "mean": [
209
+ 443.30938127003014
210
+ ],
211
+ "min": [
212
+ 0
213
+ ],
214
+ "q01": [
215
+ 8.400129998509287
216
+ ],
217
+ "q10": [
218
+ 88.23233025889671
219
+ ],
220
+ "q50": [
221
+ 443.1161267212186
222
+ ],
223
+ "q90": [
224
+ 798.3039443804573
225
+ ],
226
+ "q99": [
227
+ 878.2095898503621
228
+ ],
229
+ "std": [
230
+ 329.5492458891025
231
+ ]
232
+ },
233
+ "index": {
234
+ "count": [
235
+ 66441068
236
+ ],
237
+ "max": [
238
+ 66441067
239
+ ],
240
+ "mean": [
241
+ 33220533.5
242
+ ],
243
+ "min": [
244
+ 0
245
+ ],
246
+ "q01": [
247
+ 33220098.590748895
248
+ ],
249
+ "q10": [
250
+ 33220178.422948755
251
+ ],
252
+ "q50": [
253
+ 33220533.344983958
254
+ ],
255
+ "q90": [
256
+ 33220888.51235346
257
+ ],
258
+ "q99": [
259
+ 33220968.40273421
260
+ ],
261
+ "std": [
262
+ 19179884.247523107
263
+ ]
264
+ },
265
+ "observation.state": {
266
+ "count": [
267
+ 66441068
268
+ ],
269
+ "max": [
270
+ 0.8479536175727844,
271
+ 0.7126164436340332,
272
+ 1.1025772094726562,
273
+ 0.999978244304657,
274
+ 1.0,
275
+ 0.9996925592422485,
276
+ 0.9997894167900085,
277
+ 1.0,
278
+ 0.0,
279
+ 0.0,
280
+ 0.0,
281
+ 0.0,
282
+ 0.0,
283
+ 0.0,
284
+ 0.0,
285
+ 0.0
286
+ ],
287
+ "mean": [
288
+ 0.4242347492847908,
289
+ 0.02194064848799808,
290
+ 0.353960068982337,
291
+ 0.004288415183292388,
292
+ 0.9221012296912198,
293
+ 0.01924775491416987,
294
+ 0.01844652723025739,
295
+ 0.44036722557867175,
296
+ 0.0,
297
+ 0.0,
298
+ 0.0,
299
+ 0.0,
300
+ 0.0,
301
+ 0.0,
302
+ 0.0,
303
+ 0.0
304
+ ],
305
+ "min": [
306
+ -0.5886622071266174,
307
+ -0.7201771140098572,
308
+ -0.3232192099094391,
309
+ -0.7069592475891113,
310
+ -0.7068297266960144,
311
+ -0.7068787217140198,
312
+ -0.7066540718078613,
313
+ 0.0,
314
+ 0.0,
315
+ 0.0,
316
+ 0.0,
317
+ 0.0,
318
+ 0.0,
319
+ 0.0,
320
+ 0.0,
321
+ 0.0
322
+ ],
323
+ "q01": [
324
+ 0.20195067052233714,
325
+ -0.4448948897229722,
326
+ 0.11607928636919321,
327
+ -0.4248033732045884,
328
+ -0.44377779844924237,
329
+ -0.6126700579498304,
330
+ -0.4710811768314327,
331
+ -1e-10,
332
+ 0.0,
333
+ 0.0,
334
+ 0.0,
335
+ 0.0,
336
+ 0.0,
337
+ 0.0,
338
+ 0.0,
339
+ 0.0
340
+ ],
341
+ "q10": [
342
+ 0.2773938653681819,
343
+ -0.26455022957657814,
344
+ 0.20488629420491788,
345
+ -0.07599162954274175,
346
+ 0.8090138771969808,
347
+ -0.2245090912259601,
348
+ -0.0966475376560217,
349
+ -1e-10,
350
+ 0.0,
351
+ 0.0,
352
+ 0.0,
353
+ 0.0,
354
+ 0.0,
355
+ 0.0,
356
+ 0.0,
357
+ 0.0
358
+ ],
359
+ "q50": [
360
+ 0.40238628707479684,
361
+ 0.008584594315260662,
362
+ 0.34639740235729155,
363
+ -0.00024800394345188596,
364
+ 0.9965469234326825,
365
+ 0.0013019667900389723,
366
+ 0.0038078081322510974,
367
+ 0.07981475143852708,
368
+ 0.0,
369
+ 0.0,
370
+ 0.0,
371
+ 0.0,
372
+ 0.0,
373
+ 0.0,
374
+ 0.0,
375
+ 0.0
376
+ ],
377
+ "q90": [
378
+ 0.6160731747493527,
379
+ 0.30483523587220007,
380
+ 0.5316031219189641,
381
+ 0.09201463011131569,
382
+ 0.9998626156112997,
383
+ 0.274832079696901,
384
+ 0.1636271190256463,
385
+ 0.999953922523771,
386
+ 0.0,
387
+ 0.0,
388
+ 0.0,
389
+ 0.0,
390
+ 0.0,
391
+ 0.0,
392
+ 0.0,
393
+ 0.0
394
+ ],
395
+ "q99": [
396
+ 0.7006287807975883,
397
+ 0.48517468009451115,
398
+ 0.6369327929715657,
399
+ 0.4811287848155927,
400
+ 0.9999862617147447,
401
+ 0.8128081284978185,
402
+ 0.6472343187149354,
403
+ 0.9999953923423771,
404
+ 0.0,
405
+ 0.0,
406
+ 0.0,
407
+ 0.0,
408
+ 0.0,
409
+ 0.0,
410
+ 0.0,
411
+ 0.0
412
+ ],
413
+ "std": [
414
+ 0.1266366975343516,
415
+ 0.2154473715064383,
416
+ 0.1221450266198742,
417
+ 0.12598103738833635,
418
+ 0.22897042094143033,
419
+ 0.23620516649499507,
420
+ 0.15782466581165217,
421
+ 0.49051309646252184,
422
+ 0.0,
423
+ 0.0,
424
+ 0.0,
425
+ 0.0,
426
+ 0.0,
427
+ 0.0,
428
+ 0.0,
429
+ 0.0
430
+ ]
431
+ },
432
+ "task_index": {
433
+ "count": [
434
+ 66441068
435
+ ],
436
+ "max": [
437
+ 11188
438
+ ],
439
+ "mean": [
440
+ 1428.4990474415613
441
+ ],
442
+ "min": [
443
+ 0
444
+ ],
445
+ "q01": [
446
+ 1428.4990474415613
447
+ ],
448
+ "q10": [
449
+ 1428.4990474415613
450
+ ],
451
+ "q50": [
452
+ 1428.4990474415613
453
+ ],
454
+ "q90": [
455
+ 1428.4990474415615
456
+ ],
457
+ "q99": [
458
+ 1428.4990474415615
459
+ ],
460
+ "std": [
461
+ 2588.626999215572
462
+ ]
463
+ },
464
+ "timestamp": {
465
+ "count": [
466
+ 66441068
467
+ ],
468
+ "max": [
469
+ 70.86666870117188
470
+ ],
471
+ "mean": [
472
+ 14.77697929830233
473
+ ],
474
+ "min": [
475
+ 0.0
476
+ ],
477
+ "q01": [
478
+ 0.279978210317919
479
+ ],
480
+ "q10": [
481
+ 2.940958004406276
482
+ ],
483
+ "q50": [
484
+ 14.77165531685361
485
+ ],
486
+ "q90": [
487
+ 26.610589101144615
488
+ ],
489
+ "q99": [
490
+ 29.273702446489402
491
+ ],
492
+ "std": [
493
+ 10.984974888884372
494
+ ]
495
+ }
496
+ }
genie1/meta/episodes/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35d360cdc8dc7574142e628d23892f2cf1ebfe3e911e65dc408cbf3c99a9e992
3
- size 10338373
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da2dcb5769f1661f6f5abf1e9447df07f59c0142836c040b8f3cc3c2d040f8b
3
+ size 9269167
genie1/meta/episodes/chunk-000/file-001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f18ecbb86e8cb7840738c2b02d987b509f1c5395467b822489fa848c01a2c5b3
3
- size 9857821
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a68171e220fe2566666d6764e4246bdb714cf3417daeb8c596ac87fb6fdb628
3
+ size 8789808
genie1/meta/episodes/chunk-000/file-002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:049ec3b56d8a2f071f95b1d686108005d01f57ec6dd1f23c05bd7d757d31dc7c
3
- size 6746188
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63b4725e7b3253b19b9e3eba55d89aeedc59a6b99c28ca68c1bd1cd6d7c81216
3
+ size 5849152
genie1/meta/info.json CHANGED
@@ -1 +1,223 @@
1
- {"chunks_size":1000,"codebase_version":"v3.0","data_path":"data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet","features":{"action":{"dtype":"float32","names":["left_position.x","left_position.y","left_position.z","left_quaternion.w","left_quaternion.x","left_quaternion.y","left_quaternion.z","left_gripper","right_position.x","right_position.y","right_position.z","right_quaternion.w","right_quaternion.x","right_quaternion.y","right_quaternion.z","right_gripper"],"shape":[16]},"action_mask":{"dtype":"bool","names":["left_position.x","left_position.y","left_position.z","left_quaternion.w","left_quaternion.x","left_quaternion.y","left_quaternion.z","left_gripper","right_position.x","right_position.y","right_position.z","right_quaternion.w","right_quaternion.x","right_quaternion.y","right_quaternion.z","right_gripper"],"shape":[16]},"episode_index":{"dtype":"int64","names":null,"shape":[1]},"frame_index":{"dtype":"int64","names":null,"shape":[1]},"index":{"dtype":"int64","names":null,"shape":[1]},"observation.images.head":{"dtype":"video","names":["height","width","channel"],"shape":[360,640,3],"video_info":{"has_audio":false,"video.channels":3,"video.codec":"av1","video.fps":30,"video.height":360,"video.is_depth_map":false,"video.pix_fmt":"yuv420p","video.width":640}},"observation.images.wrist_left":{"dtype":"video","names":["height","width","channel"],"shape":[480,848,3],"video_info":{"has_audio":false,"video.channels":3,"video.codec":"av1","video.fps":30,"video.height":480,"video.is_depth_map":false,"video.pix_fmt":"yuv420p","video.width":848}},"observation.images.wrist_right":{"dtype":"video","names":["height","width","channel"],"shape":[480,848,3],"video_info":{"has_audio":false,"video.channels":3,"video.codec":"av1","video.fps":30,"video.height":480,"video.is_depth_map":false,"video.pix_fmt":"yuv420p","video.width":848}},"observation.state":{"dtype":"float32","names":["left_position.x","left_position.y","left_position.z","left_quaternion.w","left_quaternion.x","left_quaternion.y","left_quaternion.z","left_gripper","right_position.x","right_position.y","right_position.z","right_quaternion.w","right_quaternion.x","right_quaternion.y","right_quaternion.z","right_gripper"],"shape":[16]},"observation.state_mask":{"dtype":"bool","names":["left_position.x","left_position.y","left_position.z","left_quaternion.w","left_quaternion.x","left_quaternion.y","left_quaternion.z","left_gripper","right_position.x","right_position.y","right_position.z","right_quaternion.w","right_quaternion.x","right_quaternion.y","right_quaternion.z","right_gripper"],"shape":[16]},"task_index":{"dtype":"int64","names":null,"shape":[1]},"timestamp":{"dtype":"float32","names":null,"shape":[1]},"transition_action_valid":{"dtype":"bool","names":null,"shape":[1]}},"fps":30,"robot_type":"intern_a1","splits":{"train":"0:14064"},"total_episodes":14064,"total_frames":7713365,"total_tasks":34,"video_path":"videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunks_size": 1000,
3
+ "codebase_version": "v3.0",
4
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
5
+ "features": {
6
+ "action": {
7
+ "dtype": "float32",
8
+ "names": [
9
+ "left_position.x",
10
+ "left_position.y",
11
+ "left_position.z",
12
+ "left_quaternion.w",
13
+ "left_quaternion.x",
14
+ "left_quaternion.y",
15
+ "left_quaternion.z",
16
+ "left_gripper",
17
+ "right_position.x",
18
+ "right_position.y",
19
+ "right_position.z",
20
+ "right_quaternion.w",
21
+ "right_quaternion.x",
22
+ "right_quaternion.y",
23
+ "right_quaternion.z",
24
+ "right_gripper"
25
+ ],
26
+ "shape": [
27
+ 16
28
+ ]
29
+ },
30
+ "action_mask": {
31
+ "dtype": "bool",
32
+ "names": [
33
+ "left_position.x",
34
+ "left_position.y",
35
+ "left_position.z",
36
+ "left_quaternion.w",
37
+ "left_quaternion.x",
38
+ "left_quaternion.y",
39
+ "left_quaternion.z",
40
+ "left_gripper",
41
+ "right_position.x",
42
+ "right_position.y",
43
+ "right_position.z",
44
+ "right_quaternion.w",
45
+ "right_quaternion.x",
46
+ "right_quaternion.y",
47
+ "right_quaternion.z",
48
+ "right_gripper"
49
+ ],
50
+ "shape": [
51
+ 16
52
+ ]
53
+ },
54
+ "episode_index": {
55
+ "dtype": "int64",
56
+ "names": null,
57
+ "shape": [
58
+ 1
59
+ ]
60
+ },
61
+ "frame_index": {
62
+ "dtype": "int64",
63
+ "names": null,
64
+ "shape": [
65
+ 1
66
+ ]
67
+ },
68
+ "index": {
69
+ "dtype": "int64",
70
+ "names": null,
71
+ "shape": [
72
+ 1
73
+ ]
74
+ },
75
+ "observation.images.head": {
76
+ "dtype": "video",
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channel"
81
+ ],
82
+ "shape": [
83
+ 360,
84
+ 640,
85
+ 3
86
+ ],
87
+ "video_info": {
88
+ "has_audio": false,
89
+ "video.channels": 3,
90
+ "video.codec": "av1",
91
+ "video.fps": 30,
92
+ "video.height": 360,
93
+ "video.is_depth_map": false,
94
+ "video.pix_fmt": "yuv420p",
95
+ "video.width": 640
96
+ }
97
+ },
98
+ "observation.images.wrist_left": {
99
+ "dtype": "video",
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channel"
104
+ ],
105
+ "shape": [
106
+ 480,
107
+ 848,
108
+ 3
109
+ ],
110
+ "video_info": {
111
+ "has_audio": false,
112
+ "video.channels": 3,
113
+ "video.codec": "av1",
114
+ "video.fps": 30,
115
+ "video.height": 480,
116
+ "video.is_depth_map": false,
117
+ "video.pix_fmt": "yuv420p",
118
+ "video.width": 848
119
+ }
120
+ },
121
+ "observation.images.wrist_right": {
122
+ "dtype": "video",
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channel"
127
+ ],
128
+ "shape": [
129
+ 480,
130
+ 848,
131
+ 3
132
+ ],
133
+ "video_info": {
134
+ "has_audio": false,
135
+ "video.channels": 3,
136
+ "video.codec": "av1",
137
+ "video.fps": 30,
138
+ "video.height": 480,
139
+ "video.is_depth_map": false,
140
+ "video.pix_fmt": "yuv420p",
141
+ "video.width": 848
142
+ }
143
+ },
144
+ "observation.state": {
145
+ "dtype": "float32",
146
+ "names": [
147
+ "left_position.x",
148
+ "left_position.y",
149
+ "left_position.z",
150
+ "left_quaternion.w",
151
+ "left_quaternion.x",
152
+ "left_quaternion.y",
153
+ "left_quaternion.z",
154
+ "left_gripper",
155
+ "right_position.x",
156
+ "right_position.y",
157
+ "right_position.z",
158
+ "right_quaternion.w",
159
+ "right_quaternion.x",
160
+ "right_quaternion.y",
161
+ "right_quaternion.z",
162
+ "right_gripper"
163
+ ],
164
+ "shape": [
165
+ 16
166
+ ]
167
+ },
168
+ "observation.state_mask": {
169
+ "dtype": "bool",
170
+ "names": [
171
+ "left_position.x",
172
+ "left_position.y",
173
+ "left_position.z",
174
+ "left_quaternion.w",
175
+ "left_quaternion.x",
176
+ "left_quaternion.y",
177
+ "left_quaternion.z",
178
+ "left_gripper",
179
+ "right_position.x",
180
+ "right_position.y",
181
+ "right_position.z",
182
+ "right_quaternion.w",
183
+ "right_quaternion.x",
184
+ "right_quaternion.y",
185
+ "right_quaternion.z",
186
+ "right_gripper"
187
+ ],
188
+ "shape": [
189
+ 16
190
+ ]
191
+ },
192
+ "task_index": {
193
+ "dtype": "int64",
194
+ "names": null,
195
+ "shape": [
196
+ 1
197
+ ]
198
+ },
199
+ "timestamp": {
200
+ "dtype": "float32",
201
+ "names": null,
202
+ "shape": [
203
+ 1
204
+ ]
205
+ },
206
+ "transition_action_valid": {
207
+ "dtype": "bool",
208
+ "names": null,
209
+ "shape": [
210
+ 1
211
+ ]
212
+ }
213
+ },
214
+ "fps": 30,
215
+ "robot_type": "intern_a1",
216
+ "splits": {
217
+ "train": "0:14064"
218
+ },
219
+ "total_episodes": 14064,
220
+ "total_frames": 7713365,
221
+ "total_tasks": 34,
222
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4"
223
+ }
genie1/meta/stats.json CHANGED
@@ -1 +1,496 @@
1
- {"action":{"count":[7713365],"max":[0.9835034012794495,0.8915553092956543,1.6184442043304443,0.9881884455680847,0.9976878762245178,0.9973146915435791,0.9342108368873596,6.104698657989502,0.9762229323387146,0.23894080519676208,1.9525599479675293,0.9770136475563049,0.9998341798782349,0.9892595410346985,0.9935705661773682,22.70714569091797],"mean":[0.6466621579671077,0.2620514258531922,1.0661088389100635,0.028640526041989273,-0.13353670074188403,0.6221492255969473,-0.4599842235334174,0.8086287539436297,0.6492965294291498,-0.2597366880979832,1.0935711054101718,-0.4488326078837887,0.6125238760982359,-0.05133756730253377,0.040372139084305814,0.8313732156835637],"min":[0.06395740807056427,-0.24989858269691467,0.7370699048042297,-0.7049983143806458,-0.7063824534416199,-0.7070638537406921,-0.7070688009262085,-0.8766899108886719,-0.31078800559043884,-0.8855246305465698,0.7296848893165588,-0.7069999575614929,-0.7070167660713196,-0.7059944868087769,-0.6928855776786804,-57.24977493286133],"q01":[0.5047134344724512,-0.05583162159939028,0.8832323047609811,-0.34870573605889615,-0.6569093414134527,-0.668731340299965,-0.6926147168454173,0.00050662412844699,0.5378834054953188,-0.543904892335911,0.8473784810941936,-0.6988004981782803,-0.6924641025105116,-0.6352889990214449,-0.2918823652403489,0.013990489056879014],"q10":[0.5989584957814871,0.10850004628527668,0.9724162231937227,-0.07568210116507766,-0.5040141974910829,0.597114878660635,-0.6640466488338607,0.3570989153430727,0.5970452541958937,-0.3198552523067349,1.012376031860944,-0.6701098675236522,-0.41334264710991336,-0.33623933356856595,-0.02806141089891002,0.4237590628899673],"q50":[0.6127370977667602,0.3019812421051761,1.0423467035682625,0.01965188556487012,-0.11423176130759201,0.7416061594635911,-0.6559791142784301,0.9951229531404057,0.6116706208138978,-0.30200789310722725,1.0567253697340928,-0.6566714453708297,0.7446941506301608,-0.0981795304901569,0.029261342326021747,0.9957745357525388],"q90":[0.7864574276623338,0.3103466409881346,1.1641324198638026,0.14350792592549333,0.012478147563634098,0.7853141671997165,0.0805912184857136,1.0009665630740265,0.7890264239991435,-0.08209008308470331,1.1760264151216022,0.10792624592659204,0.8501428426896885,0.499461802890813,0.14465536617200084,1.0046568192451892],"q99":[0.8485318607721408,0.5354698755064242,1.2484713602363815,0.29951799270376245,0.7627048027350903,0.907086362491256,0.7513886682085111,1.0013017809668703,0.8538773909085506,0.05808650646442157,1.4438641689652447,0.7139494192640201,0.9942721138827836,0.905973852330765,0.3379170141341241,1.0066553330310357],"std":[0.07772051311227303,0.10218820982049445,0.07631393739300622,0.11161084358735915,0.27627105366838,0.3892004673777363,0.3774027632567839,0.3146596243436015,0.07787727184769311,0.11365708450049616,0.10167383890830886,0.3517972997511945,0.43384993994114507,0.3114534374221161,0.10053845871612986,0.2854271639615171]},"episode_index":{"count":[7713365],"max":[14063],"mean":[6356.452858901402],"min":[0],"q01":[6356.452858901402],"q10":[6356.452858901402],"q50":[6356.452858901402],"q90":[6356.452858901402],"q99":[6356.452858901402],"std":[3883.517420134106]},"frame_index":{"count":[7713365],"max":[933],"mean":[294.8140710312555],"min":[0],"q01":[5.396415670385459],"q10":[58.524964302736976],"q50":[294.5745473045297],"q90":[531.0150393483291],"q99":[584.2194711027671],"std":[189.14768964949187]},"index":{"count":[7713365],"max":[7713364],"mean":[3856682.0],"min":[0],"q01":[3856392.5823446345],"q10":[3856445.710893272],"q50":[3856681.8046645895],"q90":[3856918.2114355033],"q99":[3856971.406873249],"std":[2226656.679553897]},"observation.state":{"count":[7713365],"max":[0.9835034012794495,0.8915553092956543,1.6184442043304443,0.9881884455680847,0.9976878762245178,0.9973146915435791,0.9342108368873596,6.104698657989502,0.9762229323387146,0.23894080519676208,1.9525599479675293,0.9770136475563049,0.9998341798782349,0.9892595410346985,0.9935705661773682,22.70714569091797],"mean":[0.6466635645215775,0.262085569541444,1.0661147262530715,0.02864593338544157,-0.13357133402752738,0.6221969349466594,-0.4600262559821448,0.8089698089955211,0.6481937700295445,-0.25922067976511737,1.0915709718809328,-0.44769145128264964,0.6112500084331574,-0.05122858233773392,0.040320103578233,0.829870878424481],"min":[0.06395740807056427,-0.24989858269691467,0.7370699048042297,-0.7049983143806458,-0.7063824534416199,-0.7070638537406921,-0.7070688009262085,-0.8766899108886719,-0.31078800559043884,-0.8855246305465698,0.0,-0.7069999575614929,-0.7070167660713196,-0.7059944868087769,-0.6928855776786804,-57.24977493286133],"q01":[0.5047134344724512,-0.05582336447094868,0.8832327432556576,-0.3486615659694974,-0.6569093414134527,-0.668633001676528,-0.6925904050165305,0.0005074269726076383,0.531767531844792,-0.543904892335911,0.8421310770973957,-0.6987776386953309,-0.6923751324037329,-0.6352889990214449,-0.29186559385327954,0.011912496399700802],"q10":[0.5989588506667112,0.10852004942830894,0.9724165025516623,-0.07567916720028287,-0.504012165812597,0.5974643860402744,-0.664045508889047,0.3576576705082655,0.596730748089451,-0.3198477039475615,1.0115070891993287,-0.6699943330150765,-0.4131394505686882,-0.3362303734521379,-0.02798287361314183,0.42227215925951794],"q50":[0.6127366711701242,0.30204666213859754,1.0423463673099622,0.0196192395501675,-0.1142318110149,0.7416069048275264,-0.656018054086701,0.9951212683648915,0.6116776469306637,-0.3019914835005232,1.0564776066619164,-0.6565261400360454,0.7446571750068628,-0.09810175663916551,0.02910427256988652,0.995753502334432],"q90":[0.7864524255400102,0.3103120683385321,1.1641322617589236,0.14350243068568647,0.01239666289733314,0.7853084173022976,0.0805470861098261,1.000965687674324,0.7889726743589328,-0.07982639167349323,1.1760145552113093,0.10772890799423454,0.8501417313380143,0.4990808752743613,0.14464952201704573,1.0046526524878951],"q99":[0.8485264048750231,0.5354690204847821,1.248459087936006,0.2994141439157982,0.7626703273237896,0.9070850942551102,0.7513886682085111,1.00130177042859,0.8539102029830689,0.05808431024286694,1.443870266600966,0.7139263893045377,0.9942721138827836,0.905973552815919,0.3378770259987463,1.0066549612724243],"std":[0.07771403115455028,0.10218643189480352,0.07630428221169669,0.11159260259451234,0.2762506103222798,0.3891365435315387,0.3773464840402443,0.31441102314204467,0.08263391075135963,0.11418484985918455,0.11183546655158234,0.35209737243920497,0.4345003790699529,0.31145081789311396,0.1005367267989937,0.28730373679347254]},"task_index":{"count":[7713365],"max":[33],"mean":[3.160071771529028],"min":[0],"q01":[3.160071771529028],"q10":[3.160071771529028],"q50":[3.1600717715290356],"q90":[3.1600717715290485],"q99":[3.1600717715290494],"std":[2.9826711477345444]},"timestamp":{"count":[7713365],"max":[31.100000381469727],"mean":[9.827135611226424],"min":[0.0],"q01":[0.1798556998673166],"q10":[1.950760337162591],"q50":[9.820504581386064],"q90":[17.70085822951863],"q99":[19.473998263722077],"std":[6.3049230127125755]}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "count": [
4
+ 7713365
5
+ ],
6
+ "max": [
7
+ 0.9835034012794495,
8
+ 0.8915553092956543,
9
+ 1.6184442043304443,
10
+ 0.9881884455680847,
11
+ 0.9976878762245178,
12
+ 0.9973146915435791,
13
+ 0.9342108368873596,
14
+ 6.104698657989502,
15
+ 0.9762229323387146,
16
+ 0.23894080519676208,
17
+ 1.9525599479675293,
18
+ 0.9770136475563049,
19
+ 0.9998341798782349,
20
+ 0.9892595410346985,
21
+ 0.9935705661773682,
22
+ 22.70714569091797
23
+ ],
24
+ "mean": [
25
+ 0.6466621579671077,
26
+ 0.2620514258531922,
27
+ 1.0661088389100635,
28
+ 0.028640526041989273,
29
+ -0.13353670074188403,
30
+ 0.6221492255969473,
31
+ -0.4599842235334174,
32
+ 0.8086287539436297,
33
+ 0.6492965294291498,
34
+ -0.2597366880979832,
35
+ 1.0935711054101718,
36
+ -0.4488326078837887,
37
+ 0.6125238760982359,
38
+ -0.05133756730253377,
39
+ 0.040372139084305814,
40
+ 0.8313732156835637
41
+ ],
42
+ "min": [
43
+ 0.06395740807056427,
44
+ -0.24989858269691467,
45
+ 0.7370699048042297,
46
+ -0.7049983143806458,
47
+ -0.7063824534416199,
48
+ -0.7070638537406921,
49
+ -0.7070688009262085,
50
+ -0.8766899108886719,
51
+ -0.31078800559043884,
52
+ -0.8855246305465698,
53
+ 0.7296848893165588,
54
+ -0.7069999575614929,
55
+ -0.7070167660713196,
56
+ -0.7059944868087769,
57
+ -0.6928855776786804,
58
+ -57.24977493286133
59
+ ],
60
+ "q01": [
61
+ 0.5047134344724512,
62
+ -0.05583162159939028,
63
+ 0.8832323047609811,
64
+ -0.34870573605889615,
65
+ -0.6569093414134527,
66
+ -0.668731340299965,
67
+ -0.6926147168454173,
68
+ 0.00050662412844699,
69
+ 0.5378834054953188,
70
+ -0.543904892335911,
71
+ 0.8473784810941936,
72
+ -0.6988004981782803,
73
+ -0.6924641025105116,
74
+ -0.6352889990214449,
75
+ -0.2918823652403489,
76
+ 0.013990489056879014
77
+ ],
78
+ "q10": [
79
+ 0.5989584957814871,
80
+ 0.10850004628527668,
81
+ 0.9724162231937227,
82
+ -0.07568210116507766,
83
+ -0.5040141974910829,
84
+ 0.597114878660635,
85
+ -0.6640466488338607,
86
+ 0.3570989153430727,
87
+ 0.5970452541958937,
88
+ -0.3198552523067349,
89
+ 1.012376031860944,
90
+ -0.6701098675236522,
91
+ -0.41334264710991336,
92
+ -0.33623933356856595,
93
+ -0.02806141089891002,
94
+ 0.4237590628899673
95
+ ],
96
+ "q50": [
97
+ 0.6127370977667602,
98
+ 0.3019812421051761,
99
+ 1.0423467035682625,
100
+ 0.01965188556487012,
101
+ -0.11423176130759201,
102
+ 0.7416061594635911,
103
+ -0.6559791142784301,
104
+ 0.9951229531404057,
105
+ 0.6116706208138978,
106
+ -0.30200789310722725,
107
+ 1.0567253697340928,
108
+ -0.6566714453708297,
109
+ 0.7446941506301608,
110
+ -0.0981795304901569,
111
+ 0.029261342326021747,
112
+ 0.9957745357525388
113
+ ],
114
+ "q90": [
115
+ 0.7864574276623338,
116
+ 0.3103466409881346,
117
+ 1.1641324198638026,
118
+ 0.14350792592549333,
119
+ 0.012478147563634098,
120
+ 0.7853141671997165,
121
+ 0.0805912184857136,
122
+ 1.0009665630740265,
123
+ 0.7890264239991435,
124
+ -0.08209008308470331,
125
+ 1.1760264151216022,
126
+ 0.10792624592659204,
127
+ 0.8501428426896885,
128
+ 0.499461802890813,
129
+ 0.14465536617200084,
130
+ 1.0046568192451892
131
+ ],
132
+ "q99": [
133
+ 0.8485318607721408,
134
+ 0.5354698755064242,
135
+ 1.2484713602363815,
136
+ 0.29951799270376245,
137
+ 0.7627048027350903,
138
+ 0.907086362491256,
139
+ 0.7513886682085111,
140
+ 1.0013017809668703,
141
+ 0.8538773909085506,
142
+ 0.05808650646442157,
143
+ 1.4438641689652447,
144
+ 0.7139494192640201,
145
+ 0.9942721138827836,
146
+ 0.905973852330765,
147
+ 0.3379170141341241,
148
+ 1.0066553330310357
149
+ ],
150
+ "std": [
151
+ 0.07772051311227303,
152
+ 0.10218820982049445,
153
+ 0.07631393739300622,
154
+ 0.11161084358735915,
155
+ 0.27627105366838,
156
+ 0.3892004673777363,
157
+ 0.3774027632567839,
158
+ 0.3146596243436015,
159
+ 0.07787727184769311,
160
+ 0.11365708450049616,
161
+ 0.10167383890830886,
162
+ 0.3517972997511945,
163
+ 0.43384993994114507,
164
+ 0.3114534374221161,
165
+ 0.10053845871612986,
166
+ 0.2854271639615171
167
+ ]
168
+ },
169
+ "episode_index": {
170
+ "count": [
171
+ 7713365
172
+ ],
173
+ "max": [
174
+ 14063
175
+ ],
176
+ "mean": [
177
+ 6356.452858901402
178
+ ],
179
+ "min": [
180
+ 0
181
+ ],
182
+ "q01": [
183
+ 6356.452858901402
184
+ ],
185
+ "q10": [
186
+ 6356.452858901402
187
+ ],
188
+ "q50": [
189
+ 6356.452858901402
190
+ ],
191
+ "q90": [
192
+ 6356.452858901402
193
+ ],
194
+ "q99": [
195
+ 6356.452858901402
196
+ ],
197
+ "std": [
198
+ 3883.517420134106
199
+ ]
200
+ },
201
+ "frame_index": {
202
+ "count": [
203
+ 7713365
204
+ ],
205
+ "max": [
206
+ 933
207
+ ],
208
+ "mean": [
209
+ 294.8140710312555
210
+ ],
211
+ "min": [
212
+ 0
213
+ ],
214
+ "q01": [
215
+ 5.396415670385459
216
+ ],
217
+ "q10": [
218
+ 58.524964302736976
219
+ ],
220
+ "q50": [
221
+ 294.5745473045297
222
+ ],
223
+ "q90": [
224
+ 531.0150393483291
225
+ ],
226
+ "q99": [
227
+ 584.2194711027671
228
+ ],
229
+ "std": [
230
+ 189.14768964949187
231
+ ]
232
+ },
233
+ "index": {
234
+ "count": [
235
+ 7713365
236
+ ],
237
+ "max": [
238
+ 7713364
239
+ ],
240
+ "mean": [
241
+ 3856682.0
242
+ ],
243
+ "min": [
244
+ 0
245
+ ],
246
+ "q01": [
247
+ 3856392.5823446345
248
+ ],
249
+ "q10": [
250
+ 3856445.710893272
251
+ ],
252
+ "q50": [
253
+ 3856681.8046645895
254
+ ],
255
+ "q90": [
256
+ 3856918.2114355033
257
+ ],
258
+ "q99": [
259
+ 3856971.406873249
260
+ ],
261
+ "std": [
262
+ 2226656.679553897
263
+ ]
264
+ },
265
+ "observation.state": {
266
+ "count": [
267
+ 7713365
268
+ ],
269
+ "max": [
270
+ 0.9835034012794495,
271
+ 0.8915553092956543,
272
+ 1.6184442043304443,
273
+ 0.9881884455680847,
274
+ 0.9976878762245178,
275
+ 0.9973146915435791,
276
+ 0.9342108368873596,
277
+ 6.104698657989502,
278
+ 0.9762229323387146,
279
+ 0.23894080519676208,
280
+ 1.9525599479675293,
281
+ 0.9770136475563049,
282
+ 0.9998341798782349,
283
+ 0.9892595410346985,
284
+ 0.9935705661773682,
285
+ 22.70714569091797
286
+ ],
287
+ "mean": [
288
+ 0.6466635645215775,
289
+ 0.262085569541444,
290
+ 1.0661147262530715,
291
+ 0.02864593338544157,
292
+ -0.13357133402752738,
293
+ 0.6221969349466594,
294
+ -0.4600262559821448,
295
+ 0.8089698089955211,
296
+ 0.6481937700295445,
297
+ -0.25922067976511737,
298
+ 1.0915709718809328,
299
+ -0.44769145128264964,
300
+ 0.6112500084331574,
301
+ -0.05122858233773392,
302
+ 0.040320103578233,
303
+ 0.829870878424481
304
+ ],
305
+ "min": [
306
+ 0.06395740807056427,
307
+ -0.24989858269691467,
308
+ 0.7370699048042297,
309
+ -0.7049983143806458,
310
+ -0.7063824534416199,
311
+ -0.7070638537406921,
312
+ -0.7070688009262085,
313
+ -0.8766899108886719,
314
+ -0.31078800559043884,
315
+ -0.8855246305465698,
316
+ 0.0,
317
+ -0.7069999575614929,
318
+ -0.7070167660713196,
319
+ -0.7059944868087769,
320
+ -0.6928855776786804,
321
+ -57.24977493286133
322
+ ],
323
+ "q01": [
324
+ 0.5047134344724512,
325
+ -0.05582336447094868,
326
+ 0.8832327432556576,
327
+ -0.3486615659694974,
328
+ -0.6569093414134527,
329
+ -0.668633001676528,
330
+ -0.6925904050165305,
331
+ 0.0005074269726076383,
332
+ 0.531767531844792,
333
+ -0.543904892335911,
334
+ 0.8421310770973957,
335
+ -0.6987776386953309,
336
+ -0.6923751324037329,
337
+ -0.6352889990214449,
338
+ -0.29186559385327954,
339
+ 0.011912496399700802
340
+ ],
341
+ "q10": [
342
+ 0.5989588506667112,
343
+ 0.10852004942830894,
344
+ 0.9724165025516623,
345
+ -0.07567916720028287,
346
+ -0.504012165812597,
347
+ 0.5974643860402744,
348
+ -0.664045508889047,
349
+ 0.3576576705082655,
350
+ 0.596730748089451,
351
+ -0.3198477039475615,
352
+ 1.0115070891993287,
353
+ -0.6699943330150765,
354
+ -0.4131394505686882,
355
+ -0.3362303734521379,
356
+ -0.02798287361314183,
357
+ 0.42227215925951794
358
+ ],
359
+ "q50": [
360
+ 0.6127366711701242,
361
+ 0.30204666213859754,
362
+ 1.0423463673099622,
363
+ 0.0196192395501675,
364
+ -0.1142318110149,
365
+ 0.7416069048275264,
366
+ -0.656018054086701,
367
+ 0.9951212683648915,
368
+ 0.6116776469306637,
369
+ -0.3019914835005232,
370
+ 1.0564776066619164,
371
+ -0.6565261400360454,
372
+ 0.7446571750068628,
373
+ -0.09810175663916551,
374
+ 0.02910427256988652,
375
+ 0.995753502334432
376
+ ],
377
+ "q90": [
378
+ 0.7864524255400102,
379
+ 0.3103120683385321,
380
+ 1.1641322617589236,
381
+ 0.14350243068568647,
382
+ 0.01239666289733314,
383
+ 0.7853084173022976,
384
+ 0.0805470861098261,
385
+ 1.000965687674324,
386
+ 0.7889726743589328,
387
+ -0.07982639167349323,
388
+ 1.1760145552113093,
389
+ 0.10772890799423454,
390
+ 0.8501417313380143,
391
+ 0.4990808752743613,
392
+ 0.14464952201704573,
393
+ 1.0046526524878951
394
+ ],
395
+ "q99": [
396
+ 0.8485264048750231,
397
+ 0.5354690204847821,
398
+ 1.248459087936006,
399
+ 0.2994141439157982,
400
+ 0.7626703273237896,
401
+ 0.9070850942551102,
402
+ 0.7513886682085111,
403
+ 1.00130177042859,
404
+ 0.8539102029830689,
405
+ 0.05808431024286694,
406
+ 1.443870266600966,
407
+ 0.7139263893045377,
408
+ 0.9942721138827836,
409
+ 0.905973552815919,
410
+ 0.3378770259987463,
411
+ 1.0066549612724243
412
+ ],
413
+ "std": [
414
+ 0.07771403115455028,
415
+ 0.10218643189480352,
416
+ 0.07630428221169669,
417
+ 0.11159260259451234,
418
+ 0.2762506103222798,
419
+ 0.3891365435315387,
420
+ 0.3773464840402443,
421
+ 0.31441102314204467,
422
+ 0.08263391075135963,
423
+ 0.11418484985918455,
424
+ 0.11183546655158234,
425
+ 0.35209737243920497,
426
+ 0.4345003790699529,
427
+ 0.31145081789311396,
428
+ 0.1005367267989937,
429
+ 0.28730373679347254
430
+ ]
431
+ },
432
+ "task_index": {
433
+ "count": [
434
+ 7713365
435
+ ],
436
+ "max": [
437
+ 33
438
+ ],
439
+ "mean": [
440
+ 3.160071771529028
441
+ ],
442
+ "min": [
443
+ 0
444
+ ],
445
+ "q01": [
446
+ 3.160071771529028
447
+ ],
448
+ "q10": [
449
+ 3.160071771529028
450
+ ],
451
+ "q50": [
452
+ 3.1600717715290356
453
+ ],
454
+ "q90": [
455
+ 3.1600717715290485
456
+ ],
457
+ "q99": [
458
+ 3.1600717715290494
459
+ ],
460
+ "std": [
461
+ 2.9826711477345444
462
+ ]
463
+ },
464
+ "timestamp": {
465
+ "count": [
466
+ 7713365
467
+ ],
468
+ "max": [
469
+ 31.100000381469727
470
+ ],
471
+ "mean": [
472
+ 9.827135611226424
473
+ ],
474
+ "min": [
475
+ 0.0
476
+ ],
477
+ "q01": [
478
+ 0.1798556998673166
479
+ ],
480
+ "q10": [
481
+ 1.950760337162591
482
+ ],
483
+ "q50": [
484
+ 9.820504581386064
485
+ ],
486
+ "q90": [
487
+ 17.70085822951863
488
+ ],
489
+ "q99": [
490
+ 19.473998263722077
491
+ ],
492
+ "std": [
493
+ 6.3049230127125755
494
+ ]
495
+ }
496
+ }
lift2/meta/episodes/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7bd83ed88b4fe9fb51d64b271e45dc64e8a66c1f955727590d4ca13dc0db1ce5
3
- size 9215126
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d12217fb0a4998fa50ac85d4c73bebe1e6db7ab0337b5ca8e488456e3421721
3
+ size 8101273
lift2/meta/episodes/chunk-000/file-001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40c58a7bb2ab827694e167b8f063d7a71d41adb25fa99dfd74c2372961a7190d
3
- size 9703643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:370cd00c3a10095f660224f912d03d4f888622295eace7ae539b0386e7414b9b
3
+ size 8570369
lift2/meta/episodes/chunk-000/file-002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5dba172de8ca6e8374b648bafe914084e80f1cef8b2aab662e71160dd878ee14
3
- size 9531952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf2a189390d38b3e30d95fff5513d882487c318a0028371f6bcfac8e8dfd94e
3
+ size 8451930
lift2/meta/episodes/chunk-000/file-003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b308ebde9c3b1c2c02d7f65204aa23f3479e1f58acf07fede6cbbfc1374f57ab
3
- size 9574944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:876329c4dca09e788fcae253e4ecfcfdec6bc9a520685d6ba23576416ce58845
3
+ size 8500459
lift2/meta/episodes/chunk-000/file-004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2bbb55d9414044af269a84e83dc833a131ad1b1cfc53daa93a00b2fa7aa9b9d6
3
- size 9417543
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc667f5ea11a222565ecee8766c36a28ae146ae84fc0b38e326931e1e09eef06
3
+ size 8304458
lift2/meta/episodes/chunk-000/file-005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55557fb3e6c13e55a97643d95656c265feb214217e8abd7e5b16dd9012a78656
3
- size 9508551
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ca07747c953b405e1ab24733cc9942f3f31e23c752b25bd039ae186233e9b84
3
+ size 8457494
lift2/meta/episodes/chunk-000/file-006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34afc6cbdb97f77146228406c45a4abcd1fc73c4a34b928249aa6f037a055901
3
- size 9783332
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47df39441cdbfc9668c800c70123287a5e5e98c19b968cd3de584a86751932db
3
+ size 8567335
lift2/meta/episodes/chunk-000/file-007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79b1531977ac70326cad6311e41eb041ebcb22d8161b44e56f6b29f4b238312a
3
- size 9910662
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69157a04fd5fd18b9b7ad4db34f1859f3725cde0cab0755b78889faa80c18fc1
3
+ size 8673303
lift2/meta/episodes/chunk-000/file-008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:411339cd29b2df55b3e30092f64e15bbc58390c31017f95a8a2daa705eaa8282
3
- size 7099681
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab828a228c8d2e2aeb934eb7160b24564813256bda374dd4bfe7266398ec1b42
3
+ size 5948376
lift2/meta/episodes/chunk-000/file-009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:482a7ed7740cd01367a1c6245f5e6e86cbb21808dee2c190459d3d3c874927d4
3
- size 9930380
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd4f3ac25221564fe9afd061db77249a47fb17d370d8641147dbb5a9484f27c
3
+ size 8808858
lift2/meta/episodes/chunk-000/file-010.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23bb5b1fdb940f9ba4d71a0b0122cfc8627b67be5854eb2953dc636abce80b17
3
- size 9720058
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3717c0628ace6c8422f005dc5355262e2d5a2959532791bd2eda8f8d47a9aa13
3
+ size 8564453
lift2/meta/episodes/chunk-000/file-011.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be0fff0d38560ae8408b91064d723616c39bf3eb0e488955839d3c2b079f2297
3
- size 9728484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98178a91d45122c195e4cbdb7e1dc2c5f6f45517640a947587d07fc298d3686d
3
+ size 8574831
lift2/meta/episodes/chunk-000/file-012.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0d9f31431e0cac9e6307be8128e8d54b2ff8d2a3e59622e7d8d978f1c57ec1c
3
- size 9395850
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3ed2dd8f49362837229ffeb94965243f7801e4f5940e86e582a42a8fa73a15e
3
+ size 8200477
lift2/meta/episodes/chunk-000/file-013.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff0077bd81df06277d9748c1029261213e488735e4c5bef227a27e7ef49ec2eb
3
- size 8109522
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ab94398a30b16e8b9a7afd3086f38d083a8340f719daf3cc6f83185ea5cae58
3
+ size 6987960
lift2/meta/episodes/chunk-000/file-014.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e30b863f18cd2c0c404dd55a12b816854beffb025add7180d0808bb80f45dbf8
3
- size 9931969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5f176f7838d091e933dd99552166b60786fe11a70e84caf2b97ccf5f27f0ebb
3
+ size 8753231
lift2/meta/episodes/chunk-000/file-015.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed8efa6b92d1755a9d75e26a3d98a5080c658237a7d08bd2d38a86f361ea1241
3
- size 10036426
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:264a9bb272372647163e1a1aa922cd811629a0a00d6b51c37980f4024ee29bb8
3
+ size 8819570
lift2/meta/episodes/chunk-000/file-016.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2467de698581167e5db5e3062e24a938454762fae3e443bc035178297c310213
3
- size 9706642
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b3fddb87abcca2316b4526b5656dc04d550abcafdaacdc7a96f0488e724b6e6
3
+ size 8494355
lift2/meta/episodes/chunk-000/file-017.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d67dcacb572a2ff8055b28900094d9115061647bec3edddf2538ea9ea178b9c5
3
- size 8681411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03a0d5a200ad172a3a922f787e74e5105a4290ddf36d126a16541eb737928df9
3
+ size 7592597
lift2/meta/episodes/chunk-000/file-018.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08d366f6b9afc6a81bfd7225c082ca404bd0b949a38b7173997e7c3816158f4e
3
- size 8724367
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c3dd6273829abcc75503bd5ea087fb1a2ee8cdffd75aefc1e0833ab59b2bb4
3
+ size 7574868
lift2/meta/episodes/chunk-000/file-019.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb5778434a2a9b34035ea0c324c19af0eadc23e8f2aec7382f7bafb5cf017209
3
- size 9942824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2457991c18ac7b009117e8cb80cfd0550c8661e183a53eda7da2fd86df0d2ff
3
+ size 8844203
lift2/meta/episodes/chunk-000/file-020.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba7952b0eef430c9bcc384ab411a1b7d6cb1632b72d746df25c6a0db83247a31
3
- size 9836194
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c55a5fdafe99fd26af1e90fe47ed82c35cc8e938553b997357fdf30c845a4e7
3
+ size 8760642
lift2/meta/episodes/chunk-000/file-021.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e16138565f2004e9715d952c674f7e0a1e17dd461e94d2b477639b68faba4db
3
- size 9296164
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b6ed520b9e16c705d7cbd2802aa3b34ca1ebc0ae6c6f24030c06b299de06da4
3
+ size 8187485