It is currently Thu Mar 28, 2024 10:13 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 41 posts ]  Go to page 1, 2, 3  Next
Author Message
Offline
 Post subject: Sayuri
Post #1 Posted: Mon Jun 27, 2022 12:29 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Sayuri https://github.com/CGLemon/Sayuri

"Let's ROCK!
Sayuri is a GTP-compliant go engine which supports variable komi and board size. Strongly inspired by Leela Zero and Kata Go. Based on Deep Convolutional Neural Network, Monte Carlo Tree Search and other powerful technics."

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #2 Posted: Wed Jun 29, 2022 2:35 am 
Lives in gote

Posts: 617
Liked others: 154
Was liked: 117
Rank: OGS ddk
KGS: Ferran
IGS: Ferran
OGS: Ferran
This is interesting, but I'd like some more information. Are those openings "trained"? When does the opening end? Are networks compatible with KG's? Can I train the network beyond the opening?

Thanks, take care

_________________
一碁一会

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #3 Posted: Wed Jun 29, 2022 4:20 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
The program is only available on Ubuntu/MacOS. I have windows. I downloaded the network, looked at it, it's very different from the katago networks, I haven't tried it. as I understand it, the project is new, I wonder what will happen! :)

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #4 Posted: Sat Jul 30, 2022 1:40 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Release v0.1.0
https://github.com/CGLemon/Sayuri/releases

Features

Support Sabaki and GoGui analysis mode.
Support handicap game.
Support variable komi and board size (from 7x7 to 19x19).
Lock-free SMP MCTS.
Acceleration by multi-core processor and multi-Nvidia GPU.
Predict the current side winrate and draw-rate.
Predict the current side score lead and death strings.
Reuse the sub-tree.
Tromp-Taylor rules with forbidding suicide move.

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #5 Posted: Mon Aug 29, 2022 5:16 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Release v0.1.1
https://github.com/CGLemon/Sayuri/releases

Main Updating

Improve the MCTS performance.
Add prefix id for GTP command.
Fix ladder bug.
Add the new options, --symm-pruning, --kgs-hint.
Show the tree complexity and KL divergence.
Extend some GTP commands, sayuri-analyze, sayuri-genmove_analyze and others.
Change the default thinking time (to 10 sec per move).
Use a random sample input data read. This helps improve the spread of games in the shuffle buffer. The new network is stronger than before.
Clean some code and add more comments.

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #6 Posted: Mon Aug 29, 2022 5:25 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Sayuri(B) v.s. Pachi(W)
https://www.youtube.com/watch?v=82UclNrXGxg

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #7 Posted: Mon Aug 29, 2022 10:15 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Sayuri(B) v.s. Pachi(W)


Attachments:
Sayuri(B) v.s. Pachi(W).sgf [1.39 KiB]
Downloaded 1767 times
Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #8 Posted: Thu Sep 29, 2022 6:58 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Release v0.2.0
https://github.com/CGLemon/Sayuri/releases

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #9 Posted: Tue Nov 08, 2022 2:00 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Release v0.3.0
https://github.com/CGLemon/Sayuri/releases

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #10 Posted: Thu Mar 30, 2023 9:16 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
windows version is expected next month
https://github.com/CGLemon/Sayuri/issues/2


This post by And was liked by: remotecontrol
Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #11 Posted: Wed Apr 05, 2023 9:40 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
windows version https://github.com/CGLemon/Sayuri/issues/2
Zenith Go 7 - Sayuri, Zen gave up on move 205 (Zenith Go 7 9dan, Sayuri -t 3 -w uce14-swa-1700k-v2.bin.txt), Zen spent a little more time

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #12 Posted: Sat Jul 01, 2023 1:13 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Release v0.5.0 (Furaregai Girl) https://github.com/CGLemon/Sayuri/releases/tag/v0.5.0

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #13 Posted: Tue Jul 18, 2023 10:05 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Network for 2023 CGF Open https://github.com/CGLemon/Sayuri/releases/

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #14 Posted: Tue Aug 22, 2023 7:48 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Release v0.6.0 (Hachi to Misemono) https://github.com/CGLemon/Sayuri/releases/

"This version is more efficiently than KataGo g104 in the early training phase! KataGo g170 is unknown but it looks like that Sayuri is still better than g170 in the early training phase. Thanks for Gumbel AlphaZero and other KataGo methods. We cat train a high amateur level network on a single GPU device in a just one week..."

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #15 Posted: Wed Nov 15, 2023 7:42 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Release v0.6.1 https://github.com/CGLemon/Sayuri/releases/tag/v0.6.1
The current version achieves superhuman level. Sayuri finally suppresses LZ157 and SAI project.

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #16 Posted: Thu Nov 16, 2023 8:43 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
KataGo - Sayuri
KataGo b18-s770 maxVisits = 100
Sayuri Sayuri-v0.6.1-eigen-windows-x64, zero-swa-special-2035k.bin.txt, -t 10 -b 1 -p 10000 --cache-memory-mib 2048


Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #17 Posted: Fri Nov 17, 2023 1:11 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
leelaz - Sayuri
leelaz p 1000, b40_287
Sayuri p 1000


Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #18 Posted: Fri Nov 17, 2023 6:38 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Sayuri - leelaz
leelaz p 1000, b40_287
Sayuri p 1000


Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #19 Posted: Fri Nov 17, 2023 7:35 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
if an error occurs when starting the Windows version, add the missing files .dll from here https://github.com/mstorsjo/llvm-mingw/ ... t-i686.zip

Top
 Profile  
 
Offline
 Post subject: Re: Sayuri
Post #20 Posted: Sat Nov 18, 2023 3:42 am 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
Sayuri - Zenith Go
Zenith Go 9 dan
Sayuri p 100


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 41 posts ]  Go to page 1, 2, 3  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