You can use several players:
play --random
or Stockfish with a specific elo (e.g. 1150)
play --stockfish 1150
or use a supervised model (trained from stockfish)
play --supervised
- debug training protocol
- save and load game
for mac installs, you may need to run the following
brew install stockfish
brew install cairo
add below line to bash or zsh
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH"
export DYLD_LIBRARY_PATH="/usr/local/lib:/opt/homebrew/lib:$DYLD_LIBRARY_PATH"
restart terminal
pip install pipwin
pipwin install cairocffi