an error with the placement of handicap stonesFriday9i wrote:On 33x33 board, some games of KataGo's network trained on large boards vs latest standard kata1 network (kata1-s8446), with H5 and 10 times less visits
Game programs for boards more than 19x19
-
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
- Attachments
-
- error.jpg (124.55 KiB) Viewed 27489 times
-
Friday9i
- Dies in gote
- Posts: 43
- Joined: Sat Jun 17, 2017 9:36 am
- Rank: 1d
- GD Posts: 0
- KGS: kace
- Has thanked: 40 times
- Been thanked: 25 times
Re: Game programs for boards more than 19x19
It's not an error, it's a choice made by lightvector to generate more diversity in handicap games: the handicap stones are placed "randomly".
- 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
it would be interesting to play with this network. Can you upload it?Friday9i wrote:On 33x33 board, some games of KataGo's network trained on large boards vs latest standard kata1 network (kata1-s8446), with H5 and 10 times less visits
-
Friday9i
- Dies in gote
- Posts: 43
- Joined: Sat Jun 17, 2017 9:36 am
- Rank: 1d
- GD Posts: 0
- KGS: kace
- Has thanked: 40 times
- Been thanked: 25 times
Re: Game programs for boards more than 19x19
See above my post and the "next steps" : I'm releasing it in the coming weeks, I'm currently generating some more selfplay and will do some more training tests before releasing the best network ; -).Dragon wrote:it would be interesting to play with this network. Can you upload it?Friday9i wrote:On 33x33 board, some games of KataGo's network trained on large boards vs latest standard kata1 network (kata1-s8446), with H5 and 10 times less visits
-
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
27x27 Katago - Katago, b28-fd3 - b28-s844
maxPlayouts = 50
maxPlayouts = 50
- Attachments
-
- fd3-s844.gif (78.85 KiB) Viewed 26854 times
-
- eval.jpg (43.44 KiB) Viewed 26854 times
-
Friday9i
- Dies in gote
- Posts: 43
- Joined: Sat Jun 17, 2017 9:36 am
- Rank: 1d
- GD Posts: 0
- KGS: kace
- Has thanked: 40 times
- Been thanked: 25 times
Re: Game programs for boards more than 19x19
A 50x50 game with 1K visits and a close result: White+2!
- Attachments
-
- All1.sgf
- W+2
- (85.83 KiB) Downloaded 624 times
-
Friday9i
- Dies in gote
- Posts: 43
- Joined: Sat Jun 17, 2017 9:36 am
- Rank: 1d
- GD Posts: 0
- KGS: kace
- Has thanked: 40 times
- Been thanked: 25 times
Re: Game programs for boards more than 19x19
A void 50x50 match game at 100 visits!
- Attachments
-
- Void 50x50 Game.1181.gif (74.29 KiB) Viewed 45474 times
-
- Void 50x50 Game.sgf
- (40.08 KiB) Downloaded 627 times
Last edited by Friday9i on Sat Apr 05, 2025 7:22 am, 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
a useful utility "sgf_to_gif"
https://github.com/rooklift/sgf_to_gif/releases
./sgf_to_gif.exe --help for options
I made a bat file
https://github.com/rooklift/sgf_to_gif/releases
./sgf_to_gif.exe --help for options
I made a bat file
Code: Select all
sgf_to_gif game.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
Friday9i
it would be very interesting if you could train a 51x51 or 37x37 network from scratch!!! maybe 10 blocks? There may be very unexpected results.
it would be very interesting if you could train a 51x51 or 37x37 network from scratch!!! maybe 10 blocks? There may be very unexpected results.
-
Friday9i
- Dies in gote
- Posts: 43
- Joined: Sat Jun 17, 2017 9:36 am
- Rank: 1d
- GD Posts: 0
- KGS: kace
- Has thanked: 40 times
- Been thanked: 25 times
Re: Game programs for boards more than 19x19
Hi
I'm happy to annonce the Large Board network is now available, please enjoy !
https://katagotraining.org/extra_networks/
If you want to generate a game above 25x25, Sabaki and several other GUI don't work, But you can either use the katago match option, or Q5Go also works up to 50x50 at least (but unfortunately not on rectangular boards such as 50x9 : -).
You can download it here: https://github.com/bernds/q5Go
I'm happy to annonce the Large Board network is now available, please enjoy !
https://katagotraining.org/extra_networks/
If you want to generate a game above 25x25, Sabaki and several other GUI don't work, But you can either use the katago match option, or Q5Go also works up to 50x50 at least (but unfortunately not on rectangular boards such as 50x9 : -).
You can download it here: https://github.com/bernds/q5Go
-
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
when choosing the size, choose rectangular board (q5go-2.1.3-win)Friday9i wrote:Hi
I'm happy to annonce the Large Board network is now available, please enjoy !
https://katagotraining.org/extra_networks/
If you want to generate a game above 25x25, Sabaki and several other GUI don't work, But you can either use the katago match option, or Q5Go also works up to 50x50 at least (but unfortunately not on rectangular boards such as 50x9 : -).
You can download it here: https://github.com/bernds/q5Go
- Attachments
-
- 50x9.jpg (276.35 KiB) Viewed 34867 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
lightvector,
Friday9i,
the appearance of specially trained networks on large boards is an amazing event! many people now consider this frivolous. but time will pass, and it will be appreciated! thank you!!!
Friday9i,
the appearance of specially trained networks on large boards is an amazing event! many people now consider this frivolous. but time will pass, and it will be appreciated! thank you!!!
-
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
51x51 b28-b15
b28 M2 maxPlayouts = 1
b15 s167 maxPlayouts = 1000
b28 M2 maxPlayouts = 1
b15 s167 maxPlayouts = 1000
- Attachments
-
- 51x51 28b-15b.sgf
- (15.91 KiB) Downloaded 269 times
-
- 51x51 28b-15b.gif (271.63 KiB) Viewed 24860 times