Skip to content

v0.2.0

Compare
Choose a tag to compare
@kobanium kobanium released this 25 Feb 15:35
· 147 commits to main since this release
f6abcfb

ニューラルネットワークの教師あり学習を実装し、合わせて学習済みモデルのPolicyを利用した着手生成処理を実装しました。
その他の更新点は下記のとおりです。

  • Gogui解析コマンドとしてPolicyの分布の可視化コマンドを実装(数値の表示、色付け)
  • requirements.txtの追加
  • 各関数、メソッドに対して引数、戻り値の型アノテーションを追加

Support supervised learning with neural networks, and following features,

  • Implement GoGUI analyze commands (display_policy_black, display_policy_white, display_policy_black_color, display_policy_white_color)
  • Add requirements.txt
  • Type annotations and return value's annotations