[][src]Module ggpf::policies::mcts::puct

PUCT policy.

Structs

AlphaZeroConfig

Global configuration for AlphaZero setup.

AlphaZeroEvaluators

Structure that manages the tensorflow model and the batched evaluator task.

PUCT

PUCT policy builder

PUCTMoveInfo

PUCT move statistics.

PUCTNodeInfo

PUCT node statistics.

PUCTPolicy_

PUCT policy.

Type Definitions

PUCTPolicy

PUCT policy built from MCTS description.

Trait aliases

Evaluator

The game state evaluator