Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromymgaq/AQ

Computer Go Program. Download:http://github.com/ymgaq/AQ/releases

License

NotificationsYou must be signed in to change notification settings

stevevista/AQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building tensorflow is a little bit complicate for me. So I made this.

Build on Linux or Windows

  • No tensorflow requirement
  • No changes to AQ original code
  • [optional] CUDA 7.0/8.0/9.0 CUDNN 6.0/7.0
  • [optional] BLAS (OpenBLAS/Intel MKL/..)
mkdir buildcd buildcmake .. or cmake .. -G "Visual Studio 14 2015 Win64" -T host=x64 (windows)cmake --build . --config Release

Chganges

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 withCUDA 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 withCUDA capability of >=3.0
  • CPU: CPU with SSE 4.2

Usage

Pre-compiled executables

Get themhere.

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 andtested it in advance with4thread/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 withbazel andTensorFlow.
Seethis instruction.

Windows

Build withcmake andTensorFlow.
Seethis instruction.

License

MIT

Author

Yu Yamaguchi

Packages

No packages published

Languages

  • C++97.7%
  • Other2.3%

[8]ページ先頭

©2009-2025 Movatter.jp