Difference between revisions of "Allie"

From Chessprogramming wiki
Jump to: navigation, search
Line 42: Line 42:
 
* [http://www.talkchess.com/forum3/viewtopic.php?t=70874 New release of Allie v0.4] by [[Adam Treat]], [[CCC]], May 31, 2019
 
* [http://www.talkchess.com/forum3/viewtopic.php?t=70874 New release of Allie v0.4] by [[Adam Treat]], [[CCC]], May 31, 2019
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71822 My failed attempt to change TCEC NN clone rules] by [[Alexander Lyashuk]], [[CCC]], September 14, 2019 » [[TCEC]]
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71822 My failed attempt to change TCEC NN clone rules] by [[Alexander Lyashuk]], [[CCC]], September 14, 2019 » [[TCEC]]
 +
: [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71822&start=48 Re: My failed attempt to change TCEC NN clone rules] by [[Adam Treat]], [[CCC]], September 19, 2019
  
 
=External Links=
 
=External Links=

Revision as of 08:38, 25 September 2019

Home * Engines * Allie

Allie,
an UCI compliant open source chess engine by Adam Treat, written in C++ using Qt, released under the terms of GPL version 3. Allie is inspired by the seminal AlphaZero paper [1] and the Leela Chess Zero project - utilizing the networks produced by Leela Chess sharing the CuDNN backend code written by Ankan Banerjee [2]. Allie is a replacement of Lc0's search with an own implementation of a PUCT Monte-Carlo tree search [3].

AllieStein

AllieStein is the combination of Allie with Leela's third party Leelenstein network by Mark Jordan [4] [5], which is trained by supervised learning feeding in games from CCRL, supported by SGDR (Stochastic Gradient Descent with Warm Restarts) [6] and GGT (full-matrix adaptive regularization) [7], using batch renormalization [8], and adding gradient noise [9].

Features

Lc0 Intersections

Lc0diagram.png
Alliestein.png

What Alliestein has in Common with Lc0 [13]


See also

Forum Posts

Re: Allie & Stein by Alexander Lyashuk, CCC, March 07, 2019
Re: Allie & Stein by Adam Treat, CCC, March 07, 2019
Re: My failed attempt to change TCEC NN clone rules by Adam Treat, CCC, September 19, 2019

External Links

Chess Engine

Misc

References

Up one level