GuanhuaJi commited on
Commit
07b9aa9
·
verified ·
1 Parent(s): 3bf73dd

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +140 -0
  2. README.md.bak +140 -0
  3. data/chunk-000/episode_000000.parquet +3 -0
  4. data/chunk-000/episode_000001.parquet +3 -0
  5. data/chunk-000/episode_000004.parquet +3 -0
  6. data/chunk-000/episode_000005.parquet +3 -0
  7. data/chunk-000/episode_000008.parquet +3 -0
  8. data/chunk-000/episode_000009.parquet +3 -0
  9. data/chunk-000/episode_000011.parquet +3 -0
  10. data/chunk-000/episode_000014.parquet +3 -0
  11. data/chunk-000/episode_000015.parquet +3 -0
  12. data/chunk-000/episode_000018.parquet +3 -0
  13. data/chunk-000/episode_000019.parquet +3 -0
  14. data/chunk-000/episode_000022.parquet +3 -0
  15. data/chunk-000/episode_000023.parquet +3 -0
  16. data/chunk-000/episode_000026.parquet +3 -0
  17. data/chunk-000/episode_000027.parquet +3 -0
  18. data/chunk-000/episode_000032.parquet +3 -0
  19. data/chunk-000/episode_000036.parquet +3 -0
  20. data/chunk-000/episode_000042.parquet +3 -0
  21. data/chunk-000/episode_000043.parquet +3 -0
  22. data/chunk-000/episode_000046.parquet +3 -0
  23. data/chunk-000/episode_000047.parquet +3 -0
  24. data/chunk-000/episode_000052.parquet +3 -0
  25. data/chunk-000/episode_000053.parquet +3 -0
  26. data/chunk-000/episode_000056.parquet +3 -0
  27. data/chunk-000/episode_000057.parquet +3 -0
  28. data/chunk-000/episode_000060.parquet +3 -0
  29. data/chunk-000/episode_000061.parquet +3 -0
  30. data/chunk-000/episode_000064.parquet +3 -0
  31. data/chunk-000/episode_000065.parquet +3 -0
  32. data/chunk-000/episode_000068.parquet +3 -0
  33. data/chunk-000/episode_000069.parquet +3 -0
  34. data/chunk-000/episode_000070.parquet +3 -0
  35. data/chunk-000/episode_000071.parquet +3 -0
  36. data/chunk-000/episode_000074.parquet +3 -0
  37. data/chunk-000/episode_000075.parquet +3 -0
  38. data/chunk-000/episode_000078.parquet +3 -0
  39. data/chunk-000/episode_000079.parquet +3 -0
  40. data/chunk-000/episode_000080.parquet +3 -0
  41. data/chunk-000/episode_000081.parquet +3 -0
  42. data/chunk-000/episode_000084.parquet +3 -0
  43. data/chunk-000/episode_000085.parquet +3 -0
  44. data/chunk-000/episode_000088.parquet +3 -0
  45. data/chunk-000/episode_000089.parquet +3 -0
  46. data/chunk-000/episode_000090.parquet +3 -0
  47. meta/episodes.jsonl +91 -0
  48. meta/episodes_stats.jsonl +0 -0
  49. meta/info.json +479 -0
  50. meta/tasks.jsonl +1 -0
