Skip to content

Commit

Permalink
replace "leela zero" to "engine" in help
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Dec 21, 2019
1 parent 55b8834 commit e20e64b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h3>Suggested moves in the board</h3>
<p>
When the best suggested move is different from the previously expected one,
they are marked as red and blue squares respectively
so that you can notice the change of Leela Zero's opinion.
so that you can notice the change of engine's opinion.
Black/white corner of the square indicates the plan of black/white.
They also appear in displayed variations.
This is especially useful when you are watching AI vs. AI, e.g.
Expand Down Expand Up @@ -102,7 +102,7 @@ <h3>Winrate graph</h3>
<ul>
<li>green segment: good move (increase winrate)</li>
<li>red segment: bad move (decrease winrate)</li>
<li>yellow segment: unexpected good move that was missed by leela zero</li>
<li>yellow segment: unexpected good move that was missed by engine</li>
<li>yellow vertical line: evaluation error (difference between evaluations of the move before/after it was played)</li>
<li>brown vertical line at bottom: uncertainty of the best move</li>
</ul>
Expand Down Expand Up @@ -151,13 +151,13 @@ <h3>Handicap stones</h3>
For free placement,
right-click puts the same color stone as the previous move conveniently.

<h3>Play against (weakened) leela zero</h3>
<h3>Play against (weakened) engine</h3>

<p>
<ol>
<li>Select "Raw board" in "View" menu.</li>
<li>Click any point in your turn.</li>
<li>Hit Enter key in leela zero's turn.<br>
<li>Hit Enter key in engine's turn.<br>
Or, hit "1", "2", ..., "9" key
(1 = slightly weak move, 9 = very weak move).<br>
Or, hit "0" key (play pass when there is enough margin of winrate, Leela Zero only).</li>
Expand All @@ -167,7 +167,7 @@ <h3>Play against (weakened) leela zero</h3>

<p>
As another handicap,
you can also play against leela zero with a random mixture of different network weights.
you can also play against a random mixture of different engines.
<ol>
<li>Select "Raw board" in "View" menu.</li>
<li>Select a weights file (ex. LZ38) from "Load network weights" in "File" menu.</li>
Expand Down Expand Up @@ -243,7 +243,7 @@ <h3>Analysis</h3>
<li>Enter: play the best move (Shift = 5 moves)</li>
<li>` (backquote): play the best move in another board</li>
<li>, (comma): play the principal variation</li>
<li>Ctrl+r: reset leela zero</li>
<li>Ctrl+r: reset engine</li>
</ul>

<h3>View</h3>
Expand Down

0 comments on commit e20e64b

Please sign in to comment.