GuanhuaJi commited on
Commit
5825f44
·
verified ·
1 Parent(s): 8494337

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +139 -0
  2. data/chunk-000/episode_000001.parquet +3 -0
  3. data/chunk-000/episode_000005.parquet +3 -0
  4. data/chunk-000/episode_000009.parquet +3 -0
  5. data/chunk-000/episode_000010.parquet +3 -0
  6. data/chunk-000/episode_000011.parquet +3 -0
  7. data/chunk-000/episode_000014.parquet +3 -0
  8. data/chunk-000/episode_000015.parquet +3 -0
  9. data/chunk-000/episode_000018.parquet +3 -0
  10. data/chunk-000/episode_000019.parquet +3 -0
  11. data/chunk-000/episode_000022.parquet +3 -0
  12. data/chunk-000/episode_000026.parquet +3 -0
  13. data/chunk-000/episode_000032.parquet +3 -0
  14. data/chunk-000/episode_000033.parquet +3 -0
  15. data/chunk-000/episode_000036.parquet +3 -0
  16. data/chunk-000/episode_000037.parquet +3 -0
  17. data/chunk-000/episode_000042.parquet +3 -0
  18. data/chunk-000/episode_000043.parquet +3 -0
  19. data/chunk-000/episode_000046.parquet +3 -0
  20. data/chunk-000/episode_000047.parquet +3 -0
  21. data/chunk-000/episode_000052.parquet +3 -0
  22. data/chunk-000/episode_000053.parquet +3 -0
  23. data/chunk-000/episode_000056.parquet +3 -0
  24. data/chunk-000/episode_000057.parquet +3 -0
  25. data/chunk-000/episode_000060.parquet +3 -0
  26. data/chunk-000/episode_000064.parquet +3 -0
  27. data/chunk-000/episode_000065.parquet +3 -0
  28. data/chunk-000/episode_000068.parquet +3 -0
  29. data/chunk-000/episode_000069.parquet +3 -0
  30. data/chunk-000/episode_000070.parquet +3 -0
  31. data/chunk-000/episode_000071.parquet +3 -0
  32. data/chunk-000/episode_000074.parquet +3 -0
  33. data/chunk-000/episode_000075.parquet +3 -0
  34. data/chunk-000/episode_000078.parquet +3 -0
  35. data/chunk-000/episode_000079.parquet +3 -0
  36. data/chunk-000/episode_000080.parquet +3 -0
  37. data/chunk-000/episode_000081.parquet +3 -0
  38. data/chunk-000/episode_000084.parquet +3 -0
  39. data/chunk-000/episode_000085.parquet +3 -0
  40. data/chunk-000/episode_000088.parquet +3 -0
  41. data/chunk-000/episode_000089.parquet +3 -0
  42. data/chunk-000/episode_000090.parquet +3 -0
  43. data/chunk-000/episode_000094.parquet +3 -0
  44. data/chunk-000/episode_000095.parquet +3 -0
  45. data/chunk-000/episode_000098.parquet +3 -0
  46. data/chunk-000/episode_000099.parquet +3 -0
  47. meta/episodes.jsonl +100 -0
  48. meta/episodes_stats.jsonl +0 -0
  49. meta/info.json +479 -0
  50. meta/tasks.jsonl +4 -0
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "berkeley_autolab_ur5_train_600_700"
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", "panda", "sawyer", "widowX", "xarm7"]
10
+ fps: 5.0
11
+ total_episodes: 100
12
+ total_frames: 9804
13
+ total_videos: 900
14
+
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - "data/chunk-*/episode_*.parquet"
21
+ ---
22
+ # berkeley_autolab_ur5_train_600_700
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v2.1`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, widowX, xarm7
28
+ - **FPS**: 5.0
29
+ - **Episodes**: 100
30
+ - **Frames**: 9,804
31
+ - **Videos**: 900
32
+ - **Chunks**: 1
33
+ - **Splits**:
34
+ - `train`: `0:100`
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` | `480×640×3` | Augmented image for google_robot robot |
48
+ | `observation.images.image` | `video` | `480×640×3` | Source robot's image from original dataset |
49
+ | `observation.images.jaco` | `video` | `480×640×3` | Augmented image for jaco robot |
50
+ | `observation.images.kinova3` | `video` | `480×640×3` | Augmented image for kinova3 robot |
51
+ | `observation.images.kuka_iiwa` | `video` | `480×640×3` | Augmented image for kuka_iiwa robot |
52
+ | `observation.images.panda` | `video` | `480×640×3` | Augmented image for panda robot |
53
+ | `observation.images.sawyer` | `video` | `480×640×3` | Augmented image for sawyer robot |
54
+ | `observation.images.widowX` | `video` | `480×640×3` | Augmented image for widowX robot |
55
+ | `observation.images.xarm7` | `video` | `480×640×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` | `7` | 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.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
83
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
84
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
85
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
86
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
87
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
88
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
89
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
90
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
91
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
92
+ | `observation.state` | `float32` | `15` | Copy of the state field in source robot's RLDS dataset |
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
+ - [https://sites.google.com/view/berkeley-ur5/home](https://sites.google.com/view/berkeley-ur5/home)
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
+ @misc{BerkeleyUR5Website,
123
+ title = {Berkeley {UR5} Demonstration Dataset},
124
+ author = {Lawrence Yunliang Chen and Simeon Adebola and Ken Goldberg},
125
+ howpublished = {https://sites.google.com/view/berkeley-ur5/home},
126
+ }
127
+ ```
128
+
129
+ ## OXE-Aug Dataset Citation (ours)
130
+
131
+ ```bibtex
132
+ @misc{
133
+ ji2025oxeaug,
134
+ title = {OXE-Aug: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
135
+ 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},
136
+ year = {2025},
137
+ note = {Manuscript}
138
+ }
139
+ ```
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aea28e3bb061aef35c2754ff30b6053813850d9256ab1dd1626cff923d94255a
3
+ size 103608
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76883c05ac7632f717bcd1575012bdd95e9fecdf963dcf039ce45d602a3a4b5
3
+ size 127307
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57869a0ce5da6ba85542441cebe77e9800126609aba5c7174a790ebb8f6cf99b
3
+ size 138833
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c992e43ae6ff2593e963b6411883bae445e2a79a64804cf0a125b47ad0b5067
3
+ size 121977
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf3cff3221a0c4589ffd77a61594cbc710e310f74633109fcdbe1db0a7a9ae0
3
+ size 144112
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd485b378233516f831306a7877260d669174727c36abccff370696947abd69
3
+ size 132216
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9e8883698a1cb7b1a52a107d44e0568e2022f526d44e84039d8208eb6ae96b4
3
+ size 152383
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bf1c02db8440d7c0609d79b35d9c7568aaae964d0bd2ce83261cbceb7c80531
3
+ size 129172
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f38f9cf9ef3b81a0cf88ee6c773dd45789ee8b40525788595fd112ee83d5f3
3
+ size 152084
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3783ec4b3e8aa21c350a608ba09bcfdbcda328fcb3d81ea93c83c52bc50361ea
3
+ size 115120
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a68e982000621cbdb4fff14ed07c24f01f55ed0cffa610143740d31a763717fc
3
+ size 131048
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c1fa26a452c4cf634cde9fb047af1d6deafa20e0e000d1bdafdf42fe5778e57
3
+ size 135365
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a64573ffbcf9acb7bac0e5a494115a5dde073e943b3f51f16e76b9bc80198a14
3
+ size 112378
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa23656d60eee55d59fabcaa2b06deec66102af05e0ec6fc7c9a47a56c217047
3
+ size 145341
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75400fb820d06e6b4324940cf9cbe5f9230a8ab71c8bbe896982dcbaa0a4791
3
+ size 123599
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97ed1e6ed77dc8a4c694d0d490495b5f9031ff11219e749927a53de9c03b40ff
3
+ size 137337
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6799fb0f72167b93b456f98e10313848ed576fbb1bd51e11c60a0e77460860d
3
+ size 133549
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59bd47bde5e6394b9c28185dd963ce9852889bf4b4d24928b7ddf59654cda7cf
3
+ size 136029
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97268b993cf049ee96b9b8341c350fac23dbfc36c8c3f708d8b2ed3e03013615
3
+ size 135113
data/chunk-000/episode_000052.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d60b707a6a5222793b5178be9e75d9744206f616568d4d03d58fed7a184f4e7
3
+ size 124868
data/chunk-000/episode_000053.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d051c4df5611acd6a8278f9dcc15d5e0b62ed4e20214970866f47c44fa570fdd
3
+ size 118530
data/chunk-000/episode_000056.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc87b4db40f2d04660514275509596da0663efc206bee0937a3c2676cf1b794e
3
+ size 128259
data/chunk-000/episode_000057.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4a3f7f68c414eb69ffddab58641ef3b39df76326d51144cb24f5a276d23bcad
3
+ size 140757
data/chunk-000/episode_000060.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f05753b8c3ca68987cf269f296c71fd9c6759957a64b7b3b3366973618c72ab5
3
+ size 119389
data/chunk-000/episode_000064.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d8d5b0093bed13470c3ccb78d54eb7665db4ff4619f31e50d4ab149fffb037
3
+ size 135109
data/chunk-000/episode_000065.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38ef37b6ad674877c990841fdda4e82570336c48ae6ab28376ae19d2a669137d
3
+ size 136894
data/chunk-000/episode_000068.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae5dd1f4e99c646ebaf92442de2f4d2fc243c45361ebe103e1689d9ca448912f
3
+ size 157257
data/chunk-000/episode_000069.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:020dd38d0667f23f0f27a00c88862c6ad4c85de332f76e4a49aa682cf121e322
3
+ size 122692
data/chunk-000/episode_000070.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b9b7db7d712171f44ed6867ebc9d55d19d9bdf92f6c934b7297ee71f421153
3
+ size 118364
data/chunk-000/episode_000071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f497370db1a7014ff66fb46162d9340d4b706ce9c2ff3432aa986d911cb9f8fa
3
+ size 137554
data/chunk-000/episode_000074.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe8b3f14d10f067e69b77a7683170a65e3bbc4b2ca6b76d59786bf3dcdd4231e
3
+ size 150883
data/chunk-000/episode_000075.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6525700684207726815de7a30068b44a0075ce9119a88085178eb8e74e99a19
3
+ size 140062
data/chunk-000/episode_000078.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2bc1b1df51a7b3415324d592d88269e36568b940c8f43ee0e146730a1b13a09
3
+ size 137833
data/chunk-000/episode_000079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a6f048586bdef028805ad5ce640b366d50b093d39634ff2c0c442330aaaa16a
3
+ size 135425
data/chunk-000/episode_000080.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f9adafbe72f5d9ba7d7617f4f4996d7e72acc6ad5c443f302c9697b2c5edf2f
3
+ size 144074
data/chunk-000/episode_000081.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d967dcabe8c51c87f3d4b2cea4ddeb0b7c3ee1d36efc937d160864c17ebe5f7
3
+ size 119961
data/chunk-000/episode_000084.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62b40d19cb77d85b4feaa1acce711cb5535191144319a25da51c0f91bd7d34fd
3
+ size 113393
data/chunk-000/episode_000085.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb50df0da50169ace278a275a18b82332e68c1443fb6202a6084a70d1926857c
3
+ size 131824
data/chunk-000/episode_000088.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:652c1b821597b5420a24b4d69d196e9f3d128819b548380414468e3fa0b83d4d
3
+ size 140282
data/chunk-000/episode_000089.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d325204ab617d1df83a568fec96f17d15ff14a0b1510c29345c1b5d84ecbce2
3
+ size 126875
data/chunk-000/episode_000090.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c10217b21c1d6e8f20c367e769253307ae5eddc993def8e41e3cc57442d901d0
3
+ size 156602
data/chunk-000/episode_000094.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:581512134bc0911cfb4a56f428774510a4fe96eea1121db560b5da2b51cf93c3
3
+ size 130959
data/chunk-000/episode_000095.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b7e4b80959e9d95ba2f079f87a583665f8daa34ea4b4291cc5d8aa9bda2135c
3
+ size 113619
data/chunk-000/episode_000098.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53013ddc9573faa7198d7fe42f6ae27999fc47c3c267aee7457dd34ea2161559
3
+ size 119598
data/chunk-000/episode_000099.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05af584b8479f29300cd6103ba8b6f98e8ff45ae2f506b7da9927626a51f1b98
3
+ size 136577
meta/episodes.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 121}
2
+ {"episode_index": 1, "tasks": ["sweep the green cloth to the left side of the table"], "length": 66}
3
+ {"episode_index": 2, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 103}
4
+ {"episode_index": 3, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 120}
5
+ {"episode_index": 4, "tasks": ["sweep the green cloth to the left side of the table"], "length": 74}
6
+ {"episode_index": 5, "tasks": ["put the ranch bottle into the pot"], "length": 93}
7
+ {"episode_index": 6, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 111}
8
+ {"episode_index": 7, "tasks": ["sweep the green cloth to the left side of the table"], "length": 68}
9
+ {"episode_index": 8, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 86}
10
+ {"episode_index": 9, "tasks": ["put the ranch bottle into the pot"], "length": 104}
11
+ {"episode_index": 10, "tasks": ["put the ranch bottle into the pot"], "length": 87}
12
+ {"episode_index": 11, "tasks": ["put the ranch bottle into the pot"], "length": 108}
13
+ {"episode_index": 12, "tasks": ["put the ranch bottle into the pot"], "length": 108}
14
+ {"episode_index": 13, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 98}
15
+ {"episode_index": 14, "tasks": ["sweep the green cloth to the left side of the table"], "length": 93}
16
+ {"episode_index": 15, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 119}
17
+ {"episode_index": 16, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 104}
18
+ {"episode_index": 17, "tasks": ["sweep the green cloth to the left side of the table"], "length": 63}
19
+ {"episode_index": 18, "tasks": ["sweep the green cloth to the left side of the table"], "length": 90}
20
+ {"episode_index": 19, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 120}
21
+ {"episode_index": 20, "tasks": ["sweep the green cloth to the left side of the table"], "length": 78}
22
+ {"episode_index": 21, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 128}
23
+ {"episode_index": 22, "tasks": ["sweep the green cloth to the left side of the table"], "length": 77}
24
+ {"episode_index": 23, "tasks": ["put the ranch bottle into the pot"], "length": 95}
25
+ {"episode_index": 24, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 91}
26
+ {"episode_index": 25, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 114}
27
+ {"episode_index": 26, "tasks": ["put the ranch bottle into the pot"], "length": 97}
28
+ {"episode_index": 27, "tasks": ["sweep the green cloth to the left side of the table"], "length": 86}
29
+ {"episode_index": 28, "tasks": ["sweep the green cloth to the left side of the table"], "length": 87}
30
+ {"episode_index": 29, "tasks": ["sweep the green cloth to the left side of the table"], "length": 85}
31
+ {"episode_index": 30, "tasks": ["put the ranch bottle into the pot"], "length": 104}
32
+ {"episode_index": 31, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 115}
33
+ {"episode_index": 32, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 102}
34
+ {"episode_index": 33, "tasks": ["sweep the green cloth to the left side of the table"], "length": 74}
35
+ {"episode_index": 34, "tasks": ["put the ranch bottle into the pot"], "length": 100}
36
+ {"episode_index": 35, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 99}
37
+ {"episode_index": 36, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 112}
38
+ {"episode_index": 37, "tasks": ["put the ranch bottle into the pot"], "length": 89}
39
+ {"episode_index": 38, "tasks": ["sweep the green cloth to the left side of the table"], "length": 88}
40
+ {"episode_index": 39, "tasks": ["sweep the green cloth to the left side of the table"], "length": 80}
41
+ {"episode_index": 40, "tasks": ["put the ranch bottle into the pot"], "length": 104}
42
+ {"episode_index": 41, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 83}
43
+ {"episode_index": 42, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 103}
44
+ {"episode_index": 43, "tasks": ["sweep the green cloth to the left side of the table"], "length": 95}
45
+ {"episode_index": 44, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 106}
46
+ {"episode_index": 45, "tasks": ["put the ranch bottle into the pot"], "length": 94}
47
+ {"episode_index": 46, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 102}
48
+ {"episode_index": 47, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 100}
49
+ {"episode_index": 48, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 91}
50
+ {"episode_index": 49, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 127}
51
+ {"episode_index": 50, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 108}
52
+ {"episode_index": 51, "tasks": ["put the ranch bottle into the pot"], "length": 116}
53
+ {"episode_index": 52, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 91}
54
+ {"episode_index": 53, "tasks": ["sweep the green cloth to the left side of the table"], "length": 80}
55
+ {"episode_index": 54, "tasks": ["sweep the green cloth to the left side of the table"], "length": 69}
56
+ {"episode_index": 55, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 99}
57
+ {"episode_index": 56, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 94}
58
+ {"episode_index": 57, "tasks": ["put the ranch bottle into the pot"], "length": 106}
59
+ {"episode_index": 58, "tasks": ["put the ranch bottle into the pot"], "length": 108}
60
+ {"episode_index": 59, "tasks": ["sweep the green cloth to the left side of the table"], "length": 84}
61
+ {"episode_index": 60, "tasks": ["sweep the green cloth to the left side of the table"], "length": 80}
62
+ {"episode_index": 61, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 117}
63
+ {"episode_index": 62, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 117}
64
+ {"episode_index": 63, "tasks": ["sweep the green cloth to the left side of the table"], "length": 76}
65
+ {"episode_index": 64, "tasks": ["put the ranch bottle into the pot"], "length": 100}
66
+ {"episode_index": 65, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 103}
67
+ {"episode_index": 66, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 98}
68
+ {"episode_index": 67, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 112}
69
+ {"episode_index": 68, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 123}
70
+ {"episode_index": 69, "tasks": ["sweep the green cloth to the left side of the table"], "length": 84}
71
+ {"episode_index": 70, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 85}
72
+ {"episode_index": 71, "tasks": ["put the ranch bottle into the pot"], "length": 102}
73
+ {"episode_index": 72, "tasks": ["put the ranch bottle into the pot"], "length": 101}
74
+ {"episode_index": 73, "tasks": ["sweep the green cloth to the left side of the table"], "length": 81}
75
+ {"episode_index": 74, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 118}
76
+ {"episode_index": 75, "tasks": ["put the ranch bottle into the pot"], "length": 105}
77
+ {"episode_index": 76, "tasks": ["put the ranch bottle into the pot"], "length": 109}
78
+ {"episode_index": 77, "tasks": ["put the ranch bottle into the pot"], "length": 111}
79
+ {"episode_index": 78, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 105}
80
+ {"episode_index": 79, "tasks": ["put the ranch bottle into the pot"], "length": 101}
81
+ {"episode_index": 80, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 110}
82
+ {"episode_index": 81, "tasks": ["sweep the green cloth to the left side of the table"], "length": 81}
83
+ {"episode_index": 82, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 117}
84
+ {"episode_index": 83, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 105}
85
+ {"episode_index": 84, "tasks": ["sweep the green cloth to the left side of the table"], "length": 75}
86
+ {"episode_index": 85, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 97}
87
+ {"episode_index": 86, "tasks": ["put the ranch bottle into the pot"], "length": 113}
88
+ {"episode_index": 87, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 129}
89
+ {"episode_index": 88, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 106}
90
+ {"episode_index": 89, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 93}
91
+ {"episode_index": 90, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 123}
92
+ {"episode_index": 91, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 96}
93
+ {"episode_index": 92, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 120}
94
+ {"episode_index": 93, "tasks": ["sweep the green cloth to the left side of the table"], "length": 85}
95
+ {"episode_index": 94, "tasks": ["sweep the green cloth to the left side of the table"], "length": 92}
96
+ {"episode_index": 95, "tasks": ["sweep the green cloth to the left side of the table"], "length": 75}
97
+ {"episode_index": 96, "tasks": ["sweep the green cloth to the left side of the table"], "length": 99}
98
+ {"episode_index": 97, "tasks": ["sweep the green cloth to the left side of the table"], "length": 80}
99
+ {"episode_index": 98, "tasks": ["sweep the green cloth to the left side of the table"], "length": 81}
100
+ {"episode_index": 99, "tasks": ["put the ranch bottle into the pot"], "length": 102}
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": 100,
5
+ "total_frames": 9804,
6
+ "total_tasks": 4,
7
+ "total_videos": 900,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 5.0,
11
+ "splits": {
12
+ "train": "0:100"
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.kuka_iiwa.joints": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 8
21
+ ]
22
+ },
23
+ "observation.kuka_iiwa.ee_pose": {
24
+ "dtype": "float32",
25
+ "shape": [
26
+ 7
27
+ ]
28
+ },
29
+ "observation.kuka_iiwa.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ]
34
+ },
35
+ "observation.kuka_iiwa.base_orientation": {
36
+ "dtype": "float32",
37
+ "shape": [
38
+ 1
39
+ ]
40
+ },
41
+ "observation.kuka_iiwa.ee_error": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 7
45
+ ]
46
+ },
47
+ "observation.images.kuka_iiwa": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "info": {
55
+ "video.height": 480,
56
+ "video.width": 640,
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.xarm7.joints": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 8
69
+ ]
70
+ },
71
+ "observation.xarm7.ee_pose": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 7
75
+ ]
76
+ },
77
+ "observation.xarm7.base_position": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 3
81
+ ]
82
+ },
83
+ "observation.xarm7.base_orientation": {
84
+ "dtype": "float32",
85
+ "shape": [
86
+ 1
87
+ ]
88
+ },
89
+ "observation.xarm7.ee_error": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 7
93
+ ]
94
+ },
95
+ "observation.images.xarm7": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 480,
99
+ 640,
100
+ 3
101
+ ],
102
+ "info": {
103
+ "video.height": 480,
104
+ "video.width": 640,
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.sawyer.joints": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 8
117
+ ]
118
+ },
119
+ "observation.sawyer.ee_pose": {
120
+ "dtype": "float32",
121
+ "shape": [
122
+ 7
123
+ ]
124
+ },
125
+ "observation.sawyer.base_position": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 3
129
+ ]
130
+ },
131
+ "observation.sawyer.base_orientation": {
132
+ "dtype": "float32",
133
+ "shape": [
134
+ 1
135
+ ]
136
+ },
137
+ "observation.sawyer.ee_error": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 7
141
+ ]
142
+ },
143
+ "observation.images.sawyer": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 480,
147
+ 640,
148
+ 3
149
+ ],
150
+ "info": {
151
+ "video.height": 480,
152
+ "video.width": 640,
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.panda.joints": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 8
165
+ ]
166
+ },
167
+ "observation.panda.ee_pose": {
168
+ "dtype": "float32",
169
+ "shape": [
170
+ 7
171
+ ]
172
+ },
173
+ "observation.panda.base_position": {
174
+ "dtype": "float32",
175
+ "shape": [
176
+ 3
177
+ ]
178
+ },
179
+ "observation.panda.base_orientation": {
180
+ "dtype": "float32",
181
+ "shape": [
182
+ 1
183
+ ]
184
+ },
185
+ "observation.panda.ee_error": {
186
+ "dtype": "float32",
187
+ "shape": [
188
+ 7
189
+ ]
190
+ },
191
+ "observation.images.panda": {
192
+ "dtype": "video",
193
+ "shape": [
194
+ 480,
195
+ 640,
196
+ 3
197
+ ],
198
+ "info": {
199
+ "video.height": 480,
200
+ "video.width": 640,
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.kinova3.joints": {
210
+ "dtype": "float32",
211
+ "shape": [
212
+ 8
213
+ ]
214
+ },
215
+ "observation.kinova3.ee_pose": {
216
+ "dtype": "float32",
217
+ "shape": [
218
+ 7
219
+ ]
220
+ },
221
+ "observation.kinova3.base_position": {
222
+ "dtype": "float32",
223
+ "shape": [
224
+ 3
225
+ ]
226
+ },
227
+ "observation.kinova3.base_orientation": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 1
231
+ ]
232
+ },
233
+ "observation.kinova3.ee_error": {
234
+ "dtype": "float32",
235
+ "shape": [
236
+ 7
237
+ ]
238
+ },
239
+ "observation.images.kinova3": {
240
+ "dtype": "video",
241
+ "shape": [
242
+ 480,
243
+ 640,
244
+ 3
245
+ ],
246
+ "info": {
247
+ "video.height": 480,
248
+ "video.width": 640,
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.jaco.joints": {
258
+ "dtype": "float32",
259
+ "shape": [
260
+ 7
261
+ ]
262
+ },
263
+ "observation.jaco.ee_pose": {
264
+ "dtype": "float32",
265
+ "shape": [
266
+ 7
267
+ ]
268
+ },
269
+ "observation.jaco.base_position": {
270
+ "dtype": "float32",
271
+ "shape": [
272
+ 3
273
+ ]
274
+ },
275
+ "observation.jaco.base_orientation": {
276
+ "dtype": "float32",
277
+ "shape": [
278
+ 1
279
+ ]
280
+ },
281
+ "observation.jaco.ee_error": {
282
+ "dtype": "float32",
283
+ "shape": [
284
+ 7
285
+ ]
286
+ },
287
+ "observation.images.jaco": {
288
+ "dtype": "video",
289
+ "shape": [
290
+ 480,
291
+ 640,
292
+ 3
293
+ ],
294
+ "info": {
295
+ "video.height": 480,
296
+ "video.width": 640,
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.google_robot.joints": {
306
+ "dtype": "float32",
307
+ "shape": [
308
+ 8
309
+ ]
310
+ },
311
+ "observation.google_robot.ee_pose": {
312
+ "dtype": "float32",
313
+ "shape": [
314
+ 7
315
+ ]
316
+ },
317
+ "observation.google_robot.base_position": {
318
+ "dtype": "float32",
319
+ "shape": [
320
+ 3
321
+ ]
322
+ },
323
+ "observation.google_robot.base_orientation": {
324
+ "dtype": "float32",
325
+ "shape": [
326
+ 1
327
+ ]
328
+ },
329
+ "observation.google_robot.ee_error": {
330
+ "dtype": "float32",
331
+ "shape": [
332
+ 7
333
+ ]
334
+ },
335
+ "observation.images.google_robot": {
336
+ "dtype": "video",
337
+ "shape": [
338
+ 480,
339
+ 640,
340
+ 3
341
+ ],
342
+ "info": {
343
+ "video.height": 480,
344
+ "video.width": 640,
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.widowX.joints": {
354
+ "dtype": "float32",
355
+ "shape": [
356
+ 7
357
+ ]
358
+ },
359
+ "observation.widowX.ee_pose": {
360
+ "dtype": "float32",
361
+ "shape": [
362
+ 7
363
+ ]
364
+ },
365
+ "observation.widowX.base_position": {
366
+ "dtype": "float32",
367
+ "shape": [
368
+ 3
369
+ ]
370
+ },
371
+ "observation.widowX.base_orientation": {
372
+ "dtype": "float32",
373
+ "shape": [
374
+ 1
375
+ ]
376
+ },
377
+ "observation.widowX.ee_error": {
378
+ "dtype": "float32",
379
+ "shape": [
380
+ 7
381
+ ]
382
+ },
383
+ "observation.images.widowX": {
384
+ "dtype": "video",
385
+ "shape": [
386
+ 480,
387
+ 640,
388
+ 3
389
+ ],
390
+ "info": {
391
+ "video.height": 480,
392
+ "video.width": 640,
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
+ 480,
405
+ 640,
406
+ 3
407
+ ],
408
+ "info": {
409
+ "video.height": 480,
410
+ "video.width": 640,
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
+ 15
429
+ ]
430
+ },
431
+ "observation.joints": {
432
+ "dtype": "float32",
433
+ "shape": [
434
+ 7
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,4 @@
 
 
 
 
 
1
+ {"task_index": 0, "task": "pick up the blue cup and put it into the brown cup. "}
2
+ {"task_index": 1, "task": "sweep the green cloth to the left side of the table"}
3
+ {"task_index": 2, "task": "take the tiger out of the red bowl and put it in the grey bowl"}
4
+ {"task_index": 3, "task": "put the ranch bottle into the pot"}