pytorch / ELF

ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
Other
3.37k stars 566 forks source link

"ELF OpenGo" on 2018 China go congress at Nanning #84

Closed l1t1 closed 6 years ago

l1t1 commented 6 years ago

is it the same "ELF OpenGo" on Fox and World AI Competition?

jma127 commented 6 years ago

Hi @l1t1 , the server for this competition is running the v1 model on a single gpu, 30s/move.

l1t1 commented 6 years ago

thanks, the engine is same as open source?

l1t1 commented 6 years ago

is that true? https://tieba.baidu.com/p/5839937286 elfopengo plays two games at same time?

yuandong-tian commented 6 years ago

@l1t1 every thing is the same, except that we use batchsize=8 rather than 16. batchsize=16 will cause MCTS overhead and is good for 56s/move (as we did in the last competition).

It is using a single card, so 30s per move will reduce its strength.

l1t1 commented 6 years ago

thanks.