Allie

From Chessprogramming wiki
Revision as of 07:25, 25 September 2019 by GerdIsenberg (talk | contribs)
Jump to: navigation, search

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

External Links

Chess Engine

Misc

References

Up one level