CarolinePascal HF Staff commited on
Commit
069e42c
·
verified ·
1 Parent(s): b01e5d9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +206 -0
README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.0",
28
+ "robot_type": "unknown",
29
+ "total_episodes": 1,
30
+ "total_frames": 3750,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 50,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": null,
41
+ "features": {
42
+ "observation.images.cam_high": {
43
+ "dtype": "image",
44
+ "shape": [
45
+ 480,
46
+ 640,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channels"
53
+ ]
54
+ },
55
+ "observation.images.cam_left_wrist": {
56
+ "dtype": "image",
57
+ "shape": [
58
+ 480,
59
+ 640,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "height",
64
+ "width",
65
+ "channels"
66
+ ]
67
+ },
68
+ "observation.images.cam_right_wrist": {
69
+ "dtype": "image",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ]
80
+ },
81
+ "observation.state": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 14
85
+ ],
86
+ "names": {
87
+ "motors": [
88
+ "motor_0",
89
+ "motor_1",
90
+ "motor_2",
91
+ "motor_3",
92
+ "motor_4",
93
+ "motor_5",
94
+ "motor_6",
95
+ "motor_7",
96
+ "motor_8",
97
+ "motor_9",
98
+ "motor_10",
99
+ "motor_11",
100
+ "motor_12",
101
+ "motor_13"
102
+ ]
103
+ }
104
+ },
105
+ "observation.effort": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 14
109
+ ],
110
+ "names": {
111
+ "motors": [
112
+ "motor_0",
113
+ "motor_1",
114
+ "motor_2",
115
+ "motor_3",
116
+ "motor_4",
117
+ "motor_5",
118
+ "motor_6",
119
+ "motor_7",
120
+ "motor_8",
121
+ "motor_9",
122
+ "motor_10",
123
+ "motor_11",
124
+ "motor_12",
125
+ "motor_13"
126
+ ]
127
+ }
128
+ },
129
+ "action": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 14
133
+ ],
134
+ "names": {
135
+ "motors": [
136
+ "motor_0",
137
+ "motor_1",
138
+ "motor_2",
139
+ "motor_3",
140
+ "motor_4",
141
+ "motor_5",
142
+ "motor_6",
143
+ "motor_7",
144
+ "motor_8",
145
+ "motor_9",
146
+ "motor_10",
147
+ "motor_11",
148
+ "motor_12",
149
+ "motor_13"
150
+ ]
151
+ }
152
+ },
153
+ "episode_index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "frame_index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "timestamp": {
168
+ "dtype": "float32",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "next.done": {
175
+ "dtype": "bool",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "task_index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ }
195
+ }
196
+ }
197
+ ```
198
+
199
+
200
+ ## Citation
201
+
202
+ **BibTeX:**
203
+
204
+ ```bibtex
205
+ [More Information Needed]
206
+ ```