Leela Chess Zero

From Chessprogramming wiki
Revision as of 15:58, 23 July 2018 by GerdIsenberg (talk | contribs)
Jump to: navigation, search

Home * Engines * Leela Chess Zero

Leela Chess Zero, (LCZero, lc0)
an adaptation of Gian-Carlo Pascutto's Leela Zero Go project [1] to Chess, using Stockfish's board representation and move generation. No heuristics or prior knowledge are carried over from Stockfish. The goal to build a strong UCT chess AI following the same type of deep learning techniques of AlphaZero as described in DeepMind's paper [2], but using distributed training for the weights of the deep residual convolutional neural network. The training process requires CUDA and a GPU accelerated version of Tensorflow installed [3].

See also

Forum Posts

Re: Announcing lczero by Daniel Shawul, CCC, January 21, 2018 » Rollout Paradigm
LCZero update (2) by Rein Halbersma, CCC, March 25, 2018

External Links

Leela Chess Zero: AlphaZero for the PC] by Alver Silver, ChessBase News, April 26, 2018

References

Up one level