AlphaGo.jl icon indicating copy to clipboard operation
AlphaGo.jl copied to clipboard

Global board variables

Open MikeInnes opened this issue 7 years ago • 2 comments

https://github.com/tejank10/AlphaGo.jl/blob/c2b809c65431f54110dabd042724a364ed03f14e/src/board.jl#L21-L26

It would be better to initialise these with arguments somehow, either when we first construct the Go board, or with some kind of GoRules struct that defines these parameters.

MikeInnes avatar Jun 13 '18 12:06 MikeInnes

How about we initialize them in src/go.jl?

tejank10 avatar Jun 14 '18 13:06 tejank10

This has been fixed in alphazero branch

tejank10 avatar Jun 22 '18 13:06 tejank10