![]() |
BitBully 0.0.71
|
Classes | |
| class | BitBully |
Functions | |
| TypeGuard[OpeningBookName] | _is_opening_book_name (object x) |
Variables | |
| TypeAlias | OpeningBookName = Literal["default", "8-ply", "12-ply", "12-ply-dist"] |
| TypeAlias | TieBreakStrategy = Literal["center", "leftmost", "random"] |
This module provides the Connect Four AI agent "BitBully" with opening book support.
|
protected |
| TypeAlias bitbully.solver.OpeningBookName = Literal["default", "8-ply", "12-ply", "12-ply-dist"] |