提交 7b33f4d6 编写于 作者: C ceci3

fix

上级 9bcff00c
......@@ -93,7 +93,7 @@ class SANAS(object):
premax_reward = scene['_max_reward']
prebest_tokens = scene['_best_tokens']
preiter = scene['_iter']
psearched = screen['_searched']
psearched = scene['_searched']
else:
preinit_tokens = init_tokens
prereward = -1
......@@ -114,7 +114,7 @@ class SANAS(object):
best_tokens=prebest_tokens,
constrain_func=None,
checkpoints=save_checkpoint,
searched = psearched)
searched=psearched)
max_client_num = 100
self._controller_server = ControllerServer(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册