Skip to content

EdouardYvinec/chess_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

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

todo

  • debug training protocol
  • save and load game

on mac

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

on windows

pip install pipwin

pipwin install cairocffi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published