Thanks to a major contribution from @jtkelm2, KaTrain now includes human-like AI play.
- Download the models through general settings, clicking "download models" and making sure it is selected under "path to human-like models"
- then select one of the two new options (human-like, or historical pro), and set it strength/year in "ai settings".
What's Changed
- Added humanlike models and refactor by @jtkelm2 in #744
- Fix Windows Location Bug by @TuNanTang #743
- Upgrade Kivy, move to uv, fix packaging, improve config UI by @sanderland in #748
Full Changelog: v1.16...v1.17.0
Installation
- Windows users can simply download and run the KaTrain.exe file attached, or download the KaTrain.zip file and run the .exe in that (which is slightly faster to start up)
- macOS users can use the attached .dmg (open, drag .app to applications). The first time you start the app, you will need to go to your privacy settings to allow opening. Note that on the newer Macs with M1 architecture, you still need to brew install katago, or compile katago yourself.
- Linux and macOS users can install using
pipx install katrain
orpipx upgrade katrain
to install/upgrade in an isolated environment using pipx (and run withkatrain
). You can also useuxv katrain
to run without installing using uv.
Patches
- 1.17.1 fixes Python 3.13 compatibility. This is released on PyPi only.