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.
583 B
583 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| Write §2: Monte Carlo Tree Search — algorithm explained | completed | task | normal | 2026-03-13T20:03:17Z | 2026-03-13T22:48:46Z | edu-coqp |
Step-by-step walkthrough of MCTS: selection (UCB1), expansion, simulation/rollout, backpropagation. Include a worked example on a small game tree.