RonPlusSign commited on
Commit
188501f
·
verified ·
1 Parent(s): 910fe1b

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 +170 -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,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # put_rubbish_in_bin_<function action_repr at 0x7f1766358860>_relative
2
+
3
+ Generated RLBench -> LeRobot v2.1 dataset.
4
+ `meta/info.json`:
5
+ ```json
6
+ {
7
+ "dataset_name": "put_rubbish_in_bin_<function action_repr at 0x7f1766358860>_relative",
8
+ "codebase_version": "v2.1",
9
+ "robot_type": "franka",
10
+ "total_episodes": 100,
11
+ "chunks_size": 100,
12
+ "total_frames": 15497,
13
+ "total_tasks": 1,
14
+ "total_videos": 500,
15
+ "fps": 10,
16
+ "splits": {
17
+ "train": "0:100"
18
+ },
19
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
20
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
21
+ "camera_keys": [
22
+ "left_shoulder_rgb",
23
+ "right_shoulder_rgb",
24
+ "front_rgb",
25
+ "wrist_rgb",
26
+ "overhead_rgb"
27
+ ],
28
+ "features": {
29
+ "observation.state": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 8
33
+ ],
34
+ "names": [
35
+ "x",
36
+ "y",
37
+ "z",
38
+ "qx",
39
+ "qy",
40
+ "qz",
41
+ "qw",
42
+ "gripper"
43
+ ],
44
+ "description": "End-effector position (x,y,z), orientation (qx,qy,qz,qw) and gripper state (0.0 closed, 1.0 open)."
45
+ },
46
+ "action": {
47
+ "dtype": "float32",
48
+ "shape": [
49
+ 8
50
+ ],
51
+ "names": [
52
+ "x",
53
+ "y",
54
+ "z",
55
+ "qx",
56
+ "qy",
57
+ "qz",
58
+ "qw",
59
+ "gripper"
60
+ ],
61
+ "description": "Action applied at each step, in Quaternion representation + gripper (0.0 close, 1.0 open)."
62
+ },
63
+ "observation.images.left_shoulder_rgb": {
64
+ "dtype": "video",
65
+ "shape": [
66
+ 256,
67
+ 256,
68
+ 3
69
+ ],
70
+ "names": [
71
+ "height",
72
+ "width",
73
+ "channels"
74
+ ],
75
+ "info": {
76
+ "video.fps": 10,
77
+ "video.height": 256,
78
+ "video.width": 256,
79
+ "video.channels": 3,
80
+ "video.is_depth_map": false,
81
+ "has_audio": false
82
+ }
83
+ },
84
+ "observation.images.right_shoulder_rgb": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 256,
88
+ 256,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
95
+ ],
96
+ "info": {
97
+ "video.fps": 10,
98
+ "video.height": 256,
99
+ "video.width": 256,
100
+ "video.channels": 3,
101
+ "video.is_depth_map": false,
102
+ "has_audio": false
103
+ }
104
+ },
105
+ "observation.images.front_rgb": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 256,
109
+ 256,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channels"
116
+ ],
117
+ "info": {
118
+ "video.fps": 10,
119
+ "video.height": 256,
120
+ "video.width": 256,
121
+ "video.channels": 3,
122
+ "video.is_depth_map": false,
123
+ "has_audio": false
124
+ }
125
+ },
126
+ "observation.images.wrist_rgb": {
127
+ "dtype": "video",
128
+ "shape": [
129
+ 256,
130
+ 256,
131
+ 3
132
+ ],
133
+ "names": [
134
+ "height",
135
+ "width",
136
+ "channels"
137
+ ],
138
+ "info": {
139
+ "video.fps": 10,
140
+ "video.height": 256,
141
+ "video.width": 256,
142
+ "video.channels": 3,
143
+ "video.is_depth_map": false,
144
+ "has_audio": false
145
+ }
146
+ },
147
+ "observation.images.overhead_rgb": {
148
+ "dtype": "video",
149
+ "shape": [
150
+ 256,
151
+ 256,
152
+ 3
153
+ ],
154
+ "names": [
155
+ "height",
156
+ "width",
157
+ "channels"
158
+ ],
159
+ "info": {
160
+ "video.fps": 10,
161
+ "video.height": 256,
162
+ "video.width": 256,
163
+ "video.channels": 3,
164
+ "video.is_depth_map": false,
165
+ "has_audio": false
166
+ }
167
+ }
168
+ }
169
+ }
170
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:740daca36c707f7ff8d74b98910eeaa8389b9024fd8e8364035927aeef332224
3
+ size 20822
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a77c80e229bc8097f970cc12018b825e5959d26ee9d733b2190256dc572e8752
3
+ size 25410
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a3c372fe1aa216a75d898604c44a2981103f10182e676ae1ed6e25d0fa0b48
3
+ size 21994
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b1b9c614068d1b871f25057989dd1dbb8058c31eab496e51f4fa5db2e63ce4
3
+ size 19979
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30c2dbeb59c78ecc033e6808b5e62b2c7bbff0d1600d4b0277302c658e74f759
3
+ size 23569
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0256835744720bf4b822166477f96f9f338dda375845ddf8b73bf654a92f0b0f
3
+ size 18276
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f961722ec7cbbbaf245f41d6f5947343bff992ee6adf0aefdfd4d3fdd565bce1
3
+ size 23155
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eefbf9ccef7503267e915526cbcff1100fbb21b9277989ab0741e2bd1bb5f16
3
+ size 18404
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c94231c77b76b7a87bd8384662a6f82b56b2a1e97aa35b83eea8ba62523dac
3
+ size 32809
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85bcad99d20c16b28a513a936675389ff59f3c0d178ff99bbc8afeb5b7a618cb
3
+ size 18630
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8328e7690ab6f232985685fa8745a350cebd731747173465b3812a63f8309893
3
+ size 18480
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c494c4341380ee51097d0107ebaf05cffa43c63f298d3e5cac7b9effc3f88984
3
+ size 19153
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a141cb4a81639e1d75736d76f8ecbcb98fd255b6688449f7761f89b557fdeff
3
+ size 19096
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ff9c0fc7e56ff46bd98c3aefc5b871fe6941f26cbfb1a169e0e831fe88b5f47
3
+ size 21816
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:562c816938d79f79e1fd97dc9d8402e2e254ada43fb037023e4bb9585e54b808
3
+ size 24128
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc7e23589b492171860b099e5e3f48d3b70cdbca4ff0fdebc8cdec1455c29644
3
+ size 26826
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07061daf030a9d68e01819d16cc53d0104cfc1186efa543d080417f164231ca3
3
+ size 33177
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfbf1ebddc8024a40fa5c89aae6a391b400fdacf0bbdf68e9237683415de7e7a
3
+ size 17936
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:099c6f5b50c0d32e77494c532f657a516c26ad0561e741db53f56edf6b6d4bb3
3
+ size 30847
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5ae1ae3c150d5bceb1d20eda400220c6a3f8168f5a8f0b6cb452d09072c9001
3
+ size 25998
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e39dbec5b5e0a7035adfb192f1469bab3cdd75745028a1c80bf3a060321a5bd
3
+ size 23011
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e66bedc99b395b72f77e1c4c9511c4bdc8262275d6d92ab8f236ce3ff8712ae
3
+ size 18942
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6e2df91a3ba3bd0c64c7a4b208bbe8cf4d47ad9a5c611bade24362e09d86718
3
+ size 18939
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1202fb478443958d83598be67657eb10ec11deac784fa9b3dde597447ed184e6
3
+ size 32326
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a76ba6cc7260619c9eb1f2d17b82ef4d0a1439e36e51dc59a6e63cc2af107fb4
3
+ size 31919
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40f5dfbb4b2724f7b89e8e5485165ed804020fbe486887a33af15c774f0369d0
3
+ size 30343
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09dbf427fa292b29f6950b31110ccaced86c020ea21766b1ed53dfe2f6bfe509
3
+ size 21661
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45bd33734aaa88638b3045f18cbb1e1ef9b50f10d5d935ffd3a9518504880e47
3
+ size 21663
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55f1cad9616483133b10062701915a681d76196c63ac32f139b9fb069c35eaa2
3
+ size 20543
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1381d087ca959232c0754581d77a631802bdcf6c429df037b293e345105d4346
3
+ size 26568
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd1300a2fb31a343e28e762e6c46668285d65d417a6474e181a585bbb628ed37
3
+ size 21659
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7551b22a1f437f5949ec133fab4ec8dc0a90c040c591765a9974f44cf2a76a
3
+ size 32207
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c3fa05162153bc1e5d4938ca5e6b4b7597cf9a1fe373c06f1f33f0eb116209
3
+ size 17881
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfefdcd06186d33b48bf4696152d1194e1b03a7fd67440ce3413dfd961c3ba95
3
+ size 22775
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6294e49ec4de6b306d92e51e4436a3c33ccebf18976b66d28ca84047b60fda20
3
+ size 22359
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b2291be22946d4e9c294edac57ffe921ea1f05adfb03781a269d371e0d1ce9
3
+ size 37567
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b07f2191e780f4dd1d8660fe6080c3f8d162e0d499525ac0295b8cb9b3a6ec09
3
+ size 19983
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:267337648a22a5697808977e3cd9fc83a24a6dccee73f8329f9410d4c8e1ae9e
3
+ size 18056
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:603faa12e6fa81b94eea0dbc0a31b7d433b205154144cfdb572a7f11208e69c4
3
+ size 19761
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e7bcea1b8803321f64140df2ffa80a24c0ef7c05252e8a575ef73709ce749a2
3
+ size 35543
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50e812754ed5b5bb29113347b7635022b1cf1629d2c46ec8920d8ac77b9dd939
3
+ size 21828
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0f69518b46be1fbee99671c4564411ced9521261072f4df90ed8acd5d4988fc
3
+ size 20529
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f511569aebf48b67d2afc85210055334b5ef94765bdb55f81a0b536774533925
3
+ size 20987
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744e06fedd19152871c335244b16fdb716cf3fff2be043810b71fa22bcf18795
3
+ size 21988
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af29f164b50d68c06073ab27cd238b6381b11d23c17beb49d5090b52ed22fa5a
3
+ size 24102
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdb49686066de1c400d7f6557322561c5d40f494627227908e873822f47416fc
3
+ size 26755
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a7ef182d7dd5b88a6b663c69444b500b329e1d0cfd142aac1a4270127d67de
3
+ size 31535
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8cfed4952fb27178fa0832d221cc854476585dd2166132adfa9f075582cb2e9
3
+ size 23400
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30019d4025d3830f7ccfb6f3ee0e8f4ecf01176ac8e0df8b90ddc831f67e866b
3
+ size 21058