acbraith / go_player

AlphaZero inspired Go bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Experiments

Overview

  • go.py contains a Go class, which can play games of Go
  • players.py, mcts.py and model.py are the files for creating Go playing agents
  • download_*.py downloads SGF files
  • train.py trains and saves a CNN (from model.py) on SGF files
  • play.py logs on to an OGS account using details in config.yml, and plays games using the model saved by train.py

TODO

About

AlphaZero inspired Go bot


Languages

Language:Python 100.0%