Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme #1513

Merged
merged 28 commits into from
Jun 4, 2018
Merged

Readme #1513

Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5794452
Merge pull request #2 from gcp/next
roy7 Dec 9, 2017
0eb9379
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Feb 13, 2018
a9f9f10
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Feb 17, 2018
90a0816
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Feb 24, 2018
7d63741
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Feb 28, 2018
784a79c
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Mar 3, 2018
0e393fc
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Mar 7, 2018
47e31f4
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Mar 14, 2018
f735321
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Mar 14, 2018
86f10cb
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Mar 22, 2018
a895318
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Mar 26, 2018
defb822
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Mar 26, 2018
3476146
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Mar 30, 2018
3df2ab5
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Apr 3, 2018
487c176
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Apr 7, 2018
55e8e31
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Apr 17, 2018
a4cb58b
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Apr 22, 2018
27bac92
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Apr 24, 2018
18aa4cf
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Apr 26, 2018
783100f
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Apr 27, 2018
fb06d34
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Apr 29, 2018
b9f275e
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 May 4, 2018
fc6d337
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 May 5, 2018
40a3d93
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 May 7, 2018
1b3f15b
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 May 8, 2018
92d7694
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 May 14, 2018
0adcc62
Merge branch 'next' of https://github.com/gcp/leela-zero into next
roy7 Jun 3, 2018
78f1668
Add Lizzie and LeelaSabaki client info
roy7 Jun 3, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,19 @@ The engine supports the [GTP protocol, version 2](https://www.lysator.liu.se/~gu
Leela Zero is not meant to be used directly. You need a graphical interface
for it, which will interface with Leela Zero through the GTP protocol.

[Lizzie](https://github.com/featurecat/lizzie/releases) is a client specifically
for Leela Zero which shows live search probilities, a win rate graph, and has
an automatic game analysis mode. Has binaries for Windows, Mac, and Linux.

[Sabaki](http://sabaki.yichuanshen.de/) is a very nice looking GUI with GTP 2
capability. It should work with this engine. A lot of go software can
interface to an engine via GTP, so look around.
capability.

[LeelaSabaki](https://github.com/SabakiHQ/LeelaSabaki) is modified to
show variations and winning statistics in the game tree, as well as a heatmap
on the game board.

A lot of go software can interface to an engine via GTP,
so look around.

Add the --gtp commandline option on the engine command line to enable Leela
Zero's GTP support. You will need a weights file, specify that with the -w option.
Expand Down