aractingi HF staff commited on
Commit
2f05797
·
verified ·
1 Parent(s): 1105908

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +191 -0
README.md ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - a
8
+ - r
9
+ - a
10
+ - c
11
+ - t
12
+ - i
13
+ - n
14
+ - g
15
+ - i
16
+ - /
17
+ - i
18
+ - n
19
+ - s
20
+ - e
21
+ - r
22
+ - t
23
+ - c
24
+ - u
25
+ - b
26
+ - e
27
+ - _
28
+ - p
29
+ - u
30
+ - s
31
+ - h
32
+ - _
33
+ - s
34
+ - i
35
+ - n
36
+ - g
37
+ - l
38
+ - e
39
+ - _
40
+ - i
41
+ - m
42
+ - a
43
+ - g
44
+ - e
45
+ configs:
46
+ - config_name: default
47
+ data_files: data/*/*.parquet
48
+ ---
49
+
50
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
51
+
52
+ ## Dataset Description
53
+
54
+
55
+
56
+ - **Homepage:** [More Information Needed]
57
+ - **Paper:** [More Information Needed]
58
+ - **License:** apache-2.0
59
+
60
+ ## Dataset Structure
61
+
62
+ [meta/info.json](meta/info.json):
63
+ ```json
64
+ {
65
+ "codebase_version": "v2.0",
66
+ "robot_type": null,
67
+ "total_episodes": 20,
68
+ "total_frames": 1035,
69
+ "total_tasks": 1,
70
+ "total_videos": 40,
71
+ "total_chunks": 1,
72
+ "chunks_size": 1000,
73
+ "fps": 10,
74
+ "splits": {
75
+ "train": "0:20"
76
+ },
77
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
78
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
79
+ "features": {
80
+ "observation.state": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 15
84
+ ],
85
+ "names": null
86
+ },
87
+ "action": {
88
+ "dtype": "float32",
89
+ "shape": [
90
+ 3
91
+ ],
92
+ "names": null
93
+ },
94
+ "next.reward": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "next.done": {
102
+ "dtype": "bool",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "observation.images.front": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 287,
112
+ 458
113
+ ],
114
+ "names": null,
115
+ "info": {
116
+ "video.fps": 10.0,
117
+ "video.height": 128,
118
+ "video.width": 128,
119
+ "video.channels": 3,
120
+ "video.codec": "av1",
121
+ "video.pix_fmt": "yuv420p",
122
+ "video.is_depth_map": false,
123
+ "has_audio": false
124
+ }
125
+ },
126
+ "observation.images.side": {
127
+ "dtype": "video",
128
+ "shape": [
129
+ 480,
130
+ 640,
131
+ 3
132
+ ],
133
+ "names": null,
134
+ "info": {
135
+ "video.fps": 10.0,
136
+ "video.height": 480,
137
+ "video.width": 640,
138
+ "video.channels": 3,
139
+ "video.codec": "av1",
140
+ "video.pix_fmt": "yuv420p",
141
+ "video.is_depth_map": false,
142
+ "has_audio": false
143
+ }
144
+ },
145
+ "timestamp": {
146
+ "dtype": "float32",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "frame_index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ },
159
+ "episode_index": {
160
+ "dtype": "int64",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null
165
+ },
166
+ "index": {
167
+ "dtype": "int64",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ },
173
+ "task_index": {
174
+ "dtype": "int64",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ }
180
+ }
181
+ }
182
+ ```
183
+
184
+
185
+ ## Citation
186
+
187
+ **BibTeX:**
188
+
189
+ ```bibtex
190
+ [More Information Needed]
191
+ ```