ccop commited on
Commit
1a2fc28
·
verified ·
1 Parent(s): a986086

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +210 -0
README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - mcap
8
+ - conversion
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **Paper:** [More Information Needed]
22
+ - **License:** apache-2.0
23
+
24
+ ## Dataset Structure
25
+
26
+ [meta/info.json](meta/info.json):
27
+ ```json
28
+ {
29
+ "codebase_version": "v2.0",
30
+ "robot_type": "rainbow",
31
+ "total_episodes": 0,
32
+ "total_frames": 0,
33
+ "total_tasks": 0,
34
+ "total_videos": 0,
35
+ "total_chunks": 0,
36
+ "chunks_size": 1000,
37
+ "fps": 30,
38
+ "splits": {},
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
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float64",
44
+ "shape": [
45
+ 16
46
+ ],
47
+ "names": [
48
+ "left_arm_0",
49
+ "left_arm_1",
50
+ "left_arm_2",
51
+ "left_arm_3",
52
+ "left_arm_4",
53
+ "left_arm_5",
54
+ "left_arm_6",
55
+ "right_arm_0",
56
+ "right_arm_1",
57
+ "right_arm_2",
58
+ "right_arm_3",
59
+ "right_arm_4",
60
+ "right_arm_5",
61
+ "right_arm_6",
62
+ "left_robotiq_85_left_knuckle_joint",
63
+ "right_robotiq_85_left_knuckle_joint"
64
+ ]
65
+ },
66
+ "observation.qvel": {
67
+ "dtype": "float64",
68
+ "shape": [
69
+ 16
70
+ ],
71
+ "names": [
72
+ "left_arm_0",
73
+ "left_arm_1",
74
+ "left_arm_2",
75
+ "left_arm_3",
76
+ "left_arm_4",
77
+ "left_arm_5",
78
+ "left_arm_6",
79
+ "right_arm_0",
80
+ "right_arm_1",
81
+ "right_arm_2",
82
+ "right_arm_3",
83
+ "right_arm_4",
84
+ "right_arm_5",
85
+ "right_arm_6",
86
+ "left_robotiq_85_left_knuckle_joint",
87
+ "right_robotiq_85_left_knuckle_joint"
88
+ ]
89
+ },
90
+ "observation.effort": {
91
+ "dtype": "float64",
92
+ "shape": [
93
+ 16
94
+ ],
95
+ "names": [
96
+ "left_arm_0",
97
+ "left_arm_1",
98
+ "left_arm_2",
99
+ "left_arm_3",
100
+ "left_arm_4",
101
+ "left_arm_5",
102
+ "left_arm_6",
103
+ "right_arm_0",
104
+ "right_arm_1",
105
+ "right_arm_2",
106
+ "right_arm_3",
107
+ "right_arm_4",
108
+ "right_arm_5",
109
+ "right_arm_6",
110
+ "left_robotiq_85_left_knuckle_joint",
111
+ "right_robotiq_85_left_knuckle_joint"
112
+ ]
113
+ },
114
+ "action": {
115
+ "dtype": "float64",
116
+ "shape": [
117
+ 16
118
+ ],
119
+ "names": [
120
+ "left_arm_0",
121
+ "left_arm_1",
122
+ "left_arm_2",
123
+ "left_arm_3",
124
+ "left_arm_4",
125
+ "left_arm_5",
126
+ "left_arm_6",
127
+ "right_arm_0",
128
+ "right_arm_1",
129
+ "right_arm_2",
130
+ "right_arm_3",
131
+ "right_arm_4",
132
+ "right_arm_5",
133
+ "right_arm_6",
134
+ "left_robotiq_85_left_knuckle_joint",
135
+ "right_robotiq_85_left_knuckle_joint"
136
+ ]
137
+ },
138
+ "observation.image.head": {
139
+ "dtype": "image",
140
+ "shape": [
141
+ 480,
142
+ 848,
143
+ 3
144
+ ],
145
+ "names": [
146
+ "height",
147
+ "width",
148
+ "channels"
149
+ ]
150
+ },
151
+ "observation.image.wrist_right": {
152
+ "dtype": "image",
153
+ "shape": [
154
+ 480,
155
+ 848,
156
+ 3
157
+ ],
158
+ "names": [
159
+ "height",
160
+ "width",
161
+ "channels"
162
+ ]
163
+ },
164
+ "timestamp": {
165
+ "dtype": "float32",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "frame_index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "episode_index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "task_index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ }
199
+ }
200
+ }
201
+ ```
202
+
203
+
204
+ ## Citation
205
+
206
+ **BibTeX:**
207
+
208
+ ```bibtex
209
+ [More Information Needed]
210
+ ```