README.md ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "nyu_franka_play_dataset_val_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-aug, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v2.1"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "sawyer", "ur5e", "widowX", "xarm7"]
10
+ fps: 3.0
11
+ total_episodes: 91
12
+ total_frames: 10427
13
+ total_videos: 819
14
+
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - "data/chunk-*/episode_*.parquet"
21
+ ---
22
+ # nyu_franka_play_dataset_val_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v2.1`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, sawyer, ur5e, widowX, xarm7
28
+ - **FPS**: 3.0
29
+ - **Episodes**: 91
30
+ - **Frames**: 10,427
31
+ - **Videos**: 819
32
+ - **Chunks**: 1
33
+ - **Splits**:
34
+ - `train`: `0:91`
35
+
36
+ ## Data Layout
37
+
38
+ ```text
39
+ data_path : data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet
40
+ video_path: videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4
41
+ ```
42
+
43
+ ## Features
44
+
45
+ | Feature | dtype | shape | description |
46
+ |---|---:|---:|---|
47
+ | `observation.images.google_robot` | `video` | `128×128×3` | Augmented image for google_robot robot |
48
+ | `observation.images.image` | `video` | `128×128×3` | Source robot's image from original dataset |
49
+ | `observation.images.jaco` | `video` | `128×128×3` | Augmented image for jaco robot |
50
+ | `observation.images.kinova3` | `video` | `128×128×3` | Augmented image for kinova3 robot |
51
+ | `observation.images.kuka_iiwa` | `video` | `128×128×3` | Augmented image for kuka_iiwa robot |
52
+ | `observation.images.sawyer` | `video` | `128×128×3` | Augmented image for sawyer robot |
53
+ | `observation.images.ur5e` | `video` | `128×128×3` | Augmented image for ur5e robot |
54
+ | `observation.images.widowX` | `video` | `128×128×3` | Augmented image for widowX robot |
55
+ | `observation.images.xarm7` | `video` | `128×128×3` | Augmented image for xarm7 robot |
56
+ | `episode_index` | `int64` | `1` | - |
57
+ | `frame_index` | `int64` | `1` | - |
58
+ | `index` | `int64` | `1` | - |
59
+ | `natural_language_instruction` | `string` | `1` | - |
60
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
61
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
62
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
63
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
64
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
65
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
66
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
67
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
68
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
69
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
70
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
71
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
72
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
73
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
74
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
75
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
76
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
77
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
78
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
79
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
80
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
81
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
82
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
83
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
84
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
85
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
86
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
87
+ | `observation.state` | `float32` | `13` | Copy of the state field in source robot's RLDS dataset |
88
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
89
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
90
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
91
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
92
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
93
+ | `observation.widowX.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
94
+ | `observation.widowX.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
95
+ | `observation.widowX.ee_error` | `float32` | `7` | The eef difference between the augmented widowX robot and the original robot |
96
+ | `observation.widowX.ee_pose` | `float32` | `7` | The eef position of widowX robot |
97
+ | `observation.widowX.joints` | `float32` | `7` | The joint position of widowX robot |
98
+ | `observation.xarm7.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
99
+ | `observation.xarm7.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
100
+ | `observation.xarm7.ee_error` | `float32` | `7` | The eef difference between the augmented xarm7 robot and the original robot |
101
+ | `observation.xarm7.ee_pose` | `float32` | `7` | The eef position of xarm7 robot |
102
+ | `observation.xarm7.joints` | `float32` | `8` | The joint position of xarm7 robot |
103
+ | `task_index` | `int64` | `1` | - |
104
+ | `timestamp` | `float32` | `1` | - |
105
+
106
+ ## Website
107
+
108
+ - Website page: [https://oxe-aug.github.io/](https://oxe-aug.github.io/)
109
+ - Project repository: [https://github.com/GuanhuaJi/oxe-aug](https://github.com/GuanhuaJi/oxe-aug)
110
+
111
+ ## Paper
112
+
113
+ - Not available.
114
+
115
+ ## Citation Policy
116
+
117
+ If you use **OXE-Aug** datasets, please cite **both** our dataset and the **upstream datasets**.
118
+
119
+ ## Upstream Dataset Citation (original dataset)
120
+
121
+ ```bibtex
122
+ @article{cui2022play,
123
+ title = {From Play to Policy: Conditional Behavior Generation from Uncurated Robot Data},
124
+ author = {Cui, Zichen Jeff and Wang, Yibin and Shafiullah, Nur Muhammad Mahi and Pinto, Lerrel},
125
+ journal = {arXiv preprint arXiv:2210.10047},
126
+ year = {2022}
127
+ }
128
+ ```
129
+
130
+ ## OXE-Aug Dataset Citation (ours)
131
+
132
+ ```bibtex
133
+ @misc{
134
+ ji2025oxeaug,
135
+ title = {OXE-Aug: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
136
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
137
+ year = {2025},
138
+ note = {Manuscript}
139
+ }
140
+ ```
README.md.bak ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "nyu_franka_play_dataset_val_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-aug, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v2.1"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "sawyer", "ur5e", "widowX", "xarm7"]
10
+ fps: 3.0
11
+ total_episodes: 91
12
+ total_frames: 10427
13
+ total_videos: 819
14
+
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - "data/chunk-*/episode_*.parquet"
21
+ ---
22
+ # nyu_franka_play_dataset_val_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v2.1`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, sawyer, ur5e, widowX, xarm7
28
+ - **FPS**: 3.0
29
+ - **Episodes**: 91
30
+ - **Frames**: 10,427
31
+ - **Videos**: 819
32
+ - **Chunks**: 1
33
+ - **Splits**:
34
+ - `train`: `0:91`
35
+
36
+ ## Data Layout
37
+
38
+ ```text
39
+ data_path : data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet
40
+ video_path: videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4
41
+ ```
42
+
43
+ ## Features
44
+
45
+ | Feature | dtype | shape | description |
46
+ |---|---:|---:|---|
47
+ | `observation.images.google_robot` | `video` | `128×128×3` | Augmented image for google_robot robot |
48
+ | `observation.images.image` | `video` | `128×128×3` | Source robot's image from original dataset |
49
+ | `observation.images.jaco` | `video` | `128×128×3` | Augmented image for jaco robot |
50
+ | `observation.images.kinova3` | `video` | `128×128×3` | Augmented image for kinova3 robot |
51
+ | `observation.images.kuka_iiwa` | `video` | `128×128×3` | Augmented image for kuka_iiwa robot |
52
+ | `observation.images.sawyer` | `video` | `128×128×3` | Augmented image for sawyer robot |
53
+ | `observation.images.ur5e` | `video` | `128×128×3` | Augmented image for ur5e robot |
54
+ | `observation.images.widowX` | `video` | `128×128×3` | Augmented image for widowX robot |
55
+ | `observation.images.xarm7` | `video` | `128×128×3` | Augmented image for xarm7 robot |
56
+ | `episode_index` | `int64` | `1` | - |
57
+ | `frame_index` | `int64` | `1` | - |
58
+ | `index` | `int64` | `1` | - |
59
+ | `natural_language_instruction` | `string` | `1` | - |
60
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
61
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
62
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
63
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
64
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
65
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
66
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
67
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
68
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
69
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
70
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
71
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
72
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
73
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
74
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
75
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
76
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
77
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
78
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
79
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
80
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
81
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
82
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
83
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
84
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
85
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
86
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
87
+ | `observation.state` | `float32` | `13` | Copy of the state field in source robot's RLDS dataset |
88
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
89
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
90
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
91
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
92
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
93
+ | `observation.widowX.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
94
+ | `observation.widowX.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
95
+ | `observation.widowX.ee_error` | `float32` | `7` | The eef difference between the augmented widowX robot and the original robot |
96
+ | `observation.widowX.ee_pose` | `float32` | `7` | The eef position of widowX robot |
97
+ | `observation.widowX.joints` | `float32` | `7` | The joint position of widowX robot |
98
+ | `observation.xarm7.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
99
+ | `observation.xarm7.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
100
+ | `observation.xarm7.ee_error` | `float32` | `7` | The eef difference between the augmented xarm7 robot and the original robot |
101
+ | `observation.xarm7.ee_pose` | `float32` | `7` | The eef position of xarm7 robot |
102
+ | `observation.xarm7.joints` | `float32` | `8` | The joint position of xarm7 robot |
103
+ | `task_index` | `int64` | `1` | - |
104
+ | `timestamp` | `float32` | `1` | - |
105
+
106
+ ## Website
107
+
108
+ - Website page: [https://oxe-aug.github.io/](https://oxe-aug.github.io/)
109
+ - Project repository: [https://github.com/GuanhuaJi/oxe-aug](https://github.com/GuanhuaJi/oxe-aug)
110
+
111
+ ## Paper
112
+
113
+ - Not available.
114
+
115
+ ## Citation Policy
116
+
117
+ If you use **OXE-Aug** datasets, please cite **both** our dataset and the **upstream datasets**.
118
+
119
+ ## Upstream Dataset Citation (original dataset)
120
+
121
+ ```bibtex
122
+ @article{cui2022play,
123
+ title = {From Play to Policy: Conditional Behavior Generation from Uncurated Robot Data},
124
+ author = {Cui, Zichen Jeff and Wang, Yibin and Shafiullah, Nur Muhammad Mahi and Pinto, Lerrel},
125
+ journal = {arXiv preprint arXiv:2210.10047},
126
+ year = {2022}
127
+ }
128
+ ```
129
+
130
+ ## OXE-Aug Dataset Citation (ours)
131
+
132
+ ```bibtex
133
+ @misc{
134
+ ji2025oxeaug,
135
+ title = {OXE-Aug: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
136
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
137
+ year = {2025},
138
+ note = {Manuscript}
139
+ }
140
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:844c7aa8e245fea51a3e809082a85539a038c4cacdd710e7e026927ade42a703
3
+ size 93072
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04df2003377ce29aef0abc9f9b921cbf51de6390c3cc06ea521b767e6ad1c9b3
3
+ size 118078
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01177e648d983adbf03ed31fd6972b3267c3056a24deb7afb73602e6cf600f8b
3
+ size 138555
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f00b171359e88e04cd970a067a6492d9960c9976b86fc36c4c63d765c8904a
3
+ size 142292
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40040d59d84dabf1794a15fa163c7236ac3cb458e15f44dda237299718496c31
3
+ size 177847
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:072a5b90bd231903fd295dc94b1ffcb563097fd3bf925aca9e2e168953e5907d
3
+ size 219453
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cbb7dd1caf161512c21d35588ba1db3996b358b2f80b75ee88e91561c628a09
3
+ size 161588
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:775632f94e1f71bc1c0211dc4cbdd380344833eec5f156f884d05e254a1ca0b8
3
+ size 42091
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd444c13ba40a11b1622cdc445cb0b8bfb747f41c45a66ed94f244f757445e6
3
+ size 185136
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e23264313bf1d514f08b3833306a6551e01ce399f85dde08b02f4184f95ffd37
3
+ size 89337
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b51b7eb0e82ea5d59cced9293dc8dbc130d0214389e3c45b1b59de694e715ae0
3
+ size 141780
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc41c02c9a193f86a250cdc79bcbf3e39920c8772d8253fec17460ef8c60fcd9
3
+ size 145937
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:480a2e3b54529814221c74db198403febd8ef6c47eab0ae9a0fb6ac000f2cd22
3
+ size 135734
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd4429d0c69edab86ac4b99de9752c56c9cb5bfe6327c4e183d71bd63f1c3b7
3
+ size 152237
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42c87bf6c92f07a9d8def37d802a33ec633936d1c6038a7ee13fee8c4a2a773d
3
+ size 241770
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6047558cd5655ceecddd99d7d542a1bd0ac775a04565ca5ece7c2f35f43cbe6f
3
+ size 157672
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9edead886f6837ed522a16b40e5fc83565cc5de727d6b0d72213f78de55ce42b
3
+ size 128279
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d77e4c60a84f6becd737d167355e904b90aa06ba374be88597806cc405ad0ae6
3
+ size 104598
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beef0725515d03ec0d6dcf5b9c4bf0f7c2829100e36fbd3d841387741afc01ee
3
+ size 112583
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b362e664931b50d683e0b2f531d3b9c232cc5ad82f7c1483e43a6cb1e597bb9
3
+ size 177407
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faa24fb67e879d0725acba73f67ef7bec00488491ae1c05c3c59adc775493faf
3
+ size 175213
data/chunk-000/episode_000052.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42407d1bdf722591f83f0b860b06492a3a2c2d68e5e4e16af7e75f029b0412a2
3
+ size 181691
data/chunk-000/episode_000053.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c481851b530ba5dbc410af739ec7747d9e8da03edc5686210b581afbb9ced448
3
+ size 188895
data/chunk-000/episode_000056.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50335aebabd29bd5c2e2616fed5bbe54e34540fbbd19c8799216ef61daefb39b
3
+ size 125836
data/chunk-000/episode_000057.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3ab1b7fec1f2132414a7c466ce725057bd99c66358fe9db446b7c848bf7cca0
3
+ size 146040
data/chunk-000/episode_000060.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8b1b07f03f4ec9e598ae2212f98a8376f4f453963b65211ba57bd6fd7197e5d
3
+ size 129978
data/chunk-000/episode_000061.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec0344456472f1ca3d44e0a96811348165453d44b062831b096f2bbd2d8a9dc
3
+ size 106889
data/chunk-000/episode_000064.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c70ba61eca6751126d7ec8f3a5563a59dc9fb0ee4d2630373e45d76e51ca41b
3
+ size 164170
data/chunk-000/episode_000065.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f228594b61201dce7b994d9c2a75e9421fd1e78eb843d138683c402e24b7a4
3
+ size 157641
data/chunk-000/episode_000068.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60858346df0903bc7c676901b821f67b45a55a459093fe1e1fe2ef3e2e18e730
3
+ size 168557
data/chunk-000/episode_000069.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9a9eeb9aa528d7da76e599767e3db85fa367a995b76afc8231dbc9c1a8798b7
3
+ size 168595
data/chunk-000/episode_000070.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eee695871ef72908965906317bb29dd7a4e2d908021b2a5a2b97014b97a77cb
3
+ size 138598
data/chunk-000/episode_000071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58fcd46d1a39bf62ff1608aba72c774c0b5ef8d3fe9bc240f0d43266acbe425a
3
+ size 184399
data/chunk-000/episode_000074.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7817b632eb7ea93d71f299000a334b7a8adfbf6980b408f1289ceefd60b8e0ae
3
+ size 198502
data/chunk-000/episode_000075.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8419bbd7937996965d53c335697e147cc2c09915f17e9f2bc12c2f53863830f9
3
+ size 208676
data/chunk-000/episode_000078.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faf96806c3d831f1ae29a4fde5f00e36a665841750e0ae63e7a89ee010414cd0
3
+ size 102764
data/chunk-000/episode_000079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba89c154c66d42b8dede6826202c6e7e7c5b79ae702de196d53cf9640f49acb
3
+ size 206183
data/chunk-000/episode_000080.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dc5df5f67de6ba1bf0c8d032a72379e72b42c543112bb2eff1c1263e34929e8
3
+ size 137177
data/chunk-000/episode_000081.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a817b41a64f057efa57ba396fd900b7639c7ea6342c2486f85e2a2f43ae4eacb
3
+ size 265384
data/chunk-000/episode_000084.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e1de6ed86041d38e6455557aecbead9dffcc557fc8502089c4c06490705f415
3
+ size 195946
data/chunk-000/episode_000085.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7616f6d86e1465b65f8975d704c086d630b3a3750ef5868a2040ff9ee2b8867e
3
+ size 145742
data/chunk-000/episode_000088.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e62e6d440e024a7a45ef4731d4395f84cf658fb36bea42579c88d03c0cfd83e5
3
+ size 148573
data/chunk-000/episode_000089.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b122946bdb629af79cf58bcb7f57edaef315edf54db00bd17526a095b99d08a7
3
+ size 110750
data/chunk-000/episode_000090.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a4fb801a0e4e82eb629ef46152918b12778f108546cf9cbb0e381abcff0d73
3
+ size 162415
meta/episodes.jsonl ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["play with the kitchen"], "length": 55}
2
+ {"episode_index": 1, "tasks": ["play with the kitchen"], "length": 79}
3
+ {"episode_index": 2, "tasks": ["play with the kitchen"], "length": 141}
4
+ {"episode_index": 3, "tasks": ["play with the kitchen"], "length": 152}
5
+ {"episode_index": 4, "tasks": ["play with the kitchen"], "length": 99}
6
+ {"episode_index": 5, "tasks": ["play with the kitchen"], "length": 102}
7
+ {"episode_index": 6, "tasks": ["play with the kitchen"], "length": 168}
8
+ {"episode_index": 7, "tasks": ["play with the kitchen"], "length": 5}
9
+ {"episode_index": 8, "tasks": ["play with the kitchen"], "length": 139}
10
+ {"episode_index": 9, "tasks": ["play with the kitchen"], "length": 175}
11
+ {"episode_index": 10, "tasks": ["play with the kitchen"], "length": 83}
12
+ {"episode_index": 11, "tasks": ["play with the kitchen"], "length": 122}
13
+ {"episode_index": 12, "tasks": ["play with the kitchen"], "length": 139}
14
+ {"episode_index": 13, "tasks": ["play with the kitchen"], "length": 94}
15
+ {"episode_index": 14, "tasks": ["play with the kitchen"], "length": 4}
16
+ {"episode_index": 15, "tasks": ["play with the kitchen"], "length": 146}
17
+ {"episode_index": 16, "tasks": ["play with the kitchen"], "length": 96}
18
+ {"episode_index": 17, "tasks": ["play with the kitchen"], "length": 118}
19
+ {"episode_index": 18, "tasks": ["play with the kitchen"], "length": 51}
20
+ {"episode_index": 19, "tasks": ["play with the kitchen"], "length": 102}
21
+ {"episode_index": 20, "tasks": ["play with the kitchen"], "length": 90}
22
+ {"episode_index": 21, "tasks": ["play with the kitchen"], "length": 106}
23
+ {"episode_index": 22, "tasks": ["play with the kitchen"], "length": 106}
24
+ {"episode_index": 23, "tasks": ["play with the kitchen"], "length": 96}
25
+ {"episode_index": 24, "tasks": ["play with the kitchen"], "length": 115}
26
+ {"episode_index": 25, "tasks": ["play with the kitchen"], "length": 84}
27
+ {"episode_index": 26, "tasks": ["play with the kitchen"], "length": 111}
28
+ {"episode_index": 27, "tasks": ["play with the kitchen"], "length": 197}
29
+ {"episode_index": 28, "tasks": ["play with the kitchen"], "length": 121}
30
+ {"episode_index": 29, "tasks": ["play with the kitchen"], "length": 96}
31
+ {"episode_index": 30, "tasks": ["play with the kitchen"], "length": 87}
32
+ {"episode_index": 31, "tasks": ["play with the kitchen"], "length": 97}
33
+ {"episode_index": 32, "tasks": ["play with the kitchen"], "length": 117}
34
+ {"episode_index": 33, "tasks": ["play with the kitchen"], "length": 183}
35
+ {"episode_index": 34, "tasks": ["play with the kitchen"], "length": 135}
36
+ {"episode_index": 35, "tasks": ["play with the kitchen"], "length": 122}
37
+ {"episode_index": 36, "tasks": ["play with the kitchen"], "length": 89}
38
+ {"episode_index": 37, "tasks": ["play with the kitchen"], "length": 76}
39
+ {"episode_index": 38, "tasks": ["play with the kitchen"], "length": 127}
40
+ {"episode_index": 39, "tasks": ["play with the kitchen"], "length": 165}
41
+ {"episode_index": 40, "tasks": ["play with the kitchen"], "length": 97}
42
+ {"episode_index": 41, "tasks": ["play with the kitchen"], "length": 118}
43
+ {"episode_index": 42, "tasks": ["play with the kitchen"], "length": 67}
44
+ {"episode_index": 43, "tasks": ["play with the kitchen"], "length": 74}
45
+ {"episode_index": 44, "tasks": ["play with the kitchen"], "length": 191}
46
+ {"episode_index": 45, "tasks": ["play with the kitchen"], "length": 107}
47
+ {"episode_index": 46, "tasks": ["play with the kitchen"], "length": 138}
48
+ {"episode_index": 47, "tasks": ["play with the kitchen"], "length": 135}
49
+ {"episode_index": 48, "tasks": ["play with the kitchen"], "length": 98}
50
+ {"episode_index": 49, "tasks": ["play with the kitchen"], "length": 136}
51
+ {"episode_index": 50, "tasks": ["play with the kitchen"], "length": 95}
52
+ {"episode_index": 51, "tasks": ["play with the kitchen"], "length": 199}
53
+ {"episode_index": 52, "tasks": ["play with the kitchen"], "length": 142}
54
+ {"episode_index": 53, "tasks": ["play with the kitchen"], "length": 148}
55
+ {"episode_index": 54, "tasks": ["play with the kitchen"], "length": 137}
56
+ {"episode_index": 55, "tasks": ["play with the kitchen"], "length": 79}
57
+ {"episode_index": 56, "tasks": ["play with the kitchen"], "length": 87}
58
+ {"episode_index": 57, "tasks": ["play with the kitchen"], "length": 106}
59
+ {"episode_index": 58, "tasks": ["play with the kitchen"], "length": 121}
60
+ {"episode_index": 59, "tasks": ["play with the kitchen"], "length": 111}
61
+ {"episode_index": 60, "tasks": ["play with the kitchen"], "length": 90}
62
+ {"episode_index": 61, "tasks": ["play with the kitchen"], "length": 69}
63
+ {"episode_index": 62, "tasks": ["play with the kitchen"], "length": 146}
64
+ {"episode_index": 63, "tasks": ["play with the kitchen"], "length": 86}
65
+ {"episode_index": 64, "tasks": ["play with the kitchen"], "length": 123}
66
+ {"episode_index": 65, "tasks": ["play with the kitchen"], "length": 118}
67
+ {"episode_index": 66, "tasks": ["play with the kitchen"], "length": 87}
68
+ {"episode_index": 67, "tasks": ["play with the kitchen"], "length": 124}
69
+ {"episode_index": 68, "tasks": ["play with the kitchen"], "length": 129}
70
+ {"episode_index": 69, "tasks": ["play with the kitchen"], "length": 129}
71
+ {"episode_index": 70, "tasks": ["play with the kitchen"], "length": 99}
72
+ {"episode_index": 71, "tasks": ["play with the kitchen"], "length": 145}
73
+ {"episode_index": 72, "tasks": ["play with the kitchen"], "length": 142}
74
+ {"episode_index": 73, "tasks": ["play with the kitchen"], "length": 90}
75
+ {"episode_index": 74, "tasks": ["play with the kitchen"], "length": 156}
76
+ {"episode_index": 75, "tasks": ["play with the kitchen"], "length": 166}
77
+ {"episode_index": 76, "tasks": ["play with the kitchen"], "length": 94}
78
+ {"episode_index": 77, "tasks": ["play with the kitchen"], "length": 92}
79
+ {"episode_index": 78, "tasks": ["play with the kitchen"], "length": 65}
80
+ {"episode_index": 79, "tasks": ["play with the kitchen"], "length": 163}
81
+ {"episode_index": 80, "tasks": ["play with the kitchen"], "length": 98}
82
+ {"episode_index": 81, "tasks": ["play with the kitchen"], "length": 220}
83
+ {"episode_index": 82, "tasks": ["play with the kitchen"], "length": 81}
84
+ {"episode_index": 83, "tasks": ["play with the kitchen"], "length": 116}
85
+ {"episode_index": 84, "tasks": ["play with the kitchen"], "length": 154}
86
+ {"episode_index": 85, "tasks": ["play with the kitchen"], "length": 105}
87
+ {"episode_index": 86, "tasks": ["play with the kitchen"], "length": 136}
88
+ {"episode_index": 87, "tasks": ["play with the kitchen"], "length": 125}
89
+ {"episode_index": 88, "tasks": ["play with the kitchen"], "length": 108}
90
+ {"episode_index": 89, "tasks": ["play with the kitchen"], "length": 73}
91
+ {"episode_index": 90, "tasks": ["play with the kitchen"], "length": 122}
meta/episodes_stats.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,479 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 91,
5
+ "total_frames": 10427,
6
+ "total_tasks": 1,
7
+ "total_videos": 819,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 3.0,
11
+ "splits": {
12
+ "train": "0:91"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "observation.widowX.joints": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 7
21
+ ]
22
+ },
23
+ "observation.widowX.ee_pose": {
24
+ "dtype": "float32",
25
+ "shape": [
26
+ 7
27
+ ]
28
+ },
29
+ "observation.widowX.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ]
34
+ },
35
+ "observation.widowX.base_orientation": {
36
+ "dtype": "float32",
37
+ "shape": [
38
+ 1
39
+ ]
40
+ },
41
+ "observation.widowX.ee_error": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 7
45
+ ]
46
+ },
47
+ "observation.images.widowX": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 128,
51
+ 128,
52
+ 3
53
+ ],
54
+ "info": {
55
+ "video.height": 128,
56
+ "video.width": 128,
57
+ "video.codec": "av1",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.is_depth_map": false,
60
+ "video.fps": 30,
61
+ "video.channels": 3,
62
+ "has_audio": false
63
+ }
64
+ },
65
+ "observation.sawyer.joints": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 8
69
+ ]
70
+ },
71
+ "observation.sawyer.ee_pose": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 7
75
+ ]
76
+ },
77
+ "observation.sawyer.base_position": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 3
81
+ ]
82
+ },
83
+ "observation.sawyer.base_orientation": {
84
+ "dtype": "float32",
85
+ "shape": [
86
+ 1
87
+ ]
88
+ },
89
+ "observation.sawyer.ee_error": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 7
93
+ ]
94
+ },
95
+ "observation.images.sawyer": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 128,
99
+ 128,
100
+ 3
101
+ ],
102
+ "info": {
103
+ "video.height": 128,
104
+ "video.width": 128,
105
+ "video.codec": "av1",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "video.fps": 30,
109
+ "video.channels": 3,
110
+ "has_audio": false
111
+ }
112
+ },
113
+ "observation.ur5e.joints": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 7
117
+ ]
118
+ },
119
+ "observation.ur5e.ee_pose": {
120
+ "dtype": "float32",
121
+ "shape": [
122
+ 7
123
+ ]
124
+ },
125
+ "observation.ur5e.base_position": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 3
129
+ ]
130
+ },
131
+ "observation.ur5e.base_orientation": {
132
+ "dtype": "float32",
133
+ "shape": [
134
+ 1
135
+ ]
136
+ },
137
+ "observation.ur5e.ee_error": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 7
141
+ ]
142
+ },
143
+ "observation.images.ur5e": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 128,
147
+ 128,
148
+ 3
149
+ ],
150
+ "info": {
151
+ "video.height": 128,
152
+ "video.width": 128,
153
+ "video.codec": "av1",
154
+ "video.pix_fmt": "yuv420p",
155
+ "video.is_depth_map": false,
156
+ "video.fps": 30,
157
+ "video.channels": 3,
158
+ "has_audio": false
159
+ }
160
+ },
161
+ "observation.google_robot.joints": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 8
165
+ ]
166
+ },
167
+ "observation.google_robot.ee_pose": {
168
+ "dtype": "float32",
169
+ "shape": [
170
+ 7
171
+ ]
172
+ },
173
+ "observation.google_robot.base_position": {
174
+ "dtype": "float32",
175
+ "shape": [
176
+ 3
177
+ ]
178
+ },
179
+ "observation.google_robot.base_orientation": {
180
+ "dtype": "float32",
181
+ "shape": [
182
+ 1
183
+ ]
184
+ },
185
+ "observation.google_robot.ee_error": {
186
+ "dtype": "float32",
187
+ "shape": [
188
+ 7
189
+ ]
190
+ },
191
+ "observation.images.google_robot": {
192
+ "dtype": "video",
193
+ "shape": [
194
+ 128,
195
+ 128,
196
+ 3
197
+ ],
198
+ "info": {
199
+ "video.height": 128,
200
+ "video.width": 128,
201
+ "video.codec": "av1",
202
+ "video.pix_fmt": "yuv420p",
203
+ "video.is_depth_map": false,
204
+ "video.fps": 30,
205
+ "video.channels": 3,
206
+ "has_audio": false
207
+ }
208
+ },
209
+ "observation.jaco.joints": {
210
+ "dtype": "float32",
211
+ "shape": [
212
+ 7
213
+ ]
214
+ },
215
+ "observation.jaco.ee_pose": {
216
+ "dtype": "float32",
217
+ "shape": [
218
+ 7
219
+ ]
220
+ },
221
+ "observation.jaco.base_position": {
222
+ "dtype": "float32",
223
+ "shape": [
224
+ 3
225
+ ]
226
+ },
227
+ "observation.jaco.base_orientation": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 1
231
+ ]
232
+ },
233
+ "observation.jaco.ee_error": {
234
+ "dtype": "float32",
235
+ "shape": [
236
+ 7
237
+ ]
238
+ },
239
+ "observation.images.jaco": {
240
+ "dtype": "video",
241
+ "shape": [
242
+ 128,
243
+ 128,
244
+ 3
245
+ ],
246
+ "info": {
247
+ "video.height": 128,
248
+ "video.width": 128,
249
+ "video.codec": "av1",
250
+ "video.pix_fmt": "yuv420p",
251
+ "video.is_depth_map": false,
252
+ "video.fps": 30,
253
+ "video.channels": 3,
254
+ "has_audio": false
255
+ }
256
+ },
257
+ "observation.kinova3.joints": {
258
+ "dtype": "float32",
259
+ "shape": [
260
+ 8
261
+ ]
262
+ },
263
+ "observation.kinova3.ee_pose": {
264
+ "dtype": "float32",
265
+ "shape": [
266
+ 7
267
+ ]
268
+ },
269
+ "observation.kinova3.base_position": {
270
+ "dtype": "float32",
271
+ "shape": [
272
+ 3
273
+ ]
274
+ },
275
+ "observation.kinova3.base_orientation": {
276
+ "dtype": "float32",
277
+ "shape": [
278
+ 1
279
+ ]
280
+ },
281
+ "observation.kinova3.ee_error": {
282
+ "dtype": "float32",
283
+ "shape": [
284
+ 7
285
+ ]
286
+ },
287
+ "observation.images.kinova3": {
288
+ "dtype": "video",
289
+ "shape": [
290
+ 128,
291
+ 128,
292
+ 3
293
+ ],
294
+ "info": {
295
+ "video.height": 128,
296
+ "video.width": 128,
297
+ "video.codec": "av1",
298
+ "video.pix_fmt": "yuv420p",
299
+ "video.is_depth_map": false,
300
+ "video.fps": 30,
301
+ "video.channels": 3,
302
+ "has_audio": false
303
+ }
304
+ },
305
+ "observation.kuka_iiwa.joints": {
306
+ "dtype": "float32",
307
+ "shape": [
308
+ 8
309
+ ]
310
+ },
311
+ "observation.kuka_iiwa.ee_pose": {
312
+ "dtype": "float32",
313
+ "shape": [
314
+ 7
315
+ ]
316
+ },
317
+ "observation.kuka_iiwa.base_position": {
318
+ "dtype": "float32",
319
+ "shape": [
320
+ 3
321
+ ]
322
+ },
323
+ "observation.kuka_iiwa.base_orientation": {
324
+ "dtype": "float32",
325
+ "shape": [
326
+ 1
327
+ ]
328
+ },
329
+ "observation.kuka_iiwa.ee_error": {
330
+ "dtype": "float32",
331
+ "shape": [
332
+ 7
333
+ ]
334
+ },
335
+ "observation.images.kuka_iiwa": {
336
+ "dtype": "video",
337
+ "shape": [
338
+ 128,
339
+ 128,
340
+ 3
341
+ ],
342
+ "info": {
343
+ "video.height": 128,
344
+ "video.width": 128,
345
+ "video.codec": "av1",
346
+ "video.pix_fmt": "yuv420p",
347
+ "video.is_depth_map": false,
348
+ "video.fps": 30,
349
+ "video.channels": 3,
350
+ "has_audio": false
351
+ }
352
+ },
353
+ "observation.xarm7.joints": {
354
+ "dtype": "float32",
355
+ "shape": [
356
+ 8
357
+ ]
358
+ },
359
+ "observation.xarm7.ee_pose": {
360
+ "dtype": "float32",
361
+ "shape": [
362
+ 7
363
+ ]
364
+ },
365
+ "observation.xarm7.base_position": {
366
+ "dtype": "float32",
367
+ "shape": [
368
+ 3
369
+ ]
370
+ },
371
+ "observation.xarm7.base_orientation": {
372
+ "dtype": "float32",
373
+ "shape": [
374
+ 1
375
+ ]
376
+ },
377
+ "observation.xarm7.ee_error": {
378
+ "dtype": "float32",
379
+ "shape": [
380
+ 7
381
+ ]
382
+ },
383
+ "observation.images.xarm7": {
384
+ "dtype": "video",
385
+ "shape": [
386
+ 128,
387
+ 128,
388
+ 3
389
+ ],
390
+ "info": {
391
+ "video.height": 128,
392
+ "video.width": 128,
393
+ "video.codec": "av1",
394
+ "video.pix_fmt": "yuv420p",
395
+ "video.is_depth_map": false,
396
+ "video.fps": 30,
397
+ "video.channels": 3,
398
+ "has_audio": false
399
+ }
400
+ },
401
+ "observation.images.image": {
402
+ "dtype": "video",
403
+ "shape": [
404
+ 128,
405
+ 128,
406
+ 3
407
+ ],
408
+ "info": {
409
+ "video.height": 128,
410
+ "video.width": 128,
411
+ "video.codec": "av1",
412
+ "video.pix_fmt": "yuv420p",
413
+ "video.is_depth_map": false,
414
+ "video.fps": 30,
415
+ "video.channels": 3,
416
+ "has_audio": false
417
+ }
418
+ },
419
+ "natural_language_instruction": {
420
+ "dtype": "string",
421
+ "shape": [
422
+ 1
423
+ ]
424
+ },
425
+ "observation.state": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 13
429
+ ]
430
+ },
431
+ "observation.joints": {
432
+ "dtype": "float32",
433
+ "shape": [
434
+ 8
435
+ ]
436
+ },
437
+ "observation.ee_pose": {
438
+ "dtype": "float32",
439
+ "shape": [
440
+ 7
441
+ ]
442
+ },
443
+ "timestamp": {
444
+ "dtype": "float32",
445
+ "shape": [
446
+ 1
447
+ ],
448
+ "names": null
449
+ },
450
+ "frame_index": {
451
+ "dtype": "int64",
452
+ "shape": [
453
+ 1
454
+ ],
455
+ "names": null
456
+ },
457
+ "episode_index": {
458
+ "dtype": "int64",
459
+ "shape": [
460
+ 1
461
+ ],
462
+ "names": null
463
+ },
464
+ "index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null
470
+ },
471
+ "task_index": {
472
+ "dtype": "int64",
473
+ "shape": [
474
+ 1
475
+ ],
476
+ "names": null
477
+ }
478
+ }
479
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "play with the kitchen"}