aractingi HF Staff commited on
Commit
100e39e
·
verified ·
1 Parent(s): 1090aa6

Upload README.md with huggingface_hub

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