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