GuanhuaJi commited on
Commit
6c4a018
·
verified ·
1 Parent(s): 82d422f

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +139 -0
  2. data/chunk-000/episode_000002.parquet +3 -0
  3. data/chunk-000/episode_000003.parquet +3 -0
  4. data/chunk-000/episode_000006.parquet +3 -0
  5. data/chunk-000/episode_000007.parquet +3 -0
  6. data/chunk-000/episode_000013.parquet +3 -0
  7. data/chunk-000/episode_000017.parquet +3 -0
  8. data/chunk-000/episode_000020.parquet +3 -0
  9. data/chunk-000/episode_000021.parquet +3 -0
  10. data/chunk-000/episode_000024.parquet +3 -0
  11. data/chunk-000/episode_000025.parquet +3 -0
  12. data/chunk-000/episode_000028.parquet +3 -0
  13. data/chunk-000/episode_000029.parquet +3 -0
  14. data/chunk-000/episode_000030.parquet +3 -0
  15. data/chunk-000/episode_000034.parquet +3 -0
  16. data/chunk-000/episode_000035.parquet +3 -0
  17. data/chunk-000/episode_000038.parquet +3 -0
  18. data/chunk-000/episode_000039.parquet +3 -0
  19. data/chunk-000/episode_000040.parquet +3 -0
  20. data/chunk-000/episode_000041.parquet +3 -0
  21. data/chunk-000/episode_000044.parquet +3 -0
  22. data/chunk-000/episode_000045.parquet +3 -0
  23. data/chunk-000/episode_000048.parquet +3 -0
  24. data/chunk-000/episode_000049.parquet +3 -0
  25. data/chunk-000/episode_000050.parquet +3 -0
  26. data/chunk-000/episode_000051.parquet +3 -0
  27. data/chunk-000/episode_000054.parquet +3 -0
  28. data/chunk-000/episode_000055.parquet +3 -0
  29. data/chunk-000/episode_000058.parquet +3 -0
  30. data/chunk-000/episode_000059.parquet +3 -0
  31. data/chunk-000/episode_000062.parquet +3 -0
  32. data/chunk-000/episode_000063.parquet +3 -0
  33. data/chunk-000/episode_000066.parquet +3 -0
  34. data/chunk-000/episode_000067.parquet +3 -0
  35. data/chunk-000/episode_000072.parquet +3 -0
  36. data/chunk-000/episode_000073.parquet +3 -0
  37. data/chunk-000/episode_000076.parquet +3 -0
  38. data/chunk-000/episode_000077.parquet +3 -0
  39. data/chunk-000/episode_000082.parquet +3 -0
  40. data/chunk-000/episode_000083.parquet +3 -0
  41. data/chunk-000/episode_000086.parquet +3 -0
  42. data/chunk-000/episode_000087.parquet +3 -0
  43. data/chunk-000/episode_000092.parquet +3 -0
  44. data/chunk-000/episode_000093.parquet +3 -0
  45. data/chunk-000/episode_000096.parquet +3 -0
  46. data/chunk-000/episode_000097.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_300_400"
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: 9934
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_300_400
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,934
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_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:255189cd20f2cf5fdc0dec9101779e3af8b69cdd1aa3eb0de43d20a3cb000638
3
+ size 116514
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b52915a7df8ab16f3663a8f1fd2322ae6e7ffad92de8a894b17f0a78b2e4260
3
+ size 128759
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f32418e1861ecd9108993a1083f8680297e79551dd8ad12c1ad6f8f6bfdb65d
3
+ size 152095
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f254aeb8bf3ddbec7f1ce47450b5c68a64e32d24e44834a96c6ed28d8183c38d
3
+ size 132630
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51cca07f1fe507888a50b206bd511f61c95ed9d960f1185609cdbc1b8fa141fc
3
+ size 138094
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f120e790953bc43a4cb92f72030e263617f722dbca87480f3a2977e9e2bc9fb1
3
+ size 156312
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c97794e30599b872e3667181d205d9ae06c02664875914b26a44cc149efec4
3
+ size 159722
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a19c6c0457ddadccb95b5b992a7249420d2aef8c6e4e87aa25c33c13d362e0d
3
+ size 130592
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be20ce14c6b9279db9cccee660452333c1c515f455a23af0cb428450c996d3ad
3
+ size 146785
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9b7df4e16b8a9c5599124eb4616d63a79275c51a364d6d305080a95b3f4b351
3
+ size 124577
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c21798e67911240c7789029f9d7d53690fed488cc1f1d8c0292d8cc0e888f36f
3
+ size 144199
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8338d3004a6f81268212b9fb5a528bff0794d120087caf35957fce5fd0f48227
3
+ size 152169
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a02b79bd7d104915005edf2fb422f9c157ffac75adfcd626225ce657ebf25e59
3
+ size 113307
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc371a64ae777305ed7dd2d99fde8317e10a8f20e60144995ee9d07fa0434b4f
3
+ size 147154
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abb3f2805e798a11348e026bccd06f098f896e5a26e610f5124e81a593fa83a
3
+ size 141456
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ba9a022ea53f3db44925c5031eadef4ba177b850ca66c1ac833511f4bdee22
3
+ size 129902
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:465c8424ddf71cdc57c367585036ae3418c04728dcadb40ec8395ad462eae788
3
+ size 116940
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:806caa11f08df895e16ea2f158eb26b6efa6b3ee3eafc1bda34b8039c7fad4c0
3
+ size 120617
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e55c607b5805f6987f55798b1b36e86d5ec94e6d61d6d9e63dae33b187ef09b2
3
+ size 116605
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e5a6661ddadab5bd03cc9d01bed8fe97a4b583d007d92fdce75a2040a8d2dcd
3
+ size 132659
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1787f1f1ca7fa47dd6bf4d9f83fa14264f29ba49b38827524b9ee9eb8679c78
3
+ size 111991
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82ef6cd54f6b344c602587844d3300b4dac4d93664c17d64fc0ac1850609f67a
3
+ size 127917
data/chunk-000/episode_000049.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be5496297220a2211232eaa3848ba5b68a4878a81f3686e274c6c78da52db3b3
3
+ size 142830
data/chunk-000/episode_000050.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c030f7fde555c5d314082ec0dcbea118a05fd949a7805d5983b9b415e3a9d79f
3
+ size 118670
data/chunk-000/episode_000051.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bebff140978e18a311e4103b1a68fe353555c617e1ba79d789d7bf0b61549494
3
+ size 151475
data/chunk-000/episode_000054.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea21a92b99669161629a0b74227fd80664c95de7c602bb3086c5899386b109a5
3
+ size 158742
data/chunk-000/episode_000055.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c518066ae1cd2acdccba7a51771f690ccc78a35ca0dca941ab8e8a2399134e81
3
+ size 162085
data/chunk-000/episode_000058.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5d9faf424fe48d55ca090de6b7b84ca489951246d221f02651bd7d303e2f2d8
3
+ size 131921
data/chunk-000/episode_000059.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afd1e5bfa8a713522ab0d7fe7d376c2023d46f2e8c956ff69f7e60ea93ec44d1
3
+ size 122175
data/chunk-000/episode_000062.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d545f3d67caf13799f4b9cc66a1860b5fccde2b9520c3db6d93f70c93bc56e74
3
+ size 139142
data/chunk-000/episode_000063.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:716f934ef2b6d84cba376909e2ef38b2a5ba0081f4a7d4ddbc069d7577813298
3
+ size 137935
data/chunk-000/episode_000066.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b1ae688c2d0ce900ea62d391bfc5182427dd2065ae49fbd019a5a4a724f9126
3
+ size 121455
data/chunk-000/episode_000067.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98766d523526eaf0c2a4737b9ee5d703647ad2e59c5fe2a07857333b23f20c8b
3
+ size 123283
data/chunk-000/episode_000072.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dac0b098128c1c9c4b75bad87d223757843acf1f3fd955172eb07bd907a57aa
3
+ size 130169
data/chunk-000/episode_000073.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9747dc5fdc22f8733a2792fa1f915c205ab65ac0f25ea959c5ee45528aac93e5
3
+ size 134028
data/chunk-000/episode_000076.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19a1c820f1268d0583528ac6cb03a03015e8650a751b4920f919286a140cc66d
3
+ size 151356
data/chunk-000/episode_000077.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1590a0196b216f53522c496dc2e376f94fbaa1405bdcc226c702b51b98f24649
3
+ size 123092
data/chunk-000/episode_000082.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:577cffc349239c63703039e12372f97b3e84e94ee503455f3ec7aaec54a68246
3
+ size 125209
data/chunk-000/episode_000083.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc5ce85f2364462dd6ef3cffb84f6329a320f7108bdbc2f8ab5a3fc137d190fc
3
+ size 124741
data/chunk-000/episode_000086.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374bcff20e67455c64c0e17b8c4f2ac0b2880f9902eb07a5ab9e7e68832fd0a6
3
+ size 140258
data/chunk-000/episode_000087.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d71a4377c6efcea499db04b330f17f3a57470dd06737edb9d2358e6ecd3b9c05
3
+ size 154683
data/chunk-000/episode_000092.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6af9c35c20459d5aa7132d29702267f5167d6d536c604756db8d3f6114ddea8
3
+ size 131816
data/chunk-000/episode_000093.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd28c88e5c8ba01ef1ffdc51c0371cbbdefcb26854a262e244ffdaf774fb2cd
3
+ size 124086
data/chunk-000/episode_000096.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecac5e6c7d4aaf52f13067cf9b4adc34b05e4f1b2b6ce6bd30d5cfc01be4f5a7
3
+ size 138765
data/chunk-000/episode_000097.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e22ae290b5c0a0528851011a367fc65df92e5dfa2a9cc8c1c7afa3707cf550de
3
+ size 116698
meta/episodes.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["sweep the green cloth to the left side of the table"], "length": 75}
2
+ {"episode_index": 1, "tasks": ["put the ranch bottle into the pot"], "length": 84}
3
+ {"episode_index": 2, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 83}
4
+ {"episode_index": 3, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 94}
5
+ {"episode_index": 4, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 119}
6
+ {"episode_index": 5, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 84}
7
+ {"episode_index": 6, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 117}
8
+ {"episode_index": 7, "tasks": ["put the ranch bottle into the pot"], "length": 98}
9
+ {"episode_index": 8, "tasks": ["sweep the green cloth to the left side of the table"], "length": 70}
10
+ {"episode_index": 9, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 118}
11
+ {"episode_index": 10, "tasks": ["put the ranch bottle into the pot"], "length": 108}
12
+ {"episode_index": 11, "tasks": ["put the ranch bottle into the pot"], "length": 99}
13
+ {"episode_index": 12, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 116}
14
+ {"episode_index": 13, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 104}
15
+ {"episode_index": 14, "tasks": ["put the ranch bottle into the pot"], "length": 104}
16
+ {"episode_index": 15, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 129}
17
+ {"episode_index": 16, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 113}
18
+ {"episode_index": 17, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 123}
19
+ {"episode_index": 18, "tasks": ["sweep the green cloth to the left side of the table"], "length": 85}
20
+ {"episode_index": 19, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 92}
21
+ {"episode_index": 20, "tasks": ["put the ranch bottle into the pot"], "length": 124}
22
+ {"episode_index": 21, "tasks": ["put the ranch bottle into the pot"], "length": 96}
23
+ {"episode_index": 22, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 116}
24
+ {"episode_index": 23, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 93}
25
+ {"episode_index": 24, "tasks": ["put the ranch bottle into the pot"], "length": 111}
26
+ {"episode_index": 25, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 91}
27
+ {"episode_index": 26, "tasks": ["put the ranch bottle into the pot"], "length": 109}
28
+ {"episode_index": 27, "tasks": ["put the ranch bottle into the pot"], "length": 110}
29
+ {"episode_index": 28, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 110}
30
+ {"episode_index": 29, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 118}
31
+ {"episode_index": 30, "tasks": ["sweep the green cloth to the left side of the table"], "length": 75}
32
+ {"episode_index": 31, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 103}
33
+ {"episode_index": 32, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 105}
34
+ {"episode_index": 33, "tasks": ["sweep the green cloth to the left side of the table"], "length": 88}
35
+ {"episode_index": 34, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 114}
36
+ {"episode_index": 35, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 108}
37
+ {"episode_index": 36, "tasks": ["sweep the green cloth to the left side of the table"], "length": 69}
38
+ {"episode_index": 37, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 99}
39
+ {"episode_index": 38, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 96}
40
+ {"episode_index": 39, "tasks": ["sweep the green cloth to the left side of the table"], "length": 79}
41
+ {"episode_index": 40, "tasks": ["sweep the green cloth to the left side of the table"], "length": 82}
42
+ {"episode_index": 41, "tasks": ["sweep the green cloth to the left side of the table"], "length": 78}
43
+ {"episode_index": 42, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 102}
44
+ {"episode_index": 43, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 114}
45
+ {"episode_index": 44, "tasks": ["put the ranch bottle into the pot"], "length": 98}
46
+ {"episode_index": 45, "tasks": ["sweep the green cloth to the left side of the table"], "length": 74}
47
+ {"episode_index": 46, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 99}
48
+ {"episode_index": 47, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 126}
49
+ {"episode_index": 48, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 94}
50
+ {"episode_index": 49, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 109}
51
+ {"episode_index": 50, "tasks": ["sweep the green cloth to the left side of the table"], "length": 80}
52
+ {"episode_index": 51, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 119}
53
+ {"episode_index": 52, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 94}
54
+ {"episode_index": 53, "tasks": ["sweep the green cloth to the left side of the table"], "length": 72}
55
+ {"episode_index": 54, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 125}
56
+ {"episode_index": 55, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 129}
57
+ {"episode_index": 56, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 115}
58
+ {"episode_index": 57, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 108}
59
+ {"episode_index": 58, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 99}
60
+ {"episode_index": 59, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 88}
61
+ {"episode_index": 60, "tasks": ["put the ranch bottle into the pot"], "length": 107}
62
+ {"episode_index": 61, "tasks": ["put the ranch bottle into the pot"], "length": 92}
63
+ {"episode_index": 62, "tasks": ["put the ranch bottle into the pot"], "length": 104}
64
+ {"episode_index": 63, "tasks": ["put the ranch bottle into the pot"], "length": 103}
65
+ {"episode_index": 64, "tasks": ["sweep the green cloth to the left side of the table"], "length": 86}
66
+ {"episode_index": 65, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 121}
67
+ {"episode_index": 66, "tasks": ["sweep the green cloth to the left side of the table"], "length": 82}
68
+ {"episode_index": 67, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 89}
69
+ {"episode_index": 68, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 125}
70
+ {"episode_index": 69, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 89}
71
+ {"episode_index": 70, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 109}
72
+ {"episode_index": 71, "tasks": ["sweep the green cloth to the left side of the table"], "length": 84}
73
+ {"episode_index": 72, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 96}
74
+ {"episode_index": 73, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 100}
75
+ {"episode_index": 74, "tasks": ["sweep the green cloth to the left side of the table"], "length": 88}
76
+ {"episode_index": 75, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 96}
77
+ {"episode_index": 76, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 117}
78
+ {"episode_index": 77, "tasks": ["put the ranch bottle into the pot"], "length": 89}
79
+ {"episode_index": 78, "tasks": ["put the ranch bottle into the pot"], "length": 98}
80
+ {"episode_index": 79, "tasks": ["sweep the green cloth to the left side of the table"], "length": 82}
81
+ {"episode_index": 80, "tasks": ["sweep the green cloth to the left side of the table"], "length": 76}
82
+ {"episode_index": 81, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 102}
83
+ {"episode_index": 82, "tasks": ["sweep the green cloth to the left side of the table"], "length": 86}
84
+ {"episode_index": 83, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 90}
85
+ {"episode_index": 84, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 128}
86
+ {"episode_index": 85, "tasks": ["put the ranch bottle into the pot"], "length": 100}
87
+ {"episode_index": 86, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 106}
88
+ {"episode_index": 87, "tasks": ["put the ranch bottle into the pot"], "length": 119}
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": 128}
91
+ {"episode_index": 90, "tasks": ["put the ranch bottle into the pot"], "length": 95}
92
+ {"episode_index": 91, "tasks": ["put the ranch bottle into the pot"], "length": 107}
93
+ {"episode_index": 92, "tasks": ["put the ranch bottle into the pot"], "length": 97}
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": 74}
96
+ {"episode_index": 95, "tasks": ["take the tiger out of the red bowl and put it in the grey bowl"], "length": 83}
97
+ {"episode_index": 96, "tasks": ["put the ranch bottle into the pot"], "length": 104}
98
+ {"episode_index": 97, "tasks": ["sweep the green cloth to the left side of the table"], "length": 78}
99
+ {"episode_index": 98, "tasks": ["put the ranch bottle into the pot"], "length": 91}
100
+ {"episode_index": 99, "tasks": ["pick up the blue cup and put it into the brown cup. "], "length": 109}
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": 9934,
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": "sweep the green cloth to the left side of the table"}
2
+ {"task_index": 1, "task": "put the ranch bottle into the pot"}
3
+ {"task_index": 2, "task": "pick up the blue cup and put it into the brown cup. "}
4
+ {"task_index": 3, "task": "take the tiger out of the red bowl and put it in the grey bowl"}