Skip to content

Releases: rooklift/ogatak

v1.9.0

07 May 21:05
Compare
Choose a tag to compare
  • Adds KaTrain's accuracy statistic to the performance report. This is a very complex stat to calculate and I cannot quite guarantee it will be the same as KaTrain's even with the same network and playouts, but it should be close.
  • Thanks to Sanderland for permission / encouragement.

v1.8.9

19 Apr 21:40
Compare
Choose a tag to compare
  • [1.8.7] Adjusted the "mean point loss" statistic to be more like how KaTrain does it.
  • [1.8.7] Added "drunk policy mode", where you can play against KataGo policy, with moves selected probabilistically based on the policy -- e.g. a move with 50% policy has a 50% chance of being played; this leads to the occasional wild move.
  • [1.8.8] Fixed a bug preventing the secret hidden GTP mode from working. If there was such a mode, which there is not.
  • [1.8.9] Made self-play (F11 key) respect the "play using policy" modes.
  • [1.8.9] Made "drunk policy mode" handle passing a bit better.

v1.8.6

08 Apr 12:23
Compare
Choose a tag to compare
  • [1.8.3] Fix ownership map flickering into view when playing against policy.
  • [1.8.4] Minor improvements to the handling of some Fox SGF oddities.
  • [1.8.4] Translations up to date, thanks to ParmuzinAlexander and CGLemon.
  • [1.8.5] Added a basic "performance report" feature (it is very lame compared to KaTrain's).
  • [1.8.6] Some fixes to the performance report.

v1.8.2

28 Mar 23:32
Compare
Choose a tag to compare
  • Handle the case where an SGF file contains a stone illegally overwriting a stone.
  • Added an option to play a human-vs-engine game against KataGo policy only (without search). In this case, the "autoanalysis visits" setting has no effect when playing a human-vs-engine game.

v1.8.1

25 Feb 13:18
Compare
Choose a tag to compare
  • [1.8.0] Added a new keybind to display no ownership graphic at all.
  • [1.8.0] Added an option to hide candidate moves when the engine is not running.
  • [1.8.1] Some bugfixes for the above.
  • [1.8.1] Fixed the hidden GTP mode not understanding passes.

v1.7.9

22 Jan 16:17
Compare
Choose a tag to compare
  • Some fixes for MacOS (not that there's a build, but running from source works better, especially when opening files).
  • Better detection of the bs29 build of KataGo.

v1.7.8

08 Jan 15:23
Compare
Choose a tag to compare
  • Added Fast First Report option, which means the first update from KataGo (when analysing a position) will come faster than the update rate would otherwise allow. This should improve perceived responsiveness. (Requires KataGo 1.12 or later.)
  • Improved display of Policy numbers.

v1.7.7

04 Nov 10:15
Compare
Choose a tag to compare
  • Made the hoshi points more visible.
  • Default the "snappy node switch hack" to on, since it seems to work (this marginally improves how fast new results are returned when moving from one position to another).

v1.7.6

04 Oct 14:59
Compare
Choose a tag to compare
  • Per a user request, it's now possible to specify all desired komi and autoanalysis visit options in the config file.
  • Run the new version of Ogatak once first, to create the defaults.

v1.7.5

26 Sep 19:04
Compare
Choose a tag to compare
  • [1.7.4] Per a user request, added an option to display the count of stones on the board (instead of captures). Click to toggle between the two.
  • [1.7.5] Translations up-to-date. As ever, thanks to CGLemon and ParmuzinAlexander.