Page 5 of 14
Re: Game programs for boards more than 19x19
Posted: Sat Apr 10, 2021 10:13 am
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
Re: Game programs for boards more than 19x19
Posted: Sat Apr 10, 2021 10:42 am
by And
change the program a little and it can be used for big boards!

Re: Game programs for boards more than 19x19
Posted: Sat Apr 10, 2021 2:15 pm
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

Re: Game programs for boards more than 19x19
Posted: Sat Apr 10, 2021 2:22 pm
by And
network 15b plays on a 63x63 board !!!
Re: Game programs for boards more than 19x19
Posted: Sun Apr 11, 2021 11:27 am
by And
Re: Game programs for boards more than 19x19
Posted: Sun Apr 11, 2021 1:20 pm
by Dragon
Is there a sgf extension for boards greater than 52? or another way to save the game file?
Re: Game programs for boards more than 19x19
Posted: Mon Apr 12, 2021 11:06 am
by And
first 50 moves 63 X 63 15b 1p - 15b 1p. moves took from twogtp and made in lizzie
Re: Game programs for boards more than 19x19
Posted: Tue Apr 13, 2021 6:34 am
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"

Re: Game programs for boards more than 19x19
Posted: Tue Apr 13, 2021 10:03 am
by And
KataGo 20b 1 playouts - KataGo 20b 1 playouts 52 X 52, q5go-2.1.1
ladder, black error, move 1391
Re: Game programs for boards more than 19x19
Posted: Fri Apr 16, 2021 1:59 pm
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?
Re: Game programs for boards more than 19x19
Posted: Sun Apr 18, 2021 7:49 am
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:
Re: Game programs for boards more than 19x19
Posted: Sun Apr 18, 2021 8:32 am
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]
)
Re: Game programs for boards more than 19x19
Posted: Sat Jul 17, 2021 5:53 am
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
Re: Game programs for boards more than 19x19
Posted: Sat Jul 17, 2021 7:16 am
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

)
Re: Game programs for boards more than 19x19
Posted: Thu Jul 22, 2021 1:25 pm
by Dragon
Friday9i Please make version of katago 1.9.1 for 37x37 and 52x52 boards! (eigenavx2-windows-x64)