--- # edu-453h title: 'Write §13: The full AlphaGo Zero training loop' status: completed type: task priority: normal created_at: 2026-03-13T20:03:17Z updated_at: 2026-03-16T01:35:06Z parent: edu-coqp --- Reading lesson: generate → train → evaluate → promote. Discuss the ELO-based model selection step and why it matters. ## Summary of Changes\n\nWrote full content for §13 covering the complete AlphaGo Zero training loop: self-play with temperature, training, evaluation gate, and the iterative improvement cycle with complete Rust implementation.