Katago: Difference between revisions

imported>OmnipotentEntity
Updated for 1.14.0
Klinger (talk | contribs)
m enhanced description. added gaming category
Line 1: Line 1:
Katago is a very strong go engine.
[https://github.com/lightvector/katago Katago] is a very strong go engine. It has no GUI and has to be used with [https://github.com/sanderland/katrain KaTrain], [https://github.com/featurecat/lizzie Lizzie], [https://github.com/rooklift/ogatak Ogatak], [https://github.com/bernds/q5Go q5Go] or other tools like [https://sabaki.yichuanshen.de/ Sabaki].


There are several build options for Katago's derivation.  Katago can use either Eigen, OpenCL, CUDA, or TensorRT.  By default, it uses OpenCL.  To use a different backend override the `backend` attribute, allowed values are "eigen", "opencl", "cuda", and "tensorrt".
There are several build options for Katago's derivation.  Katago can use either Eigen, OpenCL, CUDA, or TensorRT.  By default, it uses OpenCL.  To use a different backend override the `backend` attribute, allowed values are "eigen", "opencl", "cuda", and "tensorrt".
Line 47: Line 47:
     }
     }


Enabling [https://katagotraining.org/] contributions:
Enabling [https://katagotraining.org/] contributions to the neural net:


     katago.override {
     katago.override {
Line 54: Line 54:


[[Category:Applications]]
[[Category:Applications]]
[[Category:Gaming]]