Search found 4 matches
- Sun Jan 29, 2023 1:42 pm
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 444
Re: Python version of CGOS by Zakki
It is a bit strange, because in order to produce a plot, I have to go to the end of the game, and undo moves one by one. Otherwise, nothing is displayed. Another remark: do you plot the win rate of the most visited move? Instead of plotting the win_rate and score of a single move, it would seem bet...
- Fri Jan 27, 2023 5:29 am
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 444
Re: Python version of CGOS by Zakki
It is a bit strange, because in order to produce a plot, I have to go to the end of the game, and undo moves one by one. Otherwise, nothing is displayed. Enable "CGOS mode" in "≡" menu. When CGOS mode is off, plot seems something wrong, I'll fix it later. One question: what is t...
- Sat Jan 14, 2023 8:59 am
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 444
Re: Python version of CGOS by Zakki
Current implementation uses LeelaZero's lz-genmove_analyze and KataGo's kata-genmove_analyze specification, and wgo viewer uses 'move', 'winrate', 'pv' and 'ownership' attributes.
https://github.com/zakki/cgos/wiki/GTP- ... -expansion
https://github.com/zakki/cgos/wiki/GTP- ... -expansion
- Fri Jan 13, 2023 5:30 pm
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 444
Re: Python version of CGOS by Zakki
Now I'm trying lz-genmove_analyze and lizzie style extension at CGOS server. https://github.com/zakki/cgos/tree/genmove_analyze https://twitter.com/k_matsuzaki/status/1610958091746693120 If engine supports "kata-genmove_analyze" or "lz-genmove_analyze", clinet-python sends pv and...