File size: 572 Bytes
608fa70 |
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 |
{
"model_type": "chess_value_network",
"color": "green",
"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": 6
},
"export_timestamp": "2026-01-02T22:48:02.101Z"
} |