Skip to content

OursDesCavernes/deepgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ...