Game programs for boards more than 19x19

For discussing go computing, software announcements, etc.
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

User avatar
Dragon
Dies in gote
Posts: 45
Joined: Thu May 14, 2020 3:07 pm
GD Posts: 0
Has thanked: 47 times
Been thanked: 10 times

Re: Game programs for boards more than 19x19

Post by Dragon »

when playing two katago engines on a 37x37 board after 723 moves, the message "game finished, out of moves, game record saved..." appears. this has happened many times, every time after 723 moves. how to remove this restriction? (lizzieyzy 2.5.1)
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

try q5go
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

21x21 katago - gnugo 1:1 (katago b6-s393 1 playouts, gnugo 3.0 chinese)
gnugo 3.0 can be downloaded here http://ricoh51.free.fr/go/engineeng.htm
Attachments
gnugo - katago.sgf
(2.58 KiB) Downloaded 1084 times
katago - gnugo.sgf
(2.15 KiB) Downloaded 1060 times
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

18B network katago
"Which has better joseki performance on larger board (like 35*35) imo."
https://discord.com/channels/4170221623 ... 0576502904
PC_Screen
Beginner
Posts: 17
Joined: Sat Sep 10, 2022 6:03 am
GD Posts: 0
Has thanked: 1 time
Been thanked: 10 times

Re: Game programs for boards more than 19x19

Post by PC_Screen »

katago.exe bs29 OpenCL - Compatible with the new 18b networks. Drop it in the 1.11 bs29 folder and have it replace the old katago.exe

https://drive.google.com/file/d/1Da18Hb ... sp=sharing
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

@PC_Screen
thank you very much!!! :clap: :clap: :clap: it works great!!! could you do up to 37x37?
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

I have tried different networks many times, with different playouts. networks 40b and 60b on large boards "do not think well", they do not see the board. 20b and the new 18b are another matter!
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

PC_Screen wrote:katago.exe bs29 OpenCL - Compatible with the new 18b networks. Drop it in the 1.11 bs29 folder and have it replace the old katago.exe

https://drive.google.com/file/d/1Da18Hb ... sp=sharing
here https://github.com/lightvector/KataGo/issues/454
is information on how to compile for 37x37:

"USE_BIGGER_BOARDS_EXPENSIVE" in CMake

in CMakeLists.txt:
if(USE_BIGGER_BOARDS_EXPENSIVE)
target_compile_definitions(katago PRIVATE COMPILE_MAX_BOARD_LEN=29)
endif()
change it from 29 to 37 and then recompile it

please make an OpenCL version up to 37x37!!! your bs29 version works great!
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

I changed CMakeLists.txt for 37x37. can anyone compile OpenCL version for windows with this file? do the same as bs29
Attachments
CMakeLists.txt
(19.71 KiB) Downloaded 1084 times
PC_Screen
Beginner
Posts: 17
Joined: Sat Sep 10, 2022 6:03 am
GD Posts: 0
Has thanked: 1 time
Been thanked: 10 times

Re: Game programs for boards more than 19x19

Post by PC_Screen »

It doesn't seem to work sadly. I tried compiling it with the cmakelists.txt you provided but it won't display the evaluation with anything larger than 29x29
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

thank you very much!!! it works!!!
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

PC_Screen wrote:It doesn't seem to work sadly. I tried compiling it with the cmakelists.txt you provided but it won't display the evaluation with anything larger than 29x29
I have displayed (q5go-2.1.3)
PC_Screen
Beginner
Posts: 17
Joined: Sat Sep 10, 2022 6:03 am
GD Posts: 0
Has thanked: 1 time
Been thanked: 10 times

Re: Game programs for boards more than 19x19

Post by PC_Screen »

Turns out it does work, it just took 5 min+ for it to start evaluating for some reason. I had assumed it wasn't working but when you said it worked on your end I tried leaving it running on mine to see if it would sort itself and it did.

Link to the katago.exe:

https://drive.google.com/file/d/1vGDxl_ ... sp=sharing
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: Game programs for boards more than 19x19

Post by And »

37x37 18b-uec (B, playouts 3) - 60b-s665 (W, playouts 3) B+R
Attachments
18b - 60b.sgf
(2.67 KiB) Downloaded 1012 times
Post Reply