gpt-bird / config.json
gmmeyer's picture
config
b0f3174 verified
{
"vocab_size": 232,
"specials": {
"PAD": 0,
"BOS": 1,
"EOS": 2,
"SEP": 3
},
"offsets": {
"by": 4,
"dx": 132,
"gap": 196,
"status": 228,
"action": 230
},
"bins": {
"bird_y": 128,
"pipe_dx": 64,
"gap_y": 32
},
"tokens": {
"status_alive": 228,
"status_dead": 229,
"action_noflap": 230,
"action_flap": 231
},
"engine": {
"height": 512.0,
"width": 288.0,
"bird_x": 60.0,
"bird_radius": 12.0,
"gap_height": 130.0,
"pipe_width": 52.0,
"max_dx": 288.0,
"gravity": 1.2,
"flap_impulse": -11.0,
"start_y": 256.0
},
"block_size": 1280,
"web_context_cap": 256,
"state_tokens_per_frame": 4,
"slot_order": [
"bird_y",
"pipe_dx",
"gap_y",
"status"
]
}