Skip to content

zsalch/AQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AQ

AQ is a program of Go game with level of top players.
CGOS rating: 3952 (BayesElo)

Requirement

Windows

AQ (with GPU)

  • OS: 64-bit Windows 7 or later (NOT tested on 8.1/10)
  • GPU: Nvidia GPU with CUDA capability of >=3.0
  • CPU: CPU with SSE 4.2

AQ-mini (with CPU only)

  • OS: 64-bit Windows 7 or later (NOT tested on 8.1/10)
  • CPU: CPU with SSE 4.2

Linux

  • OS: 64-bit Linux
  • GPU: Nvidia GPU with CUDA capability of >=3.0
  • CPU: CPU with SSE 4.2

Usage

Pre-compiled executables

Get them here.

AQ configuration

Set hardware and time control etc. in 'aq_config.txt.'

Time control on CGOS

First of all, it is not recommended that users connect the released version as it is to CGOS. The developer is well aware of the capabilities of the released versions and tested it in advance with 4thread/1GPU: i7-6700/GTX1080.
Of course, if you made your own changes to the source code or pb files, that is welcome. Please check your AQ's rating and send pull request!

The recommended settings are as follows.

-main time[sec] =900  
-byoyomi[sec] =0  
-emergency time[sec] =15 #set 60 when connecting from outside Japan  

!!!Caution!!! This version was trained in Komi = 6.5 for the Japanese rule. So, AQ often loses 0.5 point at Black, but that is inevitable.

GoGui setting

GoGui is a graphical interface to Go-engines (programs without own GUI), which use the Go Text Protocol (GTP).
See the 'GTP Shell' console to know AQ's thinking log.

Linux

command: (install directory)/AQ

(Ex.)  
/home/user/gogui-1.4.9/AQ/AQ  

Windows

command: (install directory)\AQ.exe

(Ex.)  
C:\Users\user\gogui-1.4.9\AQ\AQ.exe  

Build from source code

Linux

Build with bazel and TensorFlow.
See this instruction.

Windows

Build with cmake and TensorFlow.
See this instruction.

License

MIT

Author

Yu Yamaguchi

Packages

No packages published

Languages

  • C++ 93.3%
  • C 6.6%
  • Python 0.1%