Game programs for boards more than 19x19

For discussing go computing, software announcements, etc.
Post Reply
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 »

finally managed to run! it turned out that this program does not work for python 3.
python 2.5 https://www.python.org/ftp/python/2.5/python-2.5.msi
example:

Code: Select all

python twogtp.py --black "d:\AmiGo\amigogtp.exe" --white "d:\gnugo\gnugo.exe --mode gtp" --size 9 --sgfbase games.sgf
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 »

change the program a little and it can be used for big boards! :D
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 »

wonderful program !!! no limit on board size !!! if you add "--verbose 1", for example, two KataGo 20b networks on 53x53 play, the moves are displayed !!! the limit on the sgf is 25x25! need to fix :clap: :D
Last edited by And on Sat Apr 10, 2021 2:25 pm, edited 1 time in total.
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 »

network 15b plays on a 63x63 board !!!
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 »

q5go 2.1.1 match of two engines up to 52x52 !!! :clap: :clap: :clap:
https://github.com/bernds/q5Go/releases/tag/q5go-2.1.1
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 »

Is there a sgf extension for boards greater than 52? or another way to save the game file?
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 »

first 50 moves 63 X 63 15b 1p - 15b 1p. moves took from twogtp and made in lizzie
Attachments
katago 63 X 63.jpg
katago 63 X 63.jpg (525.58 KiB) Viewed 54268 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 »

100 X 100 15b 1p - 15b 1p. it is difficult to evaluate the game without a board, but it is clear that the beginning is "unusual" :)
Attachments
katago 100 X 100.jpg
katago 100 X 100.jpg (72.96 KiB) Viewed 54203 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 »

KataGo 20b 1 playouts - KataGo 20b 1 playouts 52 X 52, q5go-2.1.1
ladder, black error, move 1391
Attachments
ladder, black error.jpg
ladder, black error.jpg (66.03 KiB) Viewed 54173 times
katago181-katago181b.sgf
(11.2 KiB) Downloaded 1017 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 »

Dragon wrote:Is there a sgf extension for boards greater than 52? or another way to save the game file?
The simplest solution is to specify the same in the sgf as in the game. or like a lizzie for big boards.
as:
"location should a string like "C4" the same as in the GTP protocol. KataGo also supports extended column coordinates locations beyond "Z", such as "AA", "AB", "AC", ... Alternatively one can also specify strings like "(0,13)" that explicitly give the integer X and Y coordinates."
https://github.com/lightvector/KataGo/b ... _Engine.md
can name this type of file not sgf, but kgf? or something else?
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 a few lines in twogtp.py, now the game is saved to a file for any board size. moves are written to the file unchanged. example:

Code: Select all

(;GM[1]FF[4]RU[Japanese]SZ[27]HA[0]KM[5.5]RE[W+Resign]
PW[KataGo 1.8.1 (random seed unknown)]PB[KataGo 1.8.1 (random seed unknown)]
;B[d3]
;W[y4]
;B[d6]
;W[y24]
;B[d25]
...
;W[aa27]
;B[ab26]
;W[z27]
;B[k19]
;W[l20]
;B[l19]
;W[m20]
)
twogtp.py with changes:
Attachments
twogtp.py.gz
(5.04 KiB) Downloaded 1054 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 »

and an example for a 63x63 board:

Code: Select all

(;GM[1]FF[4]RU[Japanese]SZ[63]HA[0]KM[5.5]RE[W+Resign]
PW[KataGo 1.8.1 (random seed unknown)]PB[KataGo 1.8.1 (random seed unknown)]
;B[bk61]
;W[c5]
;B[c60]
;W[c10]
...
;B[ag25]
;W[af25]
;B[ab30]
;W[aa29]
)
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 »

the new version of q5go 2.1.2 (GitHub action CI build on Jul 17 2021) supports autoplay, including on boards up to 52x52! https://github.com/bernds/q5Go/actions/runs/1039399331
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 »

during autoplay, you can enable analysis. gg4k-NeroX 37х37:
(http://files.gokgs.com/games/2012/7/15/gg4k-NeroX.sgf
https://www.gokgs.com/tournGames.jsp?id=739&round=2
for the analysis used the network katago 20b
you can use the slider below the board, so part of the graph is missing :) )
Attachments
gg4k-NeroX.jpg
gg4k-NeroX.jpg (597.59 KiB) Viewed 53096 times
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 »

Friday9i Please make version of katago 1.9.1 for 37x37 and 52x52 boards! (eigenavx2-windows-x64)
Post Reply