tejank10 / AlphaGo.jl

AlphaGo Zero implementation using Flux.jl
https://fluxml.ai/experiments/go
Other
73 stars 14 forks source link

Flux Experiment Go Game results in an infinite loop #7

Open Gnimuc opened 5 years ago

Gnimuc commented 5 years ago

maybe we need to tell the computer to give up early 😀

s

tejank10 commented 5 years ago

We need to train the model well :)

dave7895 commented 4 years ago

Isn't the game ended as soon as you and your opponent pass consecutively? So the game only ends when you pass or the board is "full"?