aractingi HF staff commited on
Commit
81e5d9f
·
verified ·
1 Parent(s): 923fe5b

Upload README.md with huggingface_hub

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