JoshVarty/AlphaZeroSimple
The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with
PythonMIT
Issues
- 0
"We record the state and the probabilities produced by the MCTS." - do you mean board state, priors and values?
#11 opened by shanemcandrewai - 0
- 0
Setup Kaggle Environment
#9 opened by visuallization - 1
- 0
.cuda() -> .to(self.model.device)
#7 opened by ladidadadum - 0
- 1
Refactor Trainer and remove self.mcts
#5 opened by JoshVarty - 0
Rename Backpropagate() to Backup()
#4 opened by JoshVarty - 1
- 1
KeyError: 'num_simulations'
#2 opened by tslever - 0
Documentation and comments
#1 opened by BedirT