lilkm commited on
Commit
47b0ffc
·
verified ·
1 Parent(s): 1555afe

Upload README.md with huggingface_hub

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