infinitycr

Results 10 comments of infinitycr

Thanks for your reply. 90000 moves, not 90000 games.

@qucheng Now we have 118000 moves, but still no updated model. We set q_max_size=300 and q_min_size=200. As you said, it will start to update after 50*300=15000 games. We use 64×5...

@jma127 Thanks for you reply. I have tried running `nvidia-smi.`And the GPU utilization is about 80%. The information in the log.log is as follows: ``` === Record Stats (0) ====...

@qucheng We set q_max_size=300. As you said after 50*300=15000 games, these 127300 games are sufficient for training. Could you please explain Which settings may cause this problem? It is worth...

@jma127 OK,we will try what you said and tell you as soon as we have a detailed log file. Thanks!

@jma127 When we use the latest code in master, the following problem occurred after we input `./start_server.sh` ``` Traceback (most recent call last): File "./train.py", line 53, in GC.GC.setInitialVersion(model_ver) AttributeError:...

OK,we are testing first with the previous code.

@jma127 OK,I will tell you as soon as I have new information about it.

@jma127 We run `start_server.sh` and `start_client.sh` Simultaneously on one machine, the server is running but there is a problem with the client. ``` Fri Jul 27 09:33:19 2018 Get actionable...

@jma127 According to your suggestion,I have tried the latest version of the ELF.But I met another problem.When I run the `start_client.sh`,it stoped at the beginning of the selfplay. Information of...