aractingi HF staff commited on
Commit
e2829d7
·
verified ·
1 Parent(s): 94a52b0

Upload README.md with huggingface_hub

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