Skip to content

Commit 9b13897

Browse files
authored
Update README.md
Info on nnue
1 parent 4072284 commit 9b13897

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,23 @@ bestmove d2d4
5050
</pre>
5151
(See the [UCI specification](http://wbec-ridderkerk.nl/html/UCIProtocol.html) for the full set of commands.)
5252

53+
## Playing with a graphical interface
54+
5355
It is also possible to run Sunfish with a graphical interface, such as [PyChess](http://pychess.org) or [Arena](http://www.playwitharena.de).
5456

5557
Finally you can [play sunfish now on Lichess](https://lichess.org/@/sunfish-engine) (requires log in) or play against [Recursing's Rust port](https://github.com/Recursing/sunfish_rs),
5658
also [on Lichess](https://lichess.org/@/sunfish_rs), which is about 100 ELO stronger.
5759

60+
## NNUE version
61+
62+
There is an experimental version using an [Efficiently updatable neural network](https://en.wikipedia.org/wiki/Efficiently_updatable_neural_network). You can test it using the fancy terminal interface as above:
63+
64+
<pre>$ <b>py tools/fancy.py -cmd "nnue/sunfish_nnue_color.py nnue/models/tanh.pickle"<b>
65+
...
66+
</pre>
67+
68+
It will play better positionally, but worse tactically.
69+
5870
# Features
5971

6072
1. Built around the simple, but efficient MTD-bi search algorithm, also known as [C*](https://www.chessprogramming.org/NegaC*).

0 commit comments

Comments
 (0)