Skip to content

Releases: alreadydone/lz

leelaz that doesn't generate duplicate games in gogui-twogtp

23 Feb 00:53
5d3e251
Compare
Choose a tag to compare

up-to-date with leela-zero/next (2019-02-22).
The reason for duplicate games is cached NN eval results. Two approaches to eliminate these:
clear_nncache.exe clears the cache each time clear_board or loadsgf is called.
remove_min_cache_count.exe removes the lower bound on the size of the cache, so the cache size won't be set to a high number (6,000) if playouts/visits is low, so when a new game is started, the cached positions from the start of the last game won't persist.

Dynamic komi

29 Aug 08:37
Compare
Choose a tag to compare

See leela-zero#1772 for instructions.

Dynamic komi

24 Aug 20:07
Compare
Choose a tag to compare

2018-08-27: a bug in nonslack mode is discovered which prevents komi from adjusting back to target-komi properly. This release has been updated to fix the bug.

Replaced by https://github.com/alreadydone/lz/releases/tag/komi%2Bv0.42

komi+v0.4

28 Aug 02:54
Compare
Choose a tag to compare

PhoenixGo + dynamic komi

12 Jul 10:04
Compare
Choose a tag to compare
phoenix-v0.33

Limit maximal number of children to 64 (PhoenixGo original setting).

PhoenixGo + dynamic komi

08 Jul 08:30
93221fb
Compare
Choose a tag to compare

Warning: analysis mode outputs prior probabilities, which breaks Lizzie but works with MyLizzie.
MyLizzie download: https://dl.goandai.com/?/Mylizzie/ The 215.7MB one. (see also https://www.goandai.com/mylizzie/ and https://www.goandai.com/download-mylizzie/)

Adjustable target komi

06 Jul 10:33
Compare
Choose a tag to compare
komi-v0.31

adjustable target komi.

Dynamic komi for handicap games

05 Jul 21:26
Compare
Choose a tag to compare
komi-v0.3

Revert unintended changes.

Dynamic komi for non-concession

05 Jul 23:38
Compare
Choose a tag to compare
endgame-v0.3

Use different komi for B and W's turns to make winrates close.

Dynamic komi

04 Jul 17:42
Compare
Choose a tag to compare
komi-v0.2

fix crash, adjust parameters