GuanhuaJi commited on
Commit
9d3965e
·
verified ·
1 Parent(s): deda987

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +139 -0
  2. data/chunk-000/episode_000000.parquet +3 -0
  3. data/chunk-000/episode_000001.parquet +3 -0
  4. data/chunk-000/episode_000004.parquet +3 -0
  5. data/chunk-000/episode_000005.parquet +3 -0
  6. data/chunk-000/episode_000008.parquet +3 -0
  7. data/chunk-000/episode_000009.parquet +3 -0
  8. data/chunk-000/episode_000010.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_000026.parquet +3 -0
  16. data/chunk-000/episode_000027.parquet +3 -0
  17. data/chunk-000/episode_000032.parquet +3 -0
  18. data/chunk-000/episode_000033.parquet +3 -0
  19. data/chunk-000/episode_000036.parquet +3 -0
  20. data/chunk-000/episode_000037.parquet +3 -0
  21. data/chunk-000/episode_000043.parquet +3 -0
  22. data/chunk-000/episode_000047.parquet +3 -0
  23. data/chunk-000/episode_000052.parquet +3 -0
  24. data/chunk-000/episode_000053.parquet +3 -0
  25. data/chunk-000/episode_000056.parquet +3 -0
  26. data/chunk-000/episode_000057.parquet +3 -0
  27. data/chunk-000/episode_000060.parquet +3 -0
  28. data/chunk-000/episode_000064.parquet +3 -0
  29. data/chunk-000/episode_000068.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_000098.parquet +3 -0
  45. data/chunk-000/episode_000100.parquet +3 -0
  46. data/chunk-000/episode_000101.parquet +3 -0
  47. meta/episodes.jsonl +104 -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_test"
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: 104
12
+ total_frames: 10156
13
+ total_videos: 936
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_test
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**: 104
30
+ - **Frames**: 10,156
31
+ - **Videos**: 936
32
+ - **Chunks**: 1
33
+ - **Splits**:
34
+ - `train`: `0:104`
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_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea95fabc146334cb22645c0816fde10080bee1aa2d762cfee922d61d2605c42
3
+ size 154132
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a531f9182a816c6e68024923d84b3ec20a01d410abb6a694d1c1ca9c064b26d
3
+ size 132013
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa5341218cf2c23785ea345217d80ed16f60e1f6660c56d027f196218e8bc7e
3
+ size 129830
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddcb651665e8ac7bfbbdde27cc15d0fb3ee9ea0b5b28fae27dfd3658db14bec3
3
+ size 109085
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76545c69167fbf08edc5a9f74e407e4b3aacd692646547a43900e4e7c0fbc145
3
+ size 109060
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd50c8b2dba818adf0ed0bedd11ddfc5ff50a906c36d4addf031cb2641206e4
3
+ size 127244
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a0e07e61bbbb7893f8e6833e3f31cf1980beacac49e0fb694c9c0fa302166d
3
+ size 127506
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79aed95f375fead35e5d2cdcf306080c4c98db555cce203fcbca4958150352e9
3
+ size 128887
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b0cec2c282e8c9d3466314a5dc8c366fc0caf60a80ae5b29f1d29524bc7ba45
3
+ size 130336
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ed08b07a3e15f7fdb395509f8bb0a5f1b22c42cc3e56f1bec948f47ac7e0774
3
+ size 124539
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fadc7c2db09bb729960208b6972f3fabd0dd44160a744747ddc3c6dcde6a1107
3
+ size 95506
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:481d3656a7500143cb6d6dace1c6572d816688809ed03b8f3aacf6bbb28fc248
3
+ size 120807
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cd20434a6642997879d7a1fba9612bc0da590f6fb847c7bf2bf33e338f8cc05
3
+ size 125619
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450565c2f6edac9e671cb146d8847eb5c6f1a2c4f0fa6bd3ead7d397de8e3c13
3
+ size 126874
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f07e57f40d17f94f121f979cd5f16b28456967e4308cb9abb4edbe0a33dbd51
3
+ size 115188
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d955e107ed76acab264a11926f48e8331845a087e09d8a704cd9b82d1ae682a3
3
+ size 127480
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:289357cf88b2bdee3e8ae0cfac81883b6bb423e4e148e3785d02eab2a7051cfe
3
+ size 117913
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc3a36ca59127117a11ab53175aab8217189e22f16f7d36d35e5cd112140600
3
+ size 147854
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21f7e8d8922c4843b8c53488f364b9dd140bcbd34862e8ac3a2e40bcc28bdb3e
3
+ size 127772
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef819e1788527e61acc141c275f2ae6a72dc7292131a4aba1c43a0d7580caf7
3
+ size 127109
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebb18636744beaa04c556a47b353c651b259968451c9b496998a24a6ec24a2be
3
+ size 136296
data/chunk-000/episode_000052.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecefc60431e9df39c47c0183b34d117099d6e9be04e9d5b9aaedb16cd496792d
3
+ size 109389
data/chunk-000/episode_000053.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e791b7f2c3b6e52b73dbef03d5635d794ecc9de8e2957c89ae8744be5efef17f
3
+ size 149933
data/chunk-000/episode_000056.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf9b331ffbc8ecf8e03f9e54cdd1fa56c33b0151469419d7476161c22a386e3
3
+ size 144499
data/chunk-000/episode_000057.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6a3f61179390f422e43dd4655b0659c1444e8f9b9b947f2a859b963a24581b1
3
+ size 138317
data/chunk-000/episode_000060.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e4bf29d5de59cbabc22389a4a6001ece00347828b12dca7567cf4f44fe1ce88
3
+ size 165478
data/chunk-000/episode_000064.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d8435b3278ce0ad0e0a41f9185cb869976b79a330b0af5460f3ad67967b7c4
3
+ size 126466
data/chunk-000/episode_000068.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c45d26729d5c7868846d7002d4587107512c1b885f28f328f46e8ed084ce7ca
3
+ size 159435
data/chunk-000/episode_000070.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cecb4d3c21955900ce369775a77c4ff1868faac481ddfe4b16fe8e86130efaa1
3
+ size 116980
data/chunk-000/episode_000071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:199847f6303aa76abcea5c507c8caad325b331fc86889ce9f52b1608860fc118
3
+ size 123897
data/chunk-000/episode_000074.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da1b80b6b00a15e61e737652a2a2516b1c4e1a0beab11db24ff01adc8157079
3
+ size 145012
data/chunk-000/episode_000075.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f63077272cc38dfdd9928e2f63ac7825dd31f5d9e577b679e9ece5ab2d565b4
3
+ size 158807
data/chunk-000/episode_000078.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3770642d70bc1dd03da8550c4baf34fa294d19c3db414b8599c1f15d1b1cd2
3
+ size 118162
data/chunk-000/episode_000079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45c858d4d20e81f0143a189050a4f9877b07280f21c00ae8fb051512f6651648
3
+ size 117014
data/chunk-000/episode_000080.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac6f3e224a9d3dd455a4eb3bcbf758653e4dabf3d47e474a19ffc2d9b8b42e4e
3
+ size 151034
data/chunk-000/episode_000081.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b45bce7e8289e9bc0fa55129d26bdf7931b178b0166bc67c5dd63c71f53cfe3
3
+ size 159454
data/chunk-000/episode_000084.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8344d4c1f5bb03904ec587178fe52ab64c0469075da9dc83d29fb8c88bf1ee0a
3
+ size 123981
data/chunk-000/episode_000085.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0dfe0568747ab24a72042338d41a5ac24f6557c08889cce0c49516ff49ddab2
3
+ size 159511
data/chunk-000/episode_000088.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd80a7cf736b57e79b1f28a67571cfb7a055cc2076071356c3234d1fc816c7e
3
+ size 119209
data/chunk-000/episode_000089.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaaa7a83d9d509e5562c85d202ffa10ebc92307b0d01a38e5f965f701492b5d7
3
+ size 157286
data/chunk-000/episode_000090.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28850106878c207c2b37df3b28a31bd012bf3ae58a94669b0f92b3ec8d4dd870
3
+ size 140279
data/chunk-000/episode_000094.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5353876bc941359aaf7ac1bc240b421d1b839bc202b21f8c78fbeb309ed65ad7
3
+ size 149345
data/chunk-000/episode_000098.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33781986255030803f1a66ba52c953b47f4460b84316b1f3de4ecf10a0abfd32
3
+ size 125081
data/chunk-000/episode_000100.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c8c7d45a3f1befa199f9e4f3bad4238a676b795d594e1cd8733e6bfe67444dd
3
+ size 114547
data/chunk-000/episode_000101.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a79af21f317ce658bdd1b1fe28754331043f1b4430c55e1151e61acc1a077b
3
+ size 125692
meta/episodes.jsonl ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 93}
3
+ {"episode_index": 2, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 93}
4
+ {"episode_index": 3, "tasks": ["put the ranch bottle into the pot"], "length": 114}
5
+ {"episode_index": 4, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 96}
6
+ {"episode_index": 5, "tasks": ["sweep the green cloth to the left side of the table"], "length": 72}
7
+ {"episode_index": 6, "tasks": ["put the ranch bottle into the pot"], "length": 95}
8
+ {"episode_index": 7, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 96}
9
+ {"episode_index": 8, "tasks": ["sweep the green cloth to the left side of the table"], "length": 71}
10
+ {"episode_index": 9, "tasks": ["put the ranch bottle into the pot"], "length": 93}
11
+ {"episode_index": 10, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 93}
12
+ {"episode_index": 11, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 96}
13
+ {"episode_index": 12, "tasks": ["sweep the green cloth to the left side of the table"], "length": 80}
14
+ {"episode_index": 13, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 102}
15
+ {"episode_index": 14, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 96}
16
+ {"episode_index": 15, "tasks": ["sweep the green cloth to the left side of the table"], "length": 85}
17
+ {"episode_index": 16, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 110}
18
+ {"episode_index": 17, "tasks": ["put the ranch bottle into the pot"], "length": 107}
19
+ {"episode_index": 18, "tasks": ["sweep the green cloth to the left side of the table"], "length": 58}
20
+ {"episode_index": 19, "tasks": ["sweep the green cloth to the left side of the table"], "length": 82}
21
+ {"episode_index": 20, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 125}
22
+ {"episode_index": 21, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 103}
23
+ {"episode_index": 22, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 92}
24
+ {"episode_index": 23, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 121}
25
+ {"episode_index": 24, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 108}
26
+ {"episode_index": 25, "tasks": ["sweep the green cloth to the left side of the table"], "length": 88}
27
+ {"episode_index": 26, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 93}
28
+ {"episode_index": 27, "tasks": ["sweep the green cloth to the left side of the table"], "length": 77}
29
+ {"episode_index": 28, "tasks": ["sweep the green cloth to the left side of the table"], "length": 71}
30
+ {"episode_index": 29, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 93}
31
+ {"episode_index": 30, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 94}
32
+ {"episode_index": 31, "tasks": ["sweep the green cloth to the left side of the table"], "length": 69}
33
+ {"episode_index": 32, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 93}
34
+ {"episode_index": 33, "tasks": ["put the ranch bottle into the pot"], "length": 84}
35
+ {"episode_index": 34, "tasks": ["sweep the green cloth to the left side of the table"], "length": 94}
36
+ {"episode_index": 35, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 113}
37
+ {"episode_index": 36, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 118}
38
+ {"episode_index": 37, "tasks": ["put the ranch bottle into the pot"], "length": 93}
39
+ {"episode_index": 38, "tasks": ["sweep the green cloth to the left side of the table"], "length": 82}
40
+ {"episode_index": 39, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 107}
41
+ {"episode_index": 40, "tasks": ["put the ranch bottle into the pot"], "length": 98}
42
+ {"episode_index": 41, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 110}
43
+ {"episode_index": 42, "tasks": ["sweep the green cloth to the left side of the table"], "length": 75}
44
+ {"episode_index": 43, "tasks": ["put the ranch bottle into the pot"], "length": 92}
45
+ {"episode_index": 44, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 85}
46
+ {"episode_index": 45, "tasks": ["sweep the green cloth to the left side of the table"], "length": 62}
47
+ {"episode_index": 46, "tasks": ["sweep the green cloth to the left side of the table"], "length": 73}
48
+ {"episode_index": 47, "tasks": ["sweep the green cloth to the left side of the table"], "length": 97}
49
+ {"episode_index": 48, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 117}
50
+ {"episode_index": 49, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 128}
51
+ {"episode_index": 50, "tasks": ["put the ranch bottle into the pot"], "length": 110}
52
+ {"episode_index": 51, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 107}
53
+ {"episode_index": 52, "tasks": ["sweep the green cloth to the left side of the table"], "length": 72}
54
+ {"episode_index": 53, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 116}
55
+ {"episode_index": 54, "tasks": ["put the ranch bottle into the pot"], "length": 120}
56
+ {"episode_index": 55, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 106}
57
+ {"episode_index": 56, "tasks": ["put the ranch bottle into the pot"], "length": 109}
58
+ {"episode_index": 57, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 103}
59
+ {"episode_index": 58, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 88}
60
+ {"episode_index": 59, "tasks": ["put the ranch bottle into the pot"], "length": 91}
61
+ {"episode_index": 60, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 130}
62
+ {"episode_index": 61, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 122}
63
+ {"episode_index": 62, "tasks": ["put the ranch bottle into the pot"], "length": 109}
64
+ {"episode_index": 63, "tasks": ["put the ranch bottle into the pot"], "length": 111}
65
+ {"episode_index": 64, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 93}
66
+ {"episode_index": 65, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 78}
67
+ {"episode_index": 66, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 104}
68
+ {"episode_index": 67, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 87}
69
+ {"episode_index": 68, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 126}
70
+ {"episode_index": 69, "tasks": ["put the ranch bottle into the pot"], "length": 107}
71
+ {"episode_index": 70, "tasks": ["sweep the green cloth to the left side of the table"], "length": 79}
72
+ {"episode_index": 71, "tasks": ["sweep the green cloth to the left side of the table"], "length": 85}
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": 83}
75
+ {"episode_index": 74, "tasks": ["put the ranch bottle into the pot"], "length": 109}
76
+ {"episode_index": 75, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 125}
77
+ {"episode_index": 76, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 111}
78
+ {"episode_index": 77, "tasks": ["sweep the green cloth to the left side of the table"], "length": 86}
79
+ {"episode_index": 78, "tasks": ["sweep the green cloth to the left side of the table"], "length": 80}
80
+ {"episode_index": 79, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 84}
81
+ {"episode_index": 80, "tasks": ["put the ranch bottle into the pot"], "length": 115}
82
+ {"episode_index": 81, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 127}
83
+ {"episode_index": 82, "tasks": ["sweep the green cloth to the left side of the table"], "length": 73}
84
+ {"episode_index": 83, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 107}
85
+ {"episode_index": 84, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 90}
86
+ {"episode_index": 85, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 127}
87
+ {"episode_index": 86, "tasks": ["put the ranch bottle into the pot"], "length": 110}
88
+ {"episode_index": 87, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 100}
89
+ {"episode_index": 88, "tasks": ["put the ranch bottle into the pot"], "length": 85}
90
+ {"episode_index": 89, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 123}
91
+ {"episode_index": 90, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 107}
92
+ {"episode_index": 91, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 103}
93
+ {"episode_index": 92, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 111}
94
+ {"episode_index": 93, "tasks": ["put the ranch bottle into the pot"], "length": 107}
95
+ {"episode_index": 94, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 116}
96
+ {"episode_index": 95, "tasks": ["put the ranch bottle into the pot"], "length": 99}
97
+ {"episode_index": 96, "tasks": ["put the ranch bottle into the pot"], "length": 92}
98
+ {"episode_index": 97, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 101}
99
+ {"episode_index": 98, "tasks": ["put the ranch bottle into the pot"], "length": 90}
100
+ {"episode_index": 99, "tasks": ["put the ranch bottle into the pot"], "length": 91}
101
+ {"episode_index": 100, "tasks": ["sweep the green cloth to the left side of the table"], "length": 76}
102
+ {"episode_index": 101, "tasks": ["sweep the green cloth to the left side of the table"], "length": 86}
103
+ {"episode_index": 102, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 89}
104
+ {"episode_index": 103, "tasks": ["put the ranch bottle into the pot"], "length": 91}
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": 104,
5
+ "total_frames": 10156,
6
+ "total_tasks": 4,
7
+ "total_videos": 936,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 5.0,
11
+ "splits": {
12
+ "train": "0:104"
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
+ 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.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
+ 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.panda.joints": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 8
117
+ ]
118
+ },
119
+ "observation.panda.ee_pose": {
120
+ "dtype": "float32",
121
+ "shape": [
122
+ 7
123
+ ]
124
+ },
125
+ "observation.panda.base_position": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 3
129
+ ]
130
+ },
131
+ "observation.panda.base_orientation": {
132
+ "dtype": "float32",
133
+ "shape": [
134
+ 1
135
+ ]
136
+ },
137
+ "observation.panda.ee_error": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 7
141
+ ]
142
+ },
143
+ "observation.images.panda": {
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.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
+ 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.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
+ 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.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
+ 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.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
+ 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.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
+ 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"}