chess-alpha-zero icon indicating copy to clipboard operation
chess-alpha-zero copied to clipboard

Can't play chess

Open wonderkid27 opened this issue 6 years ago • 1 comments

When I want to play, it always says:

File "src/chess_zero/play_game/game_model.py", line 37, in move_by_ai self.last_evaluation = self.last_history.values[self.last_history.action] AttributeError: 'NoneType' object has no attribute 'values'

What should I do?

wonderkid27 avatar Nov 25 '17 13:11 wonderkid27

@wonderkid27

It happens because the last commit has uncommented this line for the purpose of training. Does it resolve your problem?

yhyu13 avatar Nov 25 '17 21:11 yhyu13