Open rayexar opened 8 years ago
The model can only play one of the sides (i don't remember which but I think black)
Are you running it off the shelf or did you make any modifications? I haven't touched this code in a year+ so I don't remember exactly how it works
I'm running it off the shelf. It looks like with sunfish the player plays as white by default (although the pieces are displayed as black for some reason).
How did you solve the infinite assersion errors? @rayexar
@vyasgiridhar I didn't manage to fix that...
@rayexar I found the mistake The problem is at gn_current.board().turn. It returns a boolean, not a integer.
great if you want to submit a pull request and fix it
just do assert(not gn_current.board())
should be enough
I'm getting AssertionErrors when trying to run play.py, with the output looking like this:
and keeps repeating itself. Any idea on how to fix this?