AlphaZeroSimple
AlphaZeroSimple copied to clipboard
backpropagate() changed to backup()
Changed the backpropagate() function in monte_carlo_tree_search.py to backup() and removed the torch import as it was unused import in this python file