aractingi HF Staff commited on
Commit
fea3a2d
·
verified ·
1 Parent(s): c8e9d31

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +161 -0
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 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": 15,
57
+ "total_frames": 332,
58
+ "total_tasks": 1,
59
+ "total_videos": 15,
60
+ "total_chunks": 1,
61
+ "chunks_size": 1000,
62
+ "fps": 10,
63
+ "splits": {
64
+ "train": "0:15"
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
+ 15
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
+ 287,
101
+ 458
102
+ ],
103
+ "names": null,
104
+ "info": {
105
+ "video.fps": 10.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
+ "timestamp": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "frame_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ },
129
+ "episode_index": {
130
+ "dtype": "int64",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "task_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ }
150
+ }
151
+ }
152
+ ```
153
+
154
+
155
+ ## Citation
156
+
157
+ **BibTeX:**
158
+
159
+ ```bibtex
160
+ [More Information Needed]
161
+ ```