Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some question about AQ. #9

Closed
elpanor opened this issue Sep 22, 2017 · 9 comments
Closed

Some question about AQ. #9

elpanor opened this issue Sep 22, 2017 · 9 comments

Comments

@elpanor
Copy link

elpanor commented Sep 22, 2017

  1. Does AQ support simultaneous multi GPU?(not just set gpu)

  2. Can u explain brief explanation about AQ command? (ex..worker)

  3. Is there option for pondering( On or Off)?

Really thx for your efforts.

@ymgaq
Copy link
Owner

ymgaq commented Sep 22, 2017

  1. Not supported.

Note that they are not command-line arguments.
You need to modify the file 'aq_config.txt' to reflect your setting.

-gpu count =1 # number of GPUs
-thread count =4 # number of total CPU threads
-main time[sec] =0 # main time
-byoyomi[sec] =5 # Byoyomi
-time controll =true # AQ counts time if true. Turn off when connecting CGOS or other 'time_left' command using server.
-japanese rule =false # Japanese rule or Chinese rule.
-komi =7.5 # Komi
-symmetrical index =0 # Board symmetry considered by AQ. Do not change.
-mimic go =false # AQ plays mimic go if AQ is white.
-never resign =false # AQ never resign if true. (send pass if the winning percentage < 10 %)
-self match =false # Go to self-match mode for test if true. Output log to the error console and txt file.
-save log =true # Save the thinking log and sgf files in ./log/ if true.
-master =false # Launch as master node of cluster. Do not change if you use single machine.
-worker =false # Launch as worker node of cluster. Do not change if you use single machine.
-pb path =pb # Directory path of .pb file.
-resume sgf path = # File path of resuming sgf file. Current version does not support.
-worker count =1 # Number of worker node of cluster. Do not change if you use single machine.

  1. It is the default specification and can not be turned off.
    I will consider whether to be able to change by option in a future version.

@elpanor
Copy link
Author

elpanor commented Sep 22, 2017

thx~

@a22063821
Copy link

Friends test seems to have support multi gpu
20170922232257

but only two gpu
More than 3 gpu will crash (including 3)

@a22063821
Copy link

a22063821 commented Sep 23, 2017

Why do I compile AQ only 66mb

@ymgaq
Copy link
Owner

ymgaq commented Sep 23, 2017

Current version only supports up to 2 GPUs as described in the configure file.
I will consider it supports 3 or more GPUs in a future version.

@a22063821
Copy link

What about your ./configure
Which is select y or n?
I did not agree to use cuda can compile AQ but the program is only 66mb size

I agree to use cuda unable to compile AQ

@ymgaq
Copy link
Owner

ymgaq commented Sep 23, 2017

You should use CUDA.
I don't support about building. See this instruction.

@as0770
Copy link

as0770 commented Sep 24, 2017

Thanks for publishing your nice Go AI! To play test games on one machine it would be great if you can add an option to turn of pondering.

@ymgaq
Copy link
Owner

ymgaq commented Sep 25, 2017

I will consider implementing the pondering option in a future version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants