aractingi HF Staff commited on
Commit
4593566
·
verified ·
1 Parent(s): cdfc53f

Upload README.md with huggingface_hub

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