Releases: kobanium/TamaGo
Releases · kobanium/TamaGo
v0.9.2
v0.9.1
v0.9.0
以下の改良を行いました。
以下のバグを修正しました。
- 不正なGTPコマンド入力時の応答不正 #82
モデルファイルはv0.8.0リリースから取得できます。
LizGobanを使用する際は0.8.0-pre4以降のバージョンのLizGobanを取得してください。
Support following features.
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
以下の改良を行いました。
- SHOTでmixed value approximationを使うように変更 #69
- 持ち時間を与えた時に思考時間を効率的に使うように変更
以下のバグを修正しました。
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
v0.7.0
以下の機能を実装しました。
- 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
思考時間の管理を探索回数だけでなく消費時間でも行うようにしました。
また下記のバグを修正しました
- 強化学習実行時の--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
v0.6.3
下記バグを修正しました
- 探索回数を増やしても強さに変化がない、もしくは弱くなる
- --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.