Skip to content

Releases: kobanium/TamaGo

v0.9.2

09 Jan 16:16
1eca154
Compare
Choose a tag to compare

以下のバグを修正しました。

  • list_commandsコマンド実行時にundoが表示されない不具合 #90

モデルファイルはv0.8.0リリースから取得できます。

Fix following bugs.

  • "undo" command is not included "list_commands" #90

Please download neural network model files from v0.8.0 release.

v0.9.1

01 Jan 14:05
93ce9ef
Compare
Choose a tag to compare

以下のバグを修正しました。

  • PVの中に空文字が混入する不具合 #88

モデルファイルはv0.8.0リリースから取得できます。

Fix following bugs.

  • Unnecessary white space in PV string. #88

Please download neural network model files from v0.8.0 release.

v0.9.0

31 Dec 11:32
d4fbe56
Compare
Choose a tag to compare

以下の改良を行いました。

  • ID付きGTPコマンドのサポート #81
  • undo、fixed_handicapコマンドのサポート #83 #84
  • lz-analyzeコマンドの様々なフォーマットの対応

以下のバグを修正しました。

  • 不正なGTPコマンド入力時の応答不正 #82

モデルファイルはv0.8.0リリースから取得できます。
LizGobanを使用する際は0.8.0-pre4以降のバージョンのLizGobanを取得してください。

Support following features.

  • GTP command with ID #81
  • undo, fixed_handicap command #83 #84
  • Various lz-analyze command format.

Fix following bugs.

  • Incorrect response when accept unsupport GTP command. #82

Please download neural network model files from v0.8.0 release.
When you use LizGoban, please download LizGoban 0.8.0-pre4 or later.

v0.8.0

19 Aug 05:51
3a5461d
Compare
Choose a tag to compare

以下の改良を行いました。

  • SHOTでmixed value approximationを使うように変更 #69
  • 持ち時間を与えた時に思考時間を効率的に使うように変更

以下のバグを修正しました。

  • get_num_libertiesメソッドの呼吸点数集計誤り #72
  • 持ち時間が少ない時にcgos-genmove_analyzeでゼロ除算が発生 #71

SHOTの改良に伴い200万局自己対戦を行いrl-model.binを作りなおしました。

Support following features

  • Using mixed value approximation for SHOT. #69
  • Efficient time management.

Fix following bugs.

  • Incorrect calculation of get_num_liberties method. #72
  • Zero division when executing cgos-genmove_analyze. #71

Retrained rl-model.bin with 2,000,000 games.

v0.7.1

13 Jun 15:48
657540b
Compare
Choose a tag to compare

解析コマンド実行時に手番の色を正しく認識しないバグの修正を行いました。

Fix unrecognized player's color when executing analyze command.

v0.7.0

12 Jun 12:36
32c86b7
Compare
Choose a tag to compare

以下の機能を実装しました。

  • lz-genmove_analyze, lz-analyze等の解析コマンド
  • CGOSに読み筋を送るcgos-genmove_analyzeコマンド
  • CGOSに接続するための全ての石を打ち上げるまでパスを抑制するオプション (--cgos-modeオプション)
  • 探索木を構成するノードの最大数を指定するオプション (--tree-sizeオプション)

また以下のバグを修正しました。

  • 超劫判定処理が正常に動作しない
  • 強化学習時のWindow Sizeの集計処理の誤り
  • 強化学習のImproved Policyの読み込みに先頭の値が無視される

Support following features,

  • Analysis commands (lz-genmove_analyze, lz-analyze).
  • Analysis commands for Computer Go Server (cgos-genmove_analyze).
  • Command line option for CGOS player (--cgos-mode option).
  • Command line option for maximum number of nodes for MCTS (--tree-size option).

Fixi following bugs,

  • Super ko checking function.
  • Miscounting the number of files for window size of reinforcement learning.
  • Missing first value of improved policy, reading from SGF files.

v0.6.5

01 Jun 14:05
07d9c7b
Compare
Choose a tag to compare

思考時間の管理を探索回数だけでなく消費時間でも行うようにしました。
また下記のバグを修正しました

  • 強化学習実行時の--window-sizeオプションのファイル数数え上げ処理
  • GPU使用時にGoGUI解析コマンドが落ちる

Thinking time is now managed not only by the number of visits, but also by the time spent.
The following bugs have also been fixed,

  • Counting the number of files for the --window-size option for reinforcement learning.
  • GoGUI analysis commands fail when using GPU

v0.6.4

26 May 12:18
40a2016
Compare
Choose a tag to compare

--timeオプションで持ち時間を指定した時にtime_leftコマンドが送られないと持ち時間を正しく消費できないバグを修正しました。

Fixed a bug that prevented time_left commands from being sent when time_left was specified with the --time option, otherwise time_left would not be consumed correctly.

v0.6.3

26 May 03:16
0af929d
Compare
Choose a tag to compare

下記バグを修正しました

  • 探索回数を増やしても強さに変化がない、もしくは弱くなる
  • --batch-sizeオプションで2以上の値を指定すると頻繁に落ちる
  • time_leftコマンドで手番を'w'で指定すると受付されない
  • virtual_lossが有効に使えていない

Fix following bugs

  • Increasing the number of searches does not change the strength of the search or makes it weaker.
  • Frequent crashes when specifying a value greater than 2 in the --batch-size option.
  • Player's color specified with 'w' in time_left command is not accepted.
  • Virtual_loss is not being used effectively.

v0.6.2

24 May 02:59
7036cce
Compare
Choose a tag to compare

対局終盤で探索中に"Cannot save move record."で落ちるバグを修正しました。

Fix overflow of move history record.