suragnair / alpha-zero-general

A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
MIT License
3.74k stars 1.01k forks source link

Fix/hex training #291

Closed visuallization closed 1 year ago

visuallization commented 1 year ago

Workaround: Return board as it is in getCanonicalForm to prevent this bug from happening: https://github.com/suragnair/alpha-zero-general/issues/288

This is just a temporary fix and a way has still to be found how to return the canoicalBoard correctly.

visuallization commented 1 year ago

Sorry, didn't mean to merge this in to the main repository but only into my fork.