It is currently Thu Mar 28, 2024 8:31 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 178 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9  Next
Author Message
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #121 Posted: Wed Aug 03, 2022 4:43 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
lizzieyzy Version 2.5.1 https://github.com/yzyray/lizzieyzy/releases

Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #122 Posted: Fri Aug 05, 2022 2:18 pm 
Dies in gote
User avatar

Posts: 43
Liked others: 44
Was liked: 10
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)

Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #123 Posted: Sun Aug 28, 2022 6:35 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
try q5go


This post by And was liked by: Dragon
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #124 Posted: Thu Sep 08, 2022 11:26 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
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 311 times
katago - gnugo.sgf [2.15 KiB]
Downloaded 315 times
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #125 Posted: Sat Nov 26, 2022 10:00 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
18B network katago
"Which has better joseki performance on larger board (like 35*35) imo."
https://discord.com/channels/4170221623 ... 0576502904


This post by And was liked by: Dragon
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #126 Posted: Wed Nov 30, 2022 8:06 am 
Beginner

Posts: 17
Liked others: 1
Was liked: 10
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


This post by PC_Screen was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #127 Posted: Wed Nov 30, 2022 8:48 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
@PC_Screen
thank you very much!!! :clap: :clap: :clap: it works great!!! could you do up to 37x37?

Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #128 Posted: Fri Dec 02, 2022 12:33 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
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!


This post by And was liked by: Dragon
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #129 Posted: Sat Dec 03, 2022 9:08 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
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!

Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #130 Posted: Mon Dec 05, 2022 1:14 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
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 299 times
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #131 Posted: Tue Dec 06, 2022 2:16 pm 
Beginner

Posts: 17
Liked others: 1
Was liked: 10
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


This post by PC_Screen was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #132 Posted: Tue Dec 06, 2022 4:26 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
thank you very much!!! it works!!!

Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #133 Posted: Tue Dec 06, 2022 4:27 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
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)

Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #134 Posted: Tue Dec 06, 2022 4:31 pm 
Beginner

Posts: 17
Liked others: 1
Was liked: 10
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


This post by PC_Screen was liked by 2 people: And, Dragon
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #135 Posted: Wed Dec 07, 2022 7:36 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
37x37 18b-uec (B, playouts 3) - 60b-s665 (W, playouts 3) B+R


Attachments:
18b - 60b.sgf [2.67 KiB]
Downloaded 277 times
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #136 Posted: Sat Dec 10, 2022 4:19 am 
Dies in gote
User avatar

Posts: 43
Liked others: 44
Was liked: 10
I wonder how the new network plays on large boards. PC_Screen, please make a OpenCL version up to 52x52!


This post by Dragon was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #137 Posted: Sat Dec 10, 2022 4:38 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
CMakeLists.txt for 52x52


Attachments:
CMakeLists.txt [19.29 KiB]
Downloaded 286 times
Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #138 Posted: Sat Dec 10, 2022 8:42 am 
Beginner

Posts: 17
Liked others: 1
Was liked: 10
Tried it but it only seems to work up to 37x37, anything above it and KataGo just ignores the extra space

Attachment:
Captura de tela_20221210_123717.png
Captura de tela_20221210_123717.png [ 1.53 MiB | Viewed 20180 times ]


Here's the katago.exe anyways

https://drive.google.com/file/d/1H3xT3q ... sp=sharing

Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #139 Posted: Sat Dec 10, 2022 9:05 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
@PC_Screen
this file (https://drive.google.com/file/d/1H3xT3q ... sp=sharing) matches byte by byte with the previous one (37x37). this is the same file. that's why it doesn't work! there is confusion somewhere.
please check CMakeLists.txt - is it for 52x52?
or there is confusion on google drive. maybe rename the latter to katago52?

Top
 Profile  
 
Offline
 Post subject: Re: Game programs for boards more than 19x19
Post #140 Posted: Sat Dec 10, 2022 11:17 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
launch in cmd:


Attachments:
2.jpg
2.jpg [ 39.37 KiB | Viewed 20128 times ]
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 178 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9  Next

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group