/AI-Go-Game-Player

A Go game player, using min-max alpha-beta, greedy, Q learning technics to play a Go game

Primary LanguagePython

Artificial-intelligence-Go-Game-Player

A Go game player, using min-max alpha-beta, greedy, Q learning technics to play a Go game

RUN:

  • Under the same directory run sh build.sh to play 2 games with random player
  • Modify build.sh line 95 to play more games at one time
  • Run test.py to clean up