junxiaosong / AlphaZero_Gomoku

An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
MIT License
3.23k stars 962 forks source link

如何用 GPU 得到 self-play 数据呢? #102

Open cloxnu opened 4 years ago

cloxnu commented 4 years ago

我使用 GPU 训练发现只有神经网络训练部分加速了,而 self-play 部分的速度并没有得到显著提升,这是为什么呢?