runner-game-dataset / metadata.json
nnsohamnn's picture
Upload merged runner game dataset
82ed15a verified
raw
history blame contribute delete
692 Bytes
{
"total_frames": 30000,
"frame_shape": [
256,
256,
3
],
"action_dim": 3,
"actions": [
"left",
"right",
"none"
],
"num_chunks": 3,
"chunks": [
{
"file": "frames_chunk_00.npz",
"num_frames": 10000,
"shape": [
10000,
256,
256,
3
]
},
{
"file": "frames_chunk_01.npz",
"num_frames": 10000,
"shape": [
10000,
256,
256,
3
]
},
{
"file": "frames_chunk_02.npz",
"num_frames": 10000,
"shape": [
10000,
256,
256,
3
]
}
]
}