Skip to content

Releases: alreadydone/lz

Dynamical komi

03 Jul 07:11
Compare
Choose a tag to compare
komi-v0.1

Dynamically adjust "komi" (color planes) to keep winrate within a cer…

c_puct scaling and partial backup

25 May 08:30
f2ca870
Compare
Choose a tag to compare

scaling c_puct according to winrate

19 May 07:28
c165c05
Compare
Choose a tag to compare
  • the linear version replaces c_puct by ( c_puct x winrate x 2 )
  • the quadratic version replaces c_puct by ( c_puct x winrate x (1-winrate) x 4 )
  • tested to support myLizzie

Pull request leela-zero#1435

(Note: this version will occasionally crash when used with multiple threads; use the latest release instead.)