This package browser is in early development. Mind the rough edges.

leela-zero

Program playing the game of Go

Leela-zero is a Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper. The current best network weights file for the engine can be downloaded from https://zero.sjeng.org/best-network.

Installation

Install the latest version of leela-zero as follows:

guix install leela-zero

Or install a particular version:

guix install leela-zero@0.17

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of leela-zero about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/leela-zero'><img src='https://packages.guix.gnu.org/packages/leela-zero/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/leela-zero/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/leela-zero)

Example Org:

[[https://packages.guix.gnu.org/packages/leela-zero][https://packages.guix.gnu.org/packages/leela-zero/badges/latest-version.svg]]