[][src]Crate ggpf

General Game Playing Framework.

This crate introduces common APIs for games and policies to explore general game playing algorithms.

Among classical tree search-based methods there are attempts to re-implement AlphaZero and MuZero. AlphaZero has been tested on a toy example, but MuZero is not yet successful.

Binaries

Several binaries can be used to test the project:

Modules

deep

Features for neural network-based policies.

game

General game traits and implementations.

policies

General policy traits and implementations.

settings

General game and playout settings.