[−][src]Module ggpf::policies::mcts
Monte-Carlo Tree Search (MCTS) based policies.
Modules
| muz | MuZero policy. |
| puct | PUCT policy. |
| rave | RAVE policy. |
| uct | UCT policy. |
Structs
| MCTSNode | Node information |
| MCTSTreeNode | MCTS tree node. |
| WithMCTSPolicy | Wrapper for MCTS policy. |
Traits
| BaseMCTSPolicy | Interface used to write a policy as an MCTS policy. |
Type Definitions
| MCTSNodeChild | Strong reference to an MCTS tree. |
| MCTSNodeParent | Link from child node to parent node. |
Trait aliases
| MCTSGame |