JennyWWW commited on
Commit
dfeedb3
·
verified ·
1 Parent(s): 3a629bd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +193 -0
README.md ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=JennyWWW/planar_3joint_7">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 30,
36
+ "features": {
37
+ "observation.images.base_rgb_letterbox": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 3,
41
+ 224,
42
+ 224
43
+ ],
44
+ "names": [
45
+ "channels",
46
+ "height",
47
+ "width"
48
+ ],
49
+ "info": {
50
+ "video.height": 224,
51
+ "video.width": 224,
52
+ "video.codec": "av1",
53
+ "video.pix_fmt": "yuv420p",
54
+ "video.fps": 30,
55
+ "video.channels": 3,
56
+ "has_audio": false,
57
+ "video.g": 2,
58
+ "video.crf": 30,
59
+ "video.preset": 12,
60
+ "video.fast_decode": 0,
61
+ "video.video_backend": "pyav",
62
+ "video.extra_options": {},
63
+ "is_depth_map": false
64
+ }
65
+ },
66
+ "observation.images.base_rgb_stretch": {
67
+ "dtype": "video",
68
+ "shape": [
69
+ 3,
70
+ 224,
71
+ 224
72
+ ],
73
+ "names": [
74
+ "channels",
75
+ "height",
76
+ "width"
77
+ ],
78
+ "info": {
79
+ "video.height": 224,
80
+ "video.width": 224,
81
+ "video.codec": "av1",
82
+ "video.pix_fmt": "yuv420p",
83
+ "video.fps": 30,
84
+ "video.channels": 3,
85
+ "has_audio": false,
86
+ "video.g": 2,
87
+ "video.crf": 30,
88
+ "video.preset": 12,
89
+ "video.fast_decode": 0,
90
+ "video.video_backend": "pyav",
91
+ "video.extra_options": {},
92
+ "is_depth_map": false
93
+ }
94
+ },
95
+ "observation.state": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 4
99
+ ],
100
+ "names": [
101
+ "joint_1",
102
+ "joint_2",
103
+ "joint_3",
104
+ "gripper"
105
+ ]
106
+ },
107
+ "action": {
108
+ "dtype": "float32",
109
+ "shape": [
110
+ 4
111
+ ],
112
+ "names": [
113
+ "joint_1",
114
+ "joint_2",
115
+ "joint_3",
116
+ "gripper"
117
+ ]
118
+ },
119
+ "observation.environment_state": {
120
+ "dtype": "float32",
121
+ "shape": [
122
+ 8
123
+ ],
124
+ "names": [
125
+ "env_0",
126
+ "env_1",
127
+ "env_2",
128
+ "env_3",
129
+ "env_4",
130
+ "env_5",
131
+ "env_6",
132
+ "env_7"
133
+ ]
134
+ },
135
+ "timestamp": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "frame_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ },
149
+ "episode_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ },
156
+ "index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "task_index": {
164
+ "dtype": "int64",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ }
170
+ },
171
+ "total_episodes": 500,
172
+ "total_frames": 103669,
173
+ "total_tasks": 1,
174
+ "chunks_size": 1000,
175
+ "data_files_size_in_mb": 100,
176
+ "video_files_size_in_mb": 200,
177
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
178
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
179
+ "robot_type": "lerobot_splatsim",
180
+ "splits": {
181
+ "train": "0:500"
182
+ }
183
+ }
184
+ ```
185
+
186
+
187
+ ## Citation
188
+
189
+ **BibTeX:**
190
+
191
+ ```bibtex
192
+ [More Information Needed]
193
+ ```