File size: 569 Bytes
f54850a d97bf0c f54850a |
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 |
{
"description": "Doom gameplay frames from random agent",
"features": {
"episode_id": {
"dtype": "string",
"_type": "Value"
},
"frame_idx": {
"dtype": "int32",
"_type": "Value"
},
"frame": {
"dtype": "binary",
"_type": "Value"
},
"action": {
"feature": {
"dtype": "float32",
"_type": "Value"
},
"length": 6,
"_type": "List"
}
},
"splits": {
"train": {
"name": "train",
"num_examples": 1154302,
"num_bytes": 27828075930
}
}
} |