Life In 19x19
http://www.lifein19x19.com/

Game programs for boards more than 19x19
http://www.lifein19x19.com/viewtopic.php?f=18&t=17391
Page 4 of 9

Author:  And [ Sat Apr 10, 2021 10:13 am ]
Post subject:  Re: Game programs for boards more than 19x19

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

Author:  And [ Sat Apr 10, 2021 10:42 am ]
Post subject:  Re: Game programs for boards more than 19x19

change the program a little and it can be used for big boards! :D

Author:  And [ Sat Apr 10, 2021 2:15 pm ]
Post subject:  Re: Game programs for boards more than 19x19

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

Author:  And [ Sat Apr 10, 2021 2:22 pm ]
Post subject:  Re: Game programs for boards more than 19x19

network 15b plays on a 63x63 board !!!

Author:  And [ Sun Apr 11, 2021 11:27 am ]
Post subject:  Re: Game programs for boards more than 19x19

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

Author:  Dragon [ Sun Apr 11, 2021 1:20 pm ]
Post subject:  Re: Game programs for boards more than 19x19

Is there a sgf extension for boards greater than 52? or another way to save the game file?

Author:  And [ Mon Apr 12, 2021 11:06 am ]
Post subject:  Re: Game programs for boards more than 19x19

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 25609 times ]

Author:  And [ Tue Apr 13, 2021 6:34 am ]
Post subject:  Re: Game programs for boards more than 19x19

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 25544 times ]

Author:  And [ Tue Apr 13, 2021 10:03 am ]
Post subject:  Re: Game programs for boards more than 19x19

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 25514 times ]
katago181-katago181b.sgf [11.2 KiB]
Downloaded 450 times

Author:  And [ Fri Apr 16, 2021 1:59 pm ]
Post subject:  Re: Game programs for boards more than 19x19

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?

Author:  And [ Sun Apr 18, 2021 7:49 am ]
Post subject:  Re: Game programs for boards more than 19x19

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:
(;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 438 times

Author:  And [ Sun Apr 18, 2021 8:32 am ]
Post subject:  Re: Game programs for boards more than 19x19

and an example for a 63x63 board:
Code:
(;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]
)

Author:  And [ Sat Jul 17, 2021 5:53 am ]
Post subject:  Re: Game programs for boards more than 19x19

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

Author:  And [ Sat Jul 17, 2021 7:16 am ]
Post subject:  Re: Game programs for boards more than 19x19

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 24437 times ]

Author:  Dragon [ Thu Jul 22, 2021 1:25 pm ]
Post subject:  Re: Game programs for boards more than 19x19

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

Author:  Friday9i [ Sun Sep 05, 2021 2:26 am ]
Post subject:  Re: Game programs for boards more than 19x19

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

Here they are, enjoy!
https://github.com/lightvector/KataGo/i ... -913116646

Author:  And [ Sun Sep 05, 2021 3:26 am ]
Post subject:  Re: Game programs for boards more than 19x19

why does the 60b network not work on boards larger than 33x33? 40b on boards more than 37x37? 20b on boards more than 52x52? are there resource limits in the executable?

Author:  And [ Sun Sep 05, 2021 3:53 am ]
Post subject:  Re: Game programs for boards more than 19x19

Friday9i
"unacceptable size (Board::MAX_LEN is 29..."

Author:  Friday9i [ Sun Sep 05, 2021 3:56 am ]
Post subject:  Re: Game programs for boards more than 19x19

And wrote:
Friday9i
"unacceptable size (Board::MAX_LEN is 29..."

Argh sorry, I must have made a mistake somewhere... I'm trying again asap. Just a question: did you manage to make it work on boards 52x52 with 20b nets (but not with 40b and 60b)??

Author:  And [ Sun Sep 05, 2021 4:05 am ]
Post subject:  Re: Game programs for boards more than 19x19

I checked the 20b network. works at 29x29, not at 33x33. checked in q5go-2.1.2. all 4 files

Page 4 of 9 All times are UTC - 8 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/