GymGo icon indicating copy to clipboard operation
GymGo copied to clipboard

Fix bug: When game is over, all moves should be invalid

Open RohanM opened this issue 2 years ago • 0 comments

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.

RohanM avatar May 03 '22 07:05 RohanM