MCTS integration: tree edges are expanded by the networks (not a real environment/rule simulator); during simulation the predicted reward
rk accumulates along paths and the predicted value
vk backs up the return
G; the root policy comes from a softmax over visit counts. Training regresses the three functions against the MCTS-derived policy target and the real observation's reward/value targets. Key point: reward is predicted in latent space by
gθ — there is no explicit model of the real environment's reward — so planning works without a known reward function.