File size: 858 Bytes
d46c643 f0a8ad8 d46c643 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
{
"version": "2.0",
"fps": 12.0,
"chunks": [
"chunk-000"
],
"modalities": {
"action": {
"dtype": "float32",
"shape": [
-1,
14
]
},
"observation.state": {
"dtype": "float32",
"shape": [
-1,
14
]
},
"timestamp": {
"dtype": "float64",
"shape": [
-1
]
},
"is_first": {
"dtype": "bool",
"shape": [
-1
]
},
"is_last": {
"dtype": "bool",
"shape": [
-1
]
},
"is_terminal": {
"dtype": "bool",
"shape": [
-1
]
},
"observation.images": {
"cameras": [
"wrist_cam_left",
"wrist_cam_right",
"overhead_cam",
"worms_eye_cam"
],
"storage": "videos/mp4-per-episode-per-camera"
}
}
} |