transformer_misc/chess_transformer library
Classes
- ChessTransformer
- A Transformer model adapted for Chess board state encoding and move prediction.
Constants
- BLACK_BISHOP → const int
- BLACK_KING → const int
- BLACK_KNIGHT → const int
- BLACK_PAWN → const int
- BLACK_QUEEN → const int
- BLACK_ROOK → const int
- BOARD_SIZE → const int
- EMPTY_SQUARE_ID → const int
- NUM_PIECE_TYPES → const int
- NUM_POSSIBLE_MOVES → const int
- NUM_SQUARES → const int
- WHITE_BISHOP → const int
- WHITE_KING → const int
- WHITE_KNIGHT → const int
- WHITE_PAWN → const int
- WHITE_QUEEN → const int
- WHITE_ROOK → const int