Game programs for boards more than 19x19
- 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
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
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
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
18B network katago
"Which has better joseki performance on larger board (like 35*35) imo."
https://discord.com/channels/4170221623 ... 0576502904
"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
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
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
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
here https://github.com/lightvector/KataGo/issues/454PC_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
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
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
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
I have displayed (q5go-2.1.3)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
-
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
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
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
37x37 18b-uec (B, playouts 3) - 60b-s665 (W, playouts 3) B+R
- Attachments
-
- 18b - 60b.sgf
- (2.67 KiB) Downloaded 1012 times