aractingi HF Staff commited on
Commit
7c3f189
·
verified ·
1 Parent(s): d599a0a

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
+ - c
29
+ - o
30
+ - m
31
+ - p
32
+ - l
33
+ - e
34
+ - x
35
+ - _
36
+ - t
37
+ - w
38
+ - o
39
+ - c
40
+ - a
41
+ - m
42
+ - e
43
+ - r
44
+ - a
45
+ - s
46
+ configs:
47
+ - config_name: default
48
+ data_files: data/*/*.parquet
49
+ ---
50
+
51
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
52
+
53
+ ## Dataset Description
54
+
55
+
56
+
57
+ - **Homepage:** [More Information Needed]
58
+ - **Paper:** [More Information Needed]
59
+ - **License:** apache-2.0
60
+
61
+ ## Dataset Structure
62
+
63
+ [meta/info.json](meta/info.json):
64
+ ```json
65
+ {
66
+ "codebase_version": "v2.0",
67
+ "robot_type": null,
68
+ "total_episodes": 30,
69
+ "total_frames": 1232,
70
+ "total_tasks": 1,
71
+ "total_videos": 60,
72
+ "total_chunks": 1,
73
+ "chunks_size": 1000,
74
+ "fps": 10,
75
+ "splits": {
76
+ "train": "0:30"
77
+ },
78
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
79
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
80
+ "features": {
81
+ "observation.state": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 15
85
+ ],
86
+ "names": null
87
+ },
88
+ "action": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 3
92
+ ],
93
+ "names": null
94
+ },
95
+ "next.reward": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "next.done": {
103
+ "dtype": "bool",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ },
109
+ "observation.images.front": {
110
+ "dtype": "video",
111
+ "shape": [
112
+ 281,
113
+ 423
114
+ ],
115
+ "names": null,
116
+ "info": {
117
+ "video.fps": 10.0,
118
+ "video.height": 128,
119
+ "video.width": 128,
120
+ "video.channels": 3,
121
+ "video.codec": "av1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "has_audio": false
125
+ }
126
+ },
127
+ "observation.images.side": {
128
+ "dtype": "video",
129
+ "shape": [
130
+ 369,
131
+ 336
132
+ ],
133
+ "names": null,
134
+ "info": {
135
+ "video.fps": 10.0,
136
+ "video.height": 128,
137
+ "video.width": 128,
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
+ ```