typoverflow commited on
Commit
5779cb7
·
verified ·
1 Parent(s): d47609a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -15
README.md CHANGED
@@ -8,7 +8,6 @@ tags:
8
  - roboarena
9
  - franka
10
  - droid
11
- - failure
12
  configs:
13
  - config_name: default
14
  data_files: data/*/*.parquet
@@ -231,18 +230,21 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
231
  "z"
232
  ]
233
  },
234
- "state.eef_rot6d": {
235
  "dtype": "float32",
236
  "shape": [
237
- 6
238
  ],
239
  "names": [
240
- "rot1",
241
- "rot2",
242
- "rot3",
243
- "rot4",
244
- "rot5",
245
- "rot6"
 
 
 
246
  ]
247
  },
248
  "state.gripper_state": {
@@ -319,12 +321,12 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
319
  6
320
  ],
321
  "names": [
322
- "rot1",
323
- "rot2",
324
- "rot3",
325
- "rot4",
326
- "rot5",
327
- "rot6"
328
  ]
329
  },
330
  "binary_success": {
 
8
  - roboarena
9
  - franka
10
  - droid
 
11
  configs:
12
  - config_name: default
13
  data_files: data/*/*.parquet
 
230
  "z"
231
  ]
232
  },
233
+ "state.eef_rot9d": {
234
  "dtype": "float32",
235
  "shape": [
236
+ 9
237
  ],
238
  "names": [
239
+ "r11",
240
+ "r12",
241
+ "r13",
242
+ "r21",
243
+ "r22",
244
+ "r23",
245
+ "r31",
246
+ "r32",
247
+ "r33"
248
  ]
249
  },
250
  "state.gripper_state": {
 
321
  6
322
  ],
323
  "names": [
324
+ "r11",
325
+ "r21",
326
+ "r31",
327
+ "r12",
328
+ "r22",
329
+ "r32"
330
  ]
331
  },
332
  "binary_success": {