[][src]Module ggpf::policies

General policy traits and implementations.

Modules

flat

Policies that doesn't perform any tree search.

mcts

Monte-Carlo Tree Search (MCTS) based policies.

nmcs

Nested Monte-Carlo Search policy.

nrpa

Nested Rollout Policy Adaptation.

ppa

Playout Policy Adaptation.

Traits

DynMultiplayerPolicyBuilder

A dynamic policy builder.

MultiplayerPolicy

A static policy.

MultiplayerPolicyBuilder

A static policy builder.

SingleplayerPolicy

Single-player policy.

SingleplayerPolicyBuilder

Single-player policy builder.

Functions

get_multi

Dynamically map policy names to policy builder instances.