You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vibed/edu/.beans/archive/edu-lqky--write-11-exercise...

567 B

title status type priority created_at updated_at parent
Write §11: Exercise 3 — train the network on MCTS data completed task normal 2026-03-13T20:03:17Z 2026-03-16T00:32:55Z edu-coqp

Exercise: generate training examples (state, policy vector, value) from pure MCTS self-play; run one training epoch; log loss.

Summary of Changes\n\nWrote full content for §11: Exercise 3 covering MCTS data generation pipeline, TrainingExample struct, mini-batch SGD training loop, loss tracking, network evaluation, and experimentation prompts.