JoshVarty/AlphaZeroSimple

KeyError: 'num_simulations'

Closed this issue · 1 comments

Mr. Varty,

Upon executing "python main.py", I received an error stating, "KeyError: 'num_simulations'". I added "num_simulations: 100" to main.py's argument dictionary, which enabled training. Is this appropriate?

Thanks for catching this, I've added num_simulations to main.py and it should work now.