aractingi HF Staff commited on
Commit
50a4f49
·
verified ·
1 Parent(s): 71069a8

Upload README.md with huggingface_hub

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