lilkm commited on
Commit
0b38cb7
·
verified ·
1 Parent(s): 4c01b04

Upload README.md with huggingface_hub

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