Skip to content

v1.0.3: teaching improvements & lower memory

Pre-release
Pre-release
Compare
Choose a tag to compare
@sanderland sanderland released this 07 May 16:22
· 905 commits to master since this release
0827bd4

Several people reported issues with the included KataGo binaries and settings, causing out of memory errors. This version reverts back to having a maximum board size of 19x19 and changes some KataGo settings, which should solve most memory problems.

In addition:

  • you can now disable analysis in teaching mode, reducing the temptation to peek at the best move with a keyboard shortcut.
  • In teaching mode, you can hover over next moves (including moves that were just undone) to see the predicted followup.
  • The 'sweep' analysis tool now goes in order of policy, giving you better insight into good moves faster.
  • minor bug fixes and tweaking of the AI settings.

The binaries included are of the latest and yet unreleased katago version, since katrain uses features only released in the 1.3.5+bs29 version.

Note that rectangular boards from 2x2 up to 19x19 are still supported, but for those with big GPUs that like playing with strangely large board sizes and breaking the AI, there is a katago-bs52 binary included which supports up to the maximum board size of 52x52 SGF files allow.