Compare commits

...

2 Commits

Author SHA1 Message Date
CosmicClash Training Bot 9fd1764522 chore(training): curriculum progress after 20260805-1926-curric-s2-selfplay 2026-08-06 19:39:02 +01:00
CosmicClash Training Bot a370b15020 chore(training): Add 20260805-1926-curric-s2-selfplay checkpoints, logs, and exported policy 2026-08-06 19:37:58 +01:00
5 changed files with 28 additions and 1 deletions
File diff suppressed because one or more lines are too long
+17 -1
View File
@@ -1,5 +1,5 @@
{
"stage_index": 1,
"stage_index": 2,
"attempt": 0,
"status": "in_progress",
"log": [
@@ -9,6 +9,22 @@
"attempt": 0,
"decision": "pass",
"note": "ungated waypoint (no eval)"
},
{
"stage_index": 1,
"experiment": "20260805-1926-curric-s2-selfplay",
"attempt": 0,
"eval": {
"timestamp": "2026-08-06T18:39:02+00:00",
"model_a": "/home/jcreek/ai-training/CosmicClash/Game/bots/20260805-1926-curric-s2-selfplay.json",
"model_b": "/home/jcreek/ai-training/CosmicClash/Game/bots/20260805-0953-curric-s1-bootstrap.json",
"episodes": 100,
"wins_a": 72,
"wins_b": 24,
"draws": 4,
"win_rate_a": 0.72
},
"decision": "pass"
}
]
}
+10
View File
@@ -188,5 +188,15 @@
"wins_b": 56,
"draws": 20,
"win_rate_a": 0.24
},
{
"timestamp": "2026-08-06T18:39:02+00:00",
"model_a": "/home/jcreek/ai-training/CosmicClash/Game/bots/20260805-1926-curric-s2-selfplay.json",
"model_b": "/home/jcreek/ai-training/CosmicClash/Game/bots/20260805-0953-curric-s1-bootstrap.json",
"episodes": 100,
"wins_a": 72,
"wins_b": 24,
"draws": 4,
"win_rate_a": 0.72
}
]