未验证 提交 4a19c7b5 编写于 作者: H Hongsheng Zeng 提交者: GitHub

enough thinking time (#286)

上级 0c8c1167
......@@ -555,5 +555,5 @@ def alphazero_agent(obs, config):
x = game.getCanonicalForm(board, player)
action = np.argmax(
mcts.getActionProb(x, temp=0, timelimit=config.timeout - 0.1))
mcts.getActionProb(x, temp=0, timelimit=config.timeout - 0.5))
return int(action)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册