Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Katac4 Inference Engine

The same Explorer GUI, but running on the OpenVINO backend.

This provides a lightweight solution for users to try out the model. It performs best on modern Intel hardware, and should also work on non-Intel CPUs.

How to use

  1. Clone the repo and switch to this branch:

    git clone https://github.com/GoodCoder666/katac4.git
    git switch inference
  2. Place the ONNX model as model.onnx under the root directory. Either download one trained by me from the Releases, or manually convert from a PT model with export_onnx.py.

  3. Install dependencies:

    pip install -r requirements.txt
  4. Run the main program:

    python main.py

Things to know

  • You can switch between Play and Analysis at any time.
  • Press Space to toggle analysis.
  • "Import Game" can read saiblo replay files.

About

An AlphaZero engine for Saiblo Connect4, featuring a pure Python implementation of key KataGo techniques.

Topics

Resources

Stars

18 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages