Difference between revisions of "A0lite"

From Chessprogramming wiki
Jump to: navigation, search
Line 3: Line 3:
 
'''A0lite''',<br/>
 
'''A0lite''',<br/>
 
a didactic [[UCI]] compliant [[Neural Networks|neural network]] chess engine by [[Dietrich Kappe]], written in [[Python]], released in March 2020 under the permissive [[Massachusetts Institute of Technology#License|MIT License]] <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=73495 New engine: a0lite] by [[Dietrich Kappe]], [[CCC]], March 28, 2020</ref>.
 
a didactic [[UCI]] compliant [[Neural Networks|neural network]] chess engine by [[Dietrich Kappe]], written in [[Python]], released in March 2020 under the permissive [[Massachusetts Institute of Technology#License|MIT License]] <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=73495 New engine: a0lite] by [[Dietrich Kappe]], [[CCC]], March 28, 2020</ref>.
A0lite applies [[UCT|upper confidence bounds]] to [[Monte-Carlo Tree Search|Monte-Carlo trees]], and requires the installalion of the ''badgyal'' [https://en.wikipedia.org/wiki/PyTorch PyTorch] net evaluator, by default using ''MeanGirl-8 (32x4)'' net on CPU <ref>[https://github.com/dkappe/a0lite/blob/master/README.md a0lite/README.md at master · dkappe/a0lite · GitHub]</ref>.  
+
A0lite applies [[UCT|upper confidence bounds]] to [[Monte-Carlo Tree Search|Monte-Carlo trees]], and requires the installalion of the ''badgyal'' [https://en.wikipedia.org/wiki/PyTorch PyTorch] net evaluator, by default using ''MeanGirl-8 (32x4)'' net on CPU <ref>[https://github.com/dkappe/a0lite/blob/master/README.md a0lite/README.md at master · dkappe/a0lite · GitHub]</ref>. A0lite, which evolved from '''LeelaLite''' announced in October 2018 <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68789 Leela Lite: A toolkit for experimenting with leela nets in python] by [[Dietrich Kappe]], [[CCC]],  October 31, 2018</ref>, had its official tournament debut at the [[TCEC Season 19#Fourth|Qualification League]] of [[TCEC Season 19]].  
  
 
=See also=
 
=See also=
Line 10: Line 10:
  
 
=Forum Posts=  
 
=Forum Posts=  
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=68789 Leela Lite: A toolkit for experimenting with leela nets in python] by [[Dietrich Kappe]], [[CCC]],  October 31, 2018
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=71171 An opponent for humans: Bad Gyal] by [[Dietrich Kappe]], [[CCC]], July 02, 2019
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=72723 Mean Girl 8 released] by [[Dietrich Kappe]], [[CCC]], January 04, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=73495 New engine: a0lite] by [[Dietrich Kappe]], [[CCC]], March 28, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=73495 New engine: a0lite] by [[Dietrich Kappe]], [[CCC]], March 28, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74088 a0lite problems with badygal configuration etc.] by [[ Norbert Raimund Leisner]], [[CCC]], June 03, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74088 a0lite problems with badygal configuration etc.] by [[ Norbert Raimund Leisner]], [[CCC]], June 03, 2020
Line 17: Line 20:
 
* [https://github.com/dkappe/a0lite GitHub - dkappe/a0lite: A neural net chess engine in 95 lines of python]
 
* [https://github.com/dkappe/a0lite GitHub - dkappe/a0lite: A neural net chess engine in 95 lines of python]
 
* [https://github.com/dkappe/badgyal GitHub - dkappe/badgyal: Simple pytorch net evaluator with Bad Gyal 8 and Mean Girl 8 net included]
 
* [https://github.com/dkappe/badgyal GitHub - dkappe/badgyal: Simple pytorch net evaluator with Bad Gyal 8 and Mean Girl 8 net included]
* [https://github.com/joergoster/a0lite GitHub - joergoster/a0lite: A neural net chess engine in 95 lines of python]
+
* [https://github.com/joergoster/a0lite GitHub - joergoster/a0lite: A neural net chess engine in 95 lines of python]  
 +
* [https://github.com/dkappe/leela_lite GitHub - dkappe/leela_lite: A toolkit for experimenting with UCT and Leela Chess nets in Python] (predecessor of A0lite)
 
==Misc==
 
==Misc==
 
* [https://en.wikipedia.org/wiki/A0 A0 from Wikipedia]
 
* [https://en.wikipedia.org/wiki/A0 A0 from Wikipedia]

Revision as of 10:28, 12 August 2020

Home * Engines * A0lite

A0lite,
a didactic UCI compliant neural network chess engine by Dietrich Kappe, written in Python, released in March 2020 under the permissive MIT License [1]. A0lite applies upper confidence bounds to Monte-Carlo trees, and requires the installalion of the badgyal PyTorch net evaluator, by default using MeanGirl-8 (32x4) net on CPU [2]. A0lite, which evolved from LeelaLite announced in October 2018 [3], had its official tournament debut at the Qualification League of TCEC Season 19.

See also

Forum Posts

External Links

Engine

Misc

References

Up one Level