aractingi HF staff commited on
Commit
bc92375
·
verified ·
1 Parent(s): 99ee91b

Upload README.md with huggingface_hub

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