Improve your shapes and intuition in the game of Go. Tailered to your weaknesses from your own games. Using human supervised learning for questions and answers of your skill level.
Active Development: 2024-03-26 - 2024-03-29
Last Change: 2025-12-09
Highlights: Machine Learning
X = Game move
O = HSL move
- KataGo with a model.
- A HSL model. For example this model from lightvector. Make sure it's a
ckptfile. - Python. Version 3.10.6 works for me.
- Run
pip install -r requirements.txtto install the necessary python packages. - Install PyTorch.
- Make a copy of
Reviewer-TEMPLATE.sh/batand remove-TEMPLATEfrom the name. Change the parameters in the script to your own. If you have a dedicated GPU, trycuda:0as the device. If that doesn't work you can switch tocpuwhich is slower but will always work.
- Run
Reviewer.sh/bat. - Set the color you were in the game you want to review.
- Optionally change the HSL sliders.
- Drag & drop your game sgf.
- Wait until the console says
=== REVIEW DONE ===
There are also some options you can tweak at the top in hsl_reviewer.py.
- Run
Trainer.sh/bat. - Load a card and think of a move.
- Click on the board to see the answer.
- Delete the card if you feel the answer is easy.
- Load the next card.