AlphaZeroSimple icon indicating copy to clipboard operation
AlphaZeroSimple copied to clipboard

backpropagate() changed to backup()

Open skyxen opened this issue 2 years ago • 0 comments

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

skyxen avatar Apr 03 '23 18:04 skyxen