leela-zero 0.17-1build3 source package in Ubuntu

Changelog

leela-zero (0.17-1build3) hirsute; urgency=medium

  * No-change rebuild for boost soname change.

 -- Matthias Klose <email address hidden>  Sat, 12 Dec 2020 13:07:26 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
leela-zero_0.17.orig.tar.gz 1.7 MiB fc2cc2ae9739aeab058dfceee8e4e67fdcfc0f7bfe2777e565a2ba17a5579267
leela-zero_0.17-1build3.debian.tar.xz 6.4 KiB 0f2bc3ddeac353c2c85173c3cdbbce1c5285ca483ddc8191e54d97a4f9dd00a0
leela-zero_0.17-1build3.dsc 2.2 KiB 6d026439a7474184d7f9b58a1d0b55e7af12fdfe06fffe0e3ae81d882cdc6bb9

Available diffs

View changes file

Binary packages built by this source

leela-zero: Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper

 A Go program with no human provided knowledge. Using MCTS (but without Monte
 Carlo playouts) and a deep residual convolutional neural network stack.
 .
 This is a fairly faithful reimplementation of the system described in the
 Alpha Go Zero paper "Mastering the Game of Go without Human Knowledge". For
 all intents and purposes, it is an open source AlphaGo Zero.
 .
 https://deepmind.com/documents/119/agz_unformatted_nature.pdf
 .
 No network weights are in this repository. If you manage to obtain the AlphaGo
 Zero weights, this program will be about as strong, provided you also obtain a
 few Tensor Processing Units. Lacking those TPUs, the author recommends a top
 of the line GPU - it's not exactly the same, but the result would still be an
 engine that is far stronger than the top humans.
 .
 Recomputing the AlphaGo Zero weights will take about 1700 years on commodity
 hardware. Upstream is running a public, distributed effort to repeat this
 work. Working together, and especially when starting on a smaller scale, it
 will take less than 1700 years to get a good network (which you can feed into
 this program, suddenly making it strong). To help with this effort, run the
 leelaz-autogtp binary provided in this package. The best-known network weights
 file is at http://zero.sjeng.org/best-network

leela-zero-dbgsym: debug symbols for leela-zero