未验证 提交 b966fa78 编写于 作者: Z zenghsh3 提交者: GitHub

fix requirement of AlphaZero; fix bug of remote module (#409)

上级 5b4c4e75
......@@ -5,7 +5,7 @@
### Dependencies
- python3
- [parl==1.3](https://github.com/PaddlePaddle/PARL)
- [parl==1.3.2](https://github.com/PaddlePaddle/PARL)
- torch
- tqdm
......
......@@ -420,4 +420,5 @@ class Worker(object):
def run(self):
"""Keep running until it lost connection with the master.
"""
self.reply_master_hearbeat_thread.join()
if self.worker_is_alive:
self.reply_master_hearbeat_thread.join()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册