Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 533 Bytes

DeepGo

What is DeepGo ?

DeepGo is a fork of GNUGo replacing all logic by a pretrained deep convolution neural network and a Montecarlo inpired solver. ##What is the status of the project ? Very Very early ...

How to intall ?

Prerequisites

DeepCL with successfull unit tests. A trained neural network following kgsgo-dataset-preprocessor input and output format.

Build

$ mkdir build && cd build
$ cmake ..
$ make

Install

Useless at the moment ...