webXOS_chess_RL / black_agent_model.json
webxos's picture
Upload 4 files
608fa70 verified
raw
history blame contribute delete
573 Bytes
{
"model_type": "chess_policy_network",
"color": "black",
"architecture": {
"input_size": 896,
"hidden_layers": [
128,
64,
32
],
"output_size": 1,
"activation": [
"relu",
"relu",
"relu",
"tanh"
],
"dropout": 0.2
},
"hyperparameters": {
"learning_rate": 0.001,
"exploration_rate": 0.3,
"discount_factor": 0.95
},
"training_stats": {
"wins": 0,
"losses": 0,
"draws": 0,
"total_games": 0,
"moves_made": 5
},
"export_timestamp": "2026-01-02T22:48:02.101Z"
}