GymGo
GymGo copied to clipboard
Fix bug: When game is over, all moves should be invalid
Currently the gogame.invalid_moves()
function will return all zeros when the game is over, which indicates that any move is valid. We'd like to indicate the opposite, so return all ones instead.