continuallearning commited on
Commit
a576b71
·
verified ·
1 Parent(s): 7fe4917

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. data/chunk-000/episode_000046.parquet +3 -0
  49. data/chunk-000/episode_000047.parquet +3 -0
  50. data/chunk-000/episode_000048.parquet +3 -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": 50,
30
+ "total_frames": 12756,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:50"
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": {
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:e18813eb617f768b73365751fa14451907f9ee35a244ce98c07e7d0dff1e895b
3
+ size 26781368
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f4e1327a13c523a27023c4082416f17dff71cde737ab452d35180241ff0782
3
+ size 42917155
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:396ae229e618fb6f4494c607c52b2a6632055bf6667aa3f19277261884c53753
3
+ size 32980477
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9236c9b40fe68f41e93833da32be016dc41767af558b91e9f0d42ae6817cb08c
3
+ size 31666564
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6b1fd89bae35ea31f98a9b8e2025dec4e1114321dd1ecad57c03d9b3cf7fc2
3
+ size 34767070
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:319c24b5e88618df7e1d68f6d6fb00a73fbf668a0e29dcaf772f43e6aa529bf3
3
+ size 29668220
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e433c4e5746ee77cb01ca9439843b77f16793a85943d8099fe6f31cc4c9d2db
3
+ size 29910468
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a1f03cb2ad7c8536d7f6cf9bc6224fa186d1a06af34dbd9baca4516b1908bdf
3
+ size 26747056
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b9d2177eb85b2f3fa511c11e1628ccf14b8d257aa2670f63119e87e0b6d4cd7
3
+ size 39730199
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58682063476128795078e6e4d100982d757d7c4ba6c0039db91d610d7cf84307
3
+ size 28462421
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:301c5478e8eb19f14545835ccf345562eaba72cc7468eeac9a116b247cd4f614
3
+ size 27127398
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4f8d0236c0af0d76488d407c0d0897d7536be44662699c78c336bda6338d050
3
+ size 32253674
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c189b745c892b1d8a5d45e47e208582c5b0be10fe437854fee0fd7fc94780a
3
+ size 35940579
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36aceecb6270841f0b722a6fdd324604b8813fb098f1fa631d9bd37fe3e88551
3
+ size 36114143
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abd8505fdb9e28efae1399e344073f79b3c9a4345a84d94db9d7dcd527ad684f
3
+ size 30941502
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f510472fd7ca71d5720de463d4ba6f29cc6e0ae3a158933b2ce9dfde9ef4d624
3
+ size 36060378
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6ec963b800a6f253caeb18a0faddb36427b98365428e787b420400a452f206
3
+ size 36815383
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550bab843b2d41003c94e2389a30a629128bed198f596ee975ac470e32e41588
3
+ size 32505796
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58070beaff2a1b44d63d0fba708684ef55a42d659e82c00da33c3b3f0f56f45c
3
+ size 38066297
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:682e669532c4b24614abbcf10661d1b8e13f284f9370d12434ea08caa003cd04
3
+ size 28366269
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5eb38697043f9153bdf491e35e6baa7885a223d0600b6f8ed96c0dbdd8a6f80
3
+ size 35999634
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e29ba68aa3726b3b4d318097e3d4aa25d99729585d7f024231629834a1493bf
3
+ size 29940966
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe319fcd2282b7293281323143dabc89cc19b6edd38a079049e90e18ec03e6d
3
+ size 31186734
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d759639677826501affe0949b94e4567680f6a67792c9fb4cc896133bab32845
3
+ size 29243728
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1f4bcae454f2a5301909939c6db6291fa9d33241a188fa842f1766447bc0579
3
+ size 32245346
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db245ba70c28cc305226ecbd75463626c18f9cf254f43ba3a001d1e00372a87d
3
+ size 30580294
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fe52a7b811d2304783831e31eccf1c77b2e939dead19733943ecb611f249847
3
+ size 31858834
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb5c21de02d6d04828e4d4d25995b6aedafee5bacc450d7b74acdd730394b57f
3
+ size 43997651
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c30766578c4acd4bdac138f3fef943a3ec0b9b1f9e52eb4e68c35a4fcfb2617b
3
+ size 33556336
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f1f841031db6f88e2cc6957d25be1f377ea2501f44ac1ff9c2f50295b53c2a2
3
+ size 41068165
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11bba8689f31e00fe51ccfb591172197fc78cb20ddfcff94f27e0b2a25dfea69
3
+ size 36310290
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b79b2afa2581c9c2992ef49c8b7249f6245ffc8e62d5b9f8f249fe0a46040bf1
3
+ size 33297445
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8c4660884e25e4059b57cd0efd39229cddca783ef65b34d2fc47d4b23bdc514
3
+ size 30404086
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7276184305160649cf64559ae0610637391af13eb2bc013a438b70d31dd4245
3
+ size 36025154
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40208f37fce6bf86a1aa027783606ef597c8a47b1ec9cc39f3710e8abab91382
3
+ size 38171951
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed4a8f2e123b493949838c89dfd4020d1541e9e58b7c128cca1c506928776cb5
3
+ size 37107065
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c34ec658adc3c3b0827f7fea555eb6c138e0d674d2f98442a032800213a956f0
3
+ size 30269185
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49e54bd5b9d2a09ad55c96fa0a44dbfe410901b295a4210b5e2705f36e2d6125
3
+ size 34265938
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73828ae16a04855004ffed0e0c6a3ac085a7d5bbce74a0a688078828ed5e4e63
3
+ size 31373423
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d3bb11c4ebbed8edafaa7c28584918b5c4e3851fb184dcc1c19a405c1652d31
3
+ size 33707476
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18761887668e87cdcca2bd6ebdd8388b6778ec80fc8bf7048c27bf71a36d090d
3
+ size 28596689
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8bfcd5eccf44dcf5a00582f2cdf1f092102a62c3cf5ea3dc70590f6c180c9b8
3
+ size 33400745
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3343efd57847d400aefcb36cdecf9c825969c73e3b03612363e0a5c742e3c686
3
+ size 31820195
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d1cdae0959943c59ec227eb4d02a4419c2123ed8233565134711941a74dd1d2
3
+ size 45151538
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af0d7124f610b91e8f6a8d186e47b096051c2beb6ef63c61dd3cc86c21f46d74
3
+ size 33491436
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa318867f9508427db5d32f91b7676526cb75bffff4b466e53481345b998a330
3
+ size 31876709
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f136f2e123f41909e968de90ced7ac41b65b9374823523836514c0314f59286b
3
+ size 31303678
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6bcc559a829fb8cbb349a43c6f763905d89ad4584e4a8eb5e0b53c1a6927d8f
3
+ size 34829194
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f744e013a34514c9604db279a28b713736e070efa43a7502e13b0ebedf5e33a
3
+ size 37108391