Difference between revisions of "Leela Chess Zero"

From Chessprogramming wiki
Jump to: navigation, search
Line 26: Line 26:
 
* [https://groups.google.com/d/msg/lczero/KUwypuefNdY/DDV8hfwCBQAJ How Leela uses history planes] by Tristrom Cooke, [[Computer Chess Forums|LCZero Forum]], July 19, 2018
 
* [https://groups.google.com/d/msg/lczero/KUwypuefNdY/DDV8hfwCBQAJ How Leela uses history planes] by Tristrom Cooke, [[Computer Chess Forums|LCZero Forum]], July 19, 2018
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68072 Why Lc0 eval (in cp) is asymmetric against AB engines?] by [[Kai Laskos]], [[CCC]], July 25, 2018 » [[Asymmetric Evaluation]], [[Pawn Advantage, Win Percentage, and Elo]]
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68072 Why Lc0 eval (in cp) is asymmetric against AB engines?] by [[Kai Laskos]], [[CCC]], July 25, 2018 » [[Asymmetric Evaluation]], [[Pawn Advantage, Win Percentage, and Elo]]
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68094 TCEC season 13, 2 NN engines will be participating, Leela and Deus X] by Nay Lin Tun, [[CCC]], July 28, 2018
 +
: [http://talkchess.com/forum3/viewtopic.php?f=2&t=68094&start=90#p770006 Re: TCEC season 13, 2 NN engines will be participating, Leela and Deus X] by [[Gian-Carlo Pascutto]], [[CCC]], August 03, 2018
 +
* [https://groups.google.com/d/msg/lczero/vGdNYW-Ou58/Kh0GCj2OCgAJ Has Silver written any code for "his" ZeusX?] by [[Chris Whittington]], [[Computer Chess Forms|LCZero Forum]], July 31, 2018
 +
: [https://groups.google.com/d/msg/lczero/vGdNYW-Ou58/-icwb0pjDAAJ Re: Has Silver written any code for "his" ZeusX?] by [[Alexander Lyashuk]], [[Computer Chess Forms|LCZero Forum]], August 02, 2018
  
 
=External Links=
 
=External Links=
 
* [http://lczero.org/ LCZero]
 
* [http://lczero.org/ LCZero]
 
* [https://github.com/LeelaChessZero/ LCZero · GitHub]
 
* [https://github.com/LeelaChessZero/ LCZero · GitHub]
* [https://github.com/glinscott/leela-chess GitHub - glinscott/leela-chess: A chess adaption of GCP's Leela Zero]
+
* [https://github.com/LeelaChessZero/lc0/wiki - Home · LeelaChessZero/lc0 Wiki · GitHub]
 +
* [https://github.com/LeelaChessZero/lc0 GitHub - LeelaChessZero/lc0: The rewritten engine, originally for tensorflow. Now all other backends have been ported here]
 +
* [https://github.com/mooskagh/lc0 GitHub - mooskagh/lc0: The rewritten engine, originally for cudnn. Now all other backends have been ported here]
 +
* [https://github.com/LeelaChessZero/lczero - GitHub - LeelaChessZero/lczero: A chess adaption of GCP's Leela Zero]
 
* [https://groups.google.com/forum/#!forum/lczero LCZero – Google Groups]
 
* [https://groups.google.com/forum/#!forum/lczero LCZero – Google Groups]
 +
* [https://blog.lczero.org/ Leela Chess Zero - Blog]
 +
* [https://www.facebook.com/LeelaChessZero/ Leela Chess Zero - Facebook]
 
* [https://en.wikipedia.org/wiki/Leela_Chess_Zero Leela Chess Zero from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Leela_Chess_Zero Leela Chess Zero from Wikipedia]
* [https://www.facebook.com/LeelaChessZero/ Leela Chess Zero - Facebook]
 
 
* [https://en.chessbase.com/post/leela-chess-zero-alphazero-for-the-pc Leela Chess Zero: AlphaZero for the PC] by [[Alver Silver]], [[ChessBase|ChessBase News]], April 26, 2018
 
* [https://en.chessbase.com/post/leela-chess-zero-alphazero-for-the-pc Leela Chess Zero: AlphaZero for the PC] by [[Alver Silver]], [[ChessBase|ChessBase News]], April 26, 2018
  

Revision as of 21:42, 8 August 2018

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
Re: TCEC season 13, 2 NN engines will be participating, Leela and Deus X by Gian-Carlo Pascutto, CCC, August 03, 2018
Re: Has Silver written any code for "his" ZeusX? by Alexander Lyashuk, LCZero Forum, August 02, 2018

External Links

References

Up one level