aractingi HF staff commited on
Commit
9f83ba3
·
verified ·
1 Parent(s): 37fea5a

Upload README.md with huggingface_hub

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