↓ 1 callersFunctionrun_game(
cfg: &RolloutConfig,
policy: &mut P,
rng: &mut R,
buffer: &mut ReplayBuffer<G, N>,
)
synthesis/src/alpha_zero.rs:229
↓ 1 callersFunctionsample_action(
cfg: &RolloutConfig,
mcts: &mut MCTS<G, P, N>,
game: &G,
search_policy: &[f32],
rng: &mu
synthesis/src/alpha_zero.rs:270