continuallearning commited on
Commit
97e6a97
·
verified ·
1 Parent(s): 9ea8e2c

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +166 -0
  2. data/chunk-000/episode_000000.parquet +3 -0
  3. data/chunk-000/episode_000001.parquet +3 -0
  4. data/chunk-000/episode_000002.parquet +3 -0
  5. data/chunk-000/episode_000003.parquet +3 -0
  6. data/chunk-000/episode_000004.parquet +3 -0
  7. data/chunk-000/episode_000005.parquet +3 -0
  8. data/chunk-000/episode_000006.parquet +3 -0
  9. data/chunk-000/episode_000007.parquet +3 -0
  10. data/chunk-000/episode_000008.parquet +3 -0
  11. data/chunk-000/episode_000009.parquet +3 -0
  12. data/chunk-000/episode_000010.parquet +3 -0
  13. data/chunk-000/episode_000011.parquet +3 -0
  14. data/chunk-000/episode_000012.parquet +3 -0
  15. data/chunk-000/episode_000013.parquet +3 -0
  16. data/chunk-000/episode_000014.parquet +3 -0
  17. data/chunk-000/episode_000015.parquet +3 -0
  18. data/chunk-000/episode_000016.parquet +3 -0
  19. data/chunk-000/episode_000017.parquet +3 -0
  20. data/chunk-000/episode_000018.parquet +3 -0
  21. data/chunk-000/episode_000019.parquet +3 -0
  22. data/chunk-000/episode_000020.parquet +3 -0
  23. data/chunk-000/episode_000021.parquet +3 -0
  24. data/chunk-000/episode_000022.parquet +3 -0
  25. data/chunk-000/episode_000023.parquet +3 -0
  26. data/chunk-000/episode_000024.parquet +3 -0
  27. data/chunk-000/episode_000025.parquet +3 -0
  28. data/chunk-000/episode_000026.parquet +3 -0
  29. data/chunk-000/episode_000027.parquet +3 -0
  30. data/chunk-000/episode_000028.parquet +3 -0
  31. data/chunk-000/episode_000029.parquet +3 -0
  32. data/chunk-000/episode_000030.parquet +3 -0
  33. data/chunk-000/episode_000031.parquet +3 -0
  34. data/chunk-000/episode_000032.parquet +3 -0
  35. data/chunk-000/episode_000033.parquet +3 -0
  36. data/chunk-000/episode_000034.parquet +3 -0
  37. data/chunk-000/episode_000035.parquet +3 -0
  38. data/chunk-000/episode_000036.parquet +3 -0
  39. data/chunk-000/episode_000037.parquet +3 -0
  40. data/chunk-000/episode_000038.parquet +3 -0
  41. data/chunk-000/episode_000039.parquet +3 -0
  42. data/chunk-000/episode_000040.parquet +3 -0
  43. data/chunk-000/episode_000041.parquet +3 -0
  44. data/chunk-000/episode_000042.parquet +3 -0
  45. data/chunk-000/episode_000043.parquet +3 -0
  46. data/chunk-000/episode_000044.parquet +3 -0
  47. data/chunk-000/episode_000045.parquet +3 -0
  48. meta/episodes.jsonl +46 -0
  49. meta/episodes_stats.jsonl +0 -0
  50. meta/info.json +131 -0
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": null,
29
+ "total_episodes": 47,
30
+ "total_frames": 19483,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:47"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": null,
41
+ "features": {
42
+ "observation.images.image": {
43
+ "dtype": "image",
44
+ "shape": [
45
+ 256,
46
+ 256,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channel"
53
+ ]
54
+ },
55
+ "observation.images.wrist_image": {
56
+ "dtype": "image",
57
+ "shape": [
58
+ 256,
59
+ 256,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "height",
64
+ "width",
65
+ "channel"
66
+ ]
67
+ },
68
+ "observation.state.end_effector": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 8
72
+ ],
73
+ "names": {
74
+ "motors": [
75
+ "x",
76
+ "y",
77
+ "z",
78
+ "roll",
79
+ "pitch",
80
+ "yaw",
81
+ "gripper",
82
+ "gripper"
83
+ ]
84
+ }
85
+ },
86
+ "observation.state.joint": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 7
90
+ ],
91
+ "names": {
92
+ "motors": [
93
+ "joint_1",
94
+ "joint_2",
95
+ "joint_3",
96
+ "joint_4",
97
+ "joint_5",
98
+ "joint_6",
99
+ "joint_7"
100
+ ]
101
+ }
102
+ },
103
+ "action": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 7
107
+ ],
108
+ "names": {
109
+ "motors": [
110
+ "x",
111
+ "y",
112
+ "z",
113
+ "roll",
114
+ "pitch",
115
+ "yaw",
116
+ "gripper"
117
+ ]
118
+ }
119
+ },
120
+ "timestamp": {
121
+ "dtype": "float32",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "frame_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "episode_index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "task_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ }
155
+ }
156
+ }
157
+ ```
158
+
159
+
160
+ ## Citation
161
+
162
+ **BibTeX:**
163
+
164
+ ```bibtex
165
+ [More Information Needed]
166
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b53cd89808c794fafa7afc5ea716d0319eb66f5f72b4e26c580afb5ef951cf7
3
+ size 43043899
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5477a6e9d9b21103835b81e105c0396227040dc93b2dad23967549c37fe5eaa
3
+ size 41499140
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6680b01cc9094fb97087b7517514b4b3d6c64175ea41cf322ae3b2f2a9724d9
3
+ size 37235010
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:751b47acf488e0b862394b7700d8cdab5a17e3d8b52557a0127ad027a30cef91
3
+ size 41038407
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6de676167d92a0532c26166eb6abb0fe503a1daab5b80a7a57b8590e1a27864
3
+ size 40790774
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29ef74745bf8819be98159e1bacafbf7ed17ac65b716ffaafe1d9b07a4dea9a0
3
+ size 36146900
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18d322c079114efef33567ff39efeb35faec88012c604ee1a40853aeaabdd694
3
+ size 40255598
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550bfa70152efa1c43ff68f1c51b295c8cf9424d957b9117f8f546c2924a6088
3
+ size 35977387
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:337be66d253874d2803aa83961c441a2334d18f95a856e0de99239ced751cea4
3
+ size 36567026
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:468bb2a3912a2f97b8f0d0bbc3a95b2f3e7278d2f6adeb6b5187f0223e1f5e51
3
+ size 37131946
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caf90e1ad94f3396e371ec0ca53aee24a567a09fe7f420215fee1cc4fd4021ce
3
+ size 39358065
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94ff38abe262c566d66ac52e0a16e11cd64e60ad8456bf66a53849ccd1f9e302
3
+ size 33995815
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03b29f3e823af26ac7d885e5ee58fa39d2a8999e16b0ca8c633fc2f2d5c86813
3
+ size 36131211
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a80ea8938aaab01b1ce3dc96e7bf6fca972de6f16f9fd6416d7e3da973bbb75d
3
+ size 37055866
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c2dee4a330cc4f58ceb8ef1a9fd1751a2037f8ef3a5cf0f65ac070c95581014
3
+ size 36022014
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f25bae8eb0e9777e430822163b6f818bf4a00b8b3cff1a81d89d35bd8f2e96fe
3
+ size 40756607
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea3388785e05444937c3ebcbc1dc38bb8f21c54508339180e245cba5c7ed86a
3
+ size 37953611
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1312385b86e41a00bff034c9793ab552e91a1d67b36a32f28d425623c1f4d62f
3
+ size 34451749
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:282f8f38f6f31322d099bd9ac0c5ce92bbce5bf28c3f7259ea8b7126af938fcf
3
+ size 43549951
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57276e17470cbccb2b8aa25aef5e65e3b8cd2a2d5e0716a0de6a940aced9b37a
3
+ size 37418869
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:646557db3511260682e5d204d64a5a63a456498f7bbbe5ea640a24b2946ac048
3
+ size 39313082
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f310e05cd7a3616efaf4320fcb149ffedea47357ac3b4fc16bc8ab4c00287e3
3
+ size 36457980
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f232b8ed8e6995c98cb79029cf9c8542cbbd8e559acbdf97544dd976567334
3
+ size 44320334
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a0b9e073136c88c02a056b5c80215747b7d75f0ec79f702b2199fb3bd35cc76
3
+ size 39343849
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b44e93cfce4ec987386c6103b79af9888541dbc8efb55467f5bb276689aa45f5
3
+ size 42145742
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c17126638163c20497a8ddbf0d8e53b2450d8f52084f79f05d6e502f3c78dc
3
+ size 47575862
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c3f8acd994a0aa360a1f6bd24d40c1154cb0be75c3efdace4dc9baa996bebe2
3
+ size 38864896
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e01d69778d04282d8f5062cac17509b8e2d023a8fac252b95c9b61e7a9b14660
3
+ size 38961403
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c126e71d65c6439c0964ff125b1cde9ac762bcc512775259a1648f7ed420fff
3
+ size 44722602
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7ec03606cae1dcb39980053b12d78a0e58ae8d4d13ffeb2dc5e7c3f6078a454
3
+ size 43678071
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fe8c1d96f1ca95cf7ffc06ab06457244cfc6104e294f01f8acc56d795779174
3
+ size 42814700
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27bf1a3aaa4bc6e1290d7055751da70954ab2fbb7c4681908931615543a40de5
3
+ size 45308141
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a8f0f8c0e74d95526f9c791ebbfd8612856b8dc18afcab7ebf5a67d38822cd4
3
+ size 50228383
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccf58abe82a622dc20e704c3772beba7e637c774796df3447963e3646e682857
3
+ size 38910757
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98fdbac41785864be52479570b617e85e50c7175ae6b89a7ef8a656ae26f4336
3
+ size 43863871
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af51cefecca1d0ee0a5c8e2cf4d7397ff631435b9980ead376fd0bd108fd1f38
3
+ size 38131621
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1f3e386305359f9052b7be30f27243417d882935d9b0323eec6009e6e0cf27f
3
+ size 39023882
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:486699ead9b2169e066796a6e0e8bba9149fa3529ea4665d9536e0afccd9031a
3
+ size 48899850
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:732e2c6c690847f2b20d79550aa67350bf91ecf36fcf674db86a130776b3c9f4
3
+ size 36534317
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7b202b7bd561c9adaa88f6872cd248262874b90f6a3d6c3bdd443cc72393bb4
3
+ size 43119226
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:206e4f9f19e31bd9f22ee0886b5789a5a5eb0ff0f4a7cd1573282820f443774c
3
+ size 32829643
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab1a2f0247feec2df6aa790ae13a20015e89ee62db228fc807bd60c95f9de92
3
+ size 35700044
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80251de2024027499449d3ba84bd01388665a3ea240ff482a08c394d14c8692a
3
+ size 43759322
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6c976bff89e136541e9895cc44485d67e39a48f5dcebf351babe6de4fba8192
3
+ size 37669168
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b95af961a1d47758b000d3340591fb9cb233b20a2ab842a220164fa8aa996b28
3
+ size 40164079
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c12eb54f4422e0782e7325351254e7ecc3b8a5635b60c17cb24acec22ecd38af
3
+ size 33818262
meta/episodes.jsonl ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["put both moka pots on the stove"], "length": 457}
2
+ {"episode_index": 1, "tasks": ["put both moka pots on the stove"], "length": 439}
3
+ {"episode_index": 2, "tasks": ["put both moka pots on the stove"], "length": 388}
4
+ {"episode_index": 3, "tasks": ["put both moka pots on the stove"], "length": 429}
5
+ {"episode_index": 4, "tasks": ["put both moka pots on the stove"], "length": 421}
6
+ {"episode_index": 5, "tasks": ["put both moka pots on the stove"], "length": 378}
7
+ {"episode_index": 6, "tasks": ["put both moka pots on the stove"], "length": 420}
8
+ {"episode_index": 7, "tasks": ["put both moka pots on the stove"], "length": 373}
9
+ {"episode_index": 8, "tasks": ["put both moka pots on the stove"], "length": 383}
10
+ {"episode_index": 9, "tasks": ["put both moka pots on the stove"], "length": 388}
11
+ {"episode_index": 10, "tasks": ["put both moka pots on the stove"], "length": 407}
12
+ {"episode_index": 11, "tasks": ["put both moka pots on the stove"], "length": 359}
13
+ {"episode_index": 12, "tasks": ["put both moka pots on the stove"], "length": 377}
14
+ {"episode_index": 13, "tasks": ["put both moka pots on the stove"], "length": 385}
15
+ {"episode_index": 14, "tasks": ["put both moka pots on the stove"], "length": 375}
16
+ {"episode_index": 15, "tasks": ["put both moka pots on the stove"], "length": 427}
17
+ {"episode_index": 16, "tasks": ["put both moka pots on the stove"], "length": 389}
18
+ {"episode_index": 17, "tasks": ["put both moka pots on the stove"], "length": 363}
19
+ {"episode_index": 18, "tasks": ["put both moka pots on the stove"], "length": 459}
20
+ {"episode_index": 19, "tasks": ["put both moka pots on the stove"], "length": 392}
21
+ {"episode_index": 20, "tasks": ["put both moka pots on the stove"], "length": 410}
22
+ {"episode_index": 21, "tasks": ["put both moka pots on the stove"], "length": 383}
23
+ {"episode_index": 22, "tasks": ["put both moka pots on the stove"], "length": 455}
24
+ {"episode_index": 23, "tasks": ["put both moka pots on the stove"], "length": 409}
25
+ {"episode_index": 24, "tasks": ["put both moka pots on the stove"], "length": 436}
26
+ {"episode_index": 25, "tasks": ["put both moka pots on the stove"], "length": 505}
27
+ {"episode_index": 26, "tasks": ["put both moka pots on the stove"], "length": 408}
28
+ {"episode_index": 27, "tasks": ["put both moka pots on the stove"], "length": 406}
29
+ {"episode_index": 28, "tasks": ["put both moka pots on the stove"], "length": 467}
30
+ {"episode_index": 29, "tasks": ["put both moka pots on the stove"], "length": 468}
31
+ {"episode_index": 30, "tasks": ["put both moka pots on the stove"], "length": 455}
32
+ {"episode_index": 31, "tasks": ["put both moka pots on the stove"], "length": 477}
33
+ {"episode_index": 32, "tasks": ["put both moka pots on the stove"], "length": 517}
34
+ {"episode_index": 33, "tasks": ["put both moka pots on the stove"], "length": 404}
35
+ {"episode_index": 34, "tasks": ["put both moka pots on the stove"], "length": 449}
36
+ {"episode_index": 35, "tasks": ["put both moka pots on the stove"], "length": 398}
37
+ {"episode_index": 36, "tasks": ["put both moka pots on the stove"], "length": 417}
38
+ {"episode_index": 37, "tasks": ["put both moka pots on the stove"], "length": 506}
39
+ {"episode_index": 38, "tasks": ["put both moka pots on the stove"], "length": 378}
40
+ {"episode_index": 39, "tasks": ["put both moka pots on the stove"], "length": 458}
41
+ {"episode_index": 40, "tasks": ["put both moka pots on the stove"], "length": 341}
42
+ {"episode_index": 41, "tasks": ["put both moka pots on the stove"], "length": 368}
43
+ {"episode_index": 42, "tasks": ["put both moka pots on the stove"], "length": 454}
44
+ {"episode_index": 43, "tasks": ["put both moka pots on the stove"], "length": 396}
45
+ {"episode_index": 44, "tasks": ["put both moka pots on the stove"], "length": 414}
46
+ {"episode_index": 45, "tasks": ["put both moka pots on the stove"], "length": 351}
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,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": null,
4
+ "total_episodes": 46,
5
+ "total_frames": 19139,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 20,
11
+ "splits": {
12
+ "train": "0:46"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": null,
16
+ "features": {
17
+ "observation.images.image": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
+ },
30
+ "observation.images.wrist_image": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 256,
34
+ 256,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "channel"
41
+ ]
42
+ },
43
+ "observation.state": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 8
47
+ ],
48
+ "names": {
49
+ "motors": [
50
+ "x",
51
+ "y",
52
+ "z",
53
+ "roll",
54
+ "pitch",
55
+ "yaw",
56
+ "gripper",
57
+ "gripper"
58
+ ]
59
+ }
60
+ },
61
+ "observation.state.joint": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 7
65
+ ],
66
+ "names": {
67
+ "motors": [
68
+ "joint_1",
69
+ "joint_2",
70
+ "joint_3",
71
+ "joint_4",
72
+ "joint_5",
73
+ "joint_6",
74
+ "joint_7"
75
+ ]
76
+ }
77
+ },
78
+ "action": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 7
82
+ ],
83
+ "names": {
84
+ "motors": [
85
+ "x",
86
+ "y",
87
+ "z",
88
+ "roll",
89
+ "pitch",
90
+ "yaw",
91
+ "gripper"
92
+ ]
93
+ }
94
+ },
95
+ "timestamp": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "frame_index": {
103
+ "dtype": "int64",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ },
109
+ "episode_index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ },
116
+ "index": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ },
123
+ "task_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ }
130
+ }
131
+ }