chomeed commited on
Commit
d592cfe
·
verified ·
1 Parent(s): cd5f938

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +202 -0
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": null,
29
+ "total_episodes": 1025,
30
+ "total_frames": 218858,
31
+ "total_tasks": 1,
32
+ "chunks_size": 10000,
33
+ "data_files_size_in_mb": 10000,
34
+ "video_files_size_in_mb": 20000,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:1025"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "reward": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 1
46
+ ]
47
+ },
48
+ "done": {
49
+ "dtype": "bool",
50
+ "shape": [
51
+ 1
52
+ ]
53
+ },
54
+ "observation.images.agentview": {
55
+ "dtype": "video",
56
+ "shape": [
57
+ 84,
58
+ 84,
59
+ 3
60
+ ],
61
+ "names": [
62
+ "height",
63
+ "width",
64
+ "channels"
65
+ ],
66
+ "info": {
67
+ "video.height": 84,
68
+ "video.width": 84,
69
+ "video.channels": 3
70
+ }
71
+ },
72
+ "observation.images.robot0_eye_in_hand": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 84,
76
+ 84,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channels"
83
+ ],
84
+ "info": {
85
+ "video.height": 84,
86
+ "video.width": 84,
87
+ "video.channels": 3
88
+ }
89
+ },
90
+ "observation.images.robot1_eye_in_hand": {
91
+ "dtype": "video",
92
+ "shape": [
93
+ 84,
94
+ 84,
95
+ 3
96
+ ],
97
+ "names": [
98
+ "height",
99
+ "width",
100
+ "channels"
101
+ ],
102
+ "info": {
103
+ "video.height": 84,
104
+ "video.width": 84,
105
+ "video.channels": 3
106
+ }
107
+ },
108
+ "observation.state": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 18
112
+ ],
113
+ "names": [
114
+ "robot0_eef_pos_x",
115
+ "robot0_eef_pos_y",
116
+ "robot0_eef_pos_z",
117
+ "robot0_eef_quat_x",
118
+ "robot0_eef_quat_y",
119
+ "robot0_eef_quat_z",
120
+ "robot0_eef_quat_w",
121
+ "robot0_gripper_qpos_0",
122
+ "robot0_gripper_qpos_1",
123
+ "robot1_eef_pos_x",
124
+ "robot1_eef_pos_y",
125
+ "robot1_eef_pos_z",
126
+ "robot1_eef_quat_x",
127
+ "robot1_eef_quat_y",
128
+ "robot1_eef_quat_z",
129
+ "robot1_eef_quat_w",
130
+ "robot1_gripper_qpos_0",
131
+ "robot1_gripper_qpos_1"
132
+ ]
133
+ },
134
+ "action": {
135
+ "dtype": "float32",
136
+ "shape": [
137
+ 14
138
+ ],
139
+ "names": [
140
+ "right_dx",
141
+ "right_dy",
142
+ "right_dz",
143
+ "right_drx",
144
+ "right_dry",
145
+ "right_drz",
146
+ "right_gripper",
147
+ "left_dx",
148
+ "left_dy",
149
+ "left_dz",
150
+ "left_drx",
151
+ "left_dry",
152
+ "left_drz",
153
+ "left_gripper"
154
+ ]
155
+ },
156
+ "timestamp": {
157
+ "dtype": "float32",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "frame_index": {
164
+ "dtype": "int64",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ },
170
+ "episode_index": {
171
+ "dtype": "int64",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "index": {
178
+ "dtype": "int64",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "task_index": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ }
191
+ }
192
+ }
193
+ ```
194
+
195
+
196
+ ## Citation
197
+
198
+ **BibTeX:**
199
+
200
+ ```bibtex
201
+ [More Information Needed]
202
+ ```