RonPlusSign commited on
Commit
c287ef6
·
verified ·
1 Parent(s): 68222ac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -23
README.md CHANGED
@@ -30,7 +30,9 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
30
  "total_frames": 77242,
31
  "total_tasks": 1,
32
  "chunks_size": 1000,
33
- "fps": 10.0,
 
 
34
  "splits": {
35
  "train": "0:500"
36
  },
@@ -40,20 +42,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
40
  "observation.state": {
41
  "dtype": "float32",
42
  "shape": [
43
- 8
44
  ],
45
  "names": [
46
  "x",
47
  "y",
48
  "z",
49
- "qx",
50
- "qy",
51
- "qz",
52
- "qw",
53
  "gripper"
54
  ],
55
- "description": "End-effector position (x,y,z), orientation (qx,qy,qz,qw) and gripper state (0.0 closed, 1.0 open).",
56
- "fps": 10.0
57
  },
58
  "action": {
59
  "dtype": "float32",
@@ -69,8 +69,30 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
69
  "yaw",
70
  "gripper"
71
  ],
72
- "description": "Action applied at each step, in Euler representation + gripper (0.0 close, 1.0 open).",
73
- "fps": 10.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  },
75
  "observation.images.left_shoulder_rgb": {
76
  "dtype": "video",
@@ -182,44 +204,37 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
182
  "shape": [
183
  1
184
  ],
185
- "names": null,
186
- "fps": 10.0
187
  },
188
  "frame_index": {
189
  "dtype": "int64",
190
  "shape": [
191
  1
192
  ],
193
- "names": null,
194
- "fps": 10.0
195
  },
196
  "episode_index": {
197
  "dtype": "int64",
198
  "shape": [
199
  1
200
  ],
201
- "names": null,
202
- "fps": 10.0
203
  },
204
  "index": {
205
  "dtype": "int64",
206
  "shape": [
207
  1
208
  ],
209
- "names": null,
210
- "fps": 10.0
211
  },
212
  "task_index": {
213
  "dtype": "int64",
214
  "shape": [
215
  1
216
  ],
217
- "names": null,
218
- "fps": 10.0
219
  }
220
- },
221
- "data_files_size_in_mb": 100,
222
- "video_files_size_in_mb": 500
223
  }
224
  ```
225
 
 
30
  "total_frames": 77242,
31
  "total_tasks": 1,
32
  "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 10,
36
  "splits": {
37
  "train": "0:500"
38
  },
 
42
  "observation.state": {
43
  "dtype": "float32",
44
  "shape": [
45
+ 7
46
  ],
47
  "names": [
48
  "x",
49
  "y",
50
  "z",
51
+ "roll",
52
+ "pitch",
53
+ "yaw",
 
54
  "gripper"
55
  ],
56
+ "description": "End-effector position (x,y,z), orientation (roll,pitch,yaw) and gripper state (0.0 closed, 1.0 open)."
 
57
  },
58
  "action": {
59
  "dtype": "float32",
 
69
  "yaw",
70
  "gripper"
71
  ],
72
+ "description": "Delta action applied at each step, in Euler representation [xyz+rotation+gripper]."
73
+ },
74
+ "observation.state.joints": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 7
78
+ ],
79
+ "names": [
80
+ "joint_1",
81
+ "joint_2",
82
+ "joint_3",
83
+ "joint_4",
84
+ "joint_5",
85
+ "joint_6",
86
+ "joint_7"
87
+ ],
88
+ "description": "Robot joint positions (absolute rotations)."
89
+ },
90
+ "task_description": {
91
+ "dtype": "string",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "description": "A natural language description of the task."
96
  },
97
  "observation.images.left_shoulder_rgb": {
98
  "dtype": "video",
 
204
  "shape": [
205
  1
206
  ],
207
+ "names": null
 
208
  },
209
  "frame_index": {
210
  "dtype": "int64",
211
  "shape": [
212
  1
213
  ],
214
+ "names": null
 
215
  },
216
  "episode_index": {
217
  "dtype": "int64",
218
  "shape": [
219
  1
220
  ],
221
+ "names": null
 
222
  },
223
  "index": {
224
  "dtype": "int64",
225
  "shape": [
226
  1
227
  ],
228
+ "names": null
 
229
  },
230
  "task_index": {
231
  "dtype": "int64",
232
  "shape": [
233
  1
234
  ],
235
+ "names": null
 
236
  }
237
+ }
 
 
238
  }
239
  ```
240