lilkm commited on
Commit
8c35419
·
verified ·
1 Parent(s): 26a9f08

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
+ - l
8
+ - i
9
+ - l
10
+ - k
11
+ - m
12
+ - /
13
+ - p
14
+ - a
15
+ - n
16
+ - d
17
+ - a
18
+ - _
19
+ - p
20
+ - u
21
+ - s
22
+ - h
23
+ - _
24
+ - c
25
+ - u
26
+ - b
27
+ - e
28
+ - _
29
+ - d
30
+ - e
31
+ - m
32
+ - o
33
+ - s
34
+ configs:
35
+ - config_name: default
36
+ data_files: data/*/*.parquet
37
+ ---
38
+
39
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
40
+
41
+ ## Dataset Description
42
+
43
+
44
+
45
+ - **Homepage:** [More Information Needed]
46
+ - **Paper:** [More Information Needed]
47
+ - **License:** apache-2.0
48
+
49
+ ## Dataset Structure
50
+
51
+ [meta/info.json](meta/info.json):
52
+ ```json
53
+ {
54
+ "codebase_version": "v2.0",
55
+ "robot_type": null,
56
+ "total_episodes": 30,
57
+ "total_frames": 9578,
58
+ "total_tasks": 1,
59
+ "total_videos": 60,
60
+ "total_chunks": 1,
61
+ "chunks_size": 1000,
62
+ "fps": 30,
63
+ "splits": {
64
+ "train": "0:30"
65
+ },
66
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
67
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
68
+ "features": {
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 17
73
+ ],
74
+ "names": null
75
+ },
76
+ "action": {
77
+ "dtype": "float32",
78
+ "shape": [
79
+ 3
80
+ ],
81
+ "names": null
82
+ },
83
+ "next.reward": {
84
+ "dtype": "float32",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ },
90
+ "next.done": {
91
+ "dtype": "bool",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ },
97
+ "observation.images.front": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 128,
101
+ 128
102
+ ],
103
+ "names": null,
104
+ "info": {
105
+ "video.fps": 30.0,
106
+ "video.height": 128,
107
+ "video.width": 128,
108
+ "video.channels": 3,
109
+ "video.codec": "av1",
110
+ "video.pix_fmt": "yuv420p",
111
+ "video.is_depth_map": false,
112
+ "has_audio": false
113
+ }
114
+ },
115
+ "observation.images.wrist": {
116
+ "dtype": "video",
117
+ "shape": [
118
+ 128,
119
+ 128
120
+ ],
121
+ "names": null,
122
+ "info": {
123
+ "video.fps": 30.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
+ ```