/chessai

Primary LanguageJupyter Notebook

Chessai

螢幕截圖 2023-02-13 下午8 12 57

Data source: pgnmentor database

Methodology: Use Neural Net to create a board state calculator.Later use Minimax Algorithm to extract optimum decision

Training the model base on 100M history chess games(pgn file)

Major Library:

  Pytorch
  python-chess