A Go game player, using min-max alpha-beta, greedy, Q learning technics to play a Go game
- 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
A Go game player, using min-max alpha-beta, greedy, Q learning technics to play a Go game
Python