A0lite

From Chessprogramming wiki
Revision as of 13:39, 11 August 2020 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Engines * A0lite''' '''A0lite''',<br/> a didactic UCI compliant neural network chess engine by Dietrich Kappe, written...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 badgyalPyTorch net evaluator, by default using MeanGirl-8 (32x4) net on CPU [2].

See also

Forum Posts

External Links

References

  1. New engine: a0lite by Dietrich Kappe, CCC, March 28, 2020
  2. [https://github.com/dkappe/a0lite/blob/master/README.md a0lite/README.md at master · dkappe/a0lite · GitHub

Up one Level