Results 16 comments of zenghsh3

> The code to add dirichlet noise is pretty simple, and I agree it is necessary. In the search function of MCTS below: > > `self.Ps[s], v = self.nnet.predict(canonicalBoard)` >...

你好,我们在 #614 PR解决了你提到的问题,你可以尝试下载该PR进行测试(fix_bug分支)。

你好,看报错提示应该是在windows环境,目前PARL在windows系统下只支持python3.6以上版本; 可以提供下系统版本和python版本信息吗?

好的,感谢反馈问题,看错误提示应该是pyzmq和pyarrow这两个库安装有问题,我这边国庆假期后在windows机器上确认下; 可以先尝试在python3.6或3.7环境下安装。

- test: `remote/job.py` won't call torch.cuda.is_available()

Hi, thanks for your feedback. Can you provide more environment information? - Python version - parl version - running terminal

Hi, I cannot reproduce the error in the same running environment (win10, python3.7.9 and parl==1.3.2). The error looks like the worker cannot start normally, can you try to run the...

Hi, I cannot reproduce the error again. (I installed torch==1.7.0) Maybe you can try to run the command: `xparl connect --address 192.168.1.99:8010`, and see what will happen.

你好,麻烦提供下运行的系统环境和python版本,另外“paddle版本:1.0.2”这块是指?

"W0316 15:12:49.668996 19068 init.cc:226] Warning: PaddlePaddle catches a failure signal, it may not work properly" 这个是paddle抛出的警告提示(warnings),应该不影响PARL的运行。