python_uct
python_uct copied to clipboard
Demo of UCT (MCTS) in Python / Numpy
Results
2
python_uct issues
Sort by
recently updated
recently updated
newest added
https://github.com/brilee/python_uct/blob/7e78e3db012118d661889af66eb78e63137234d0/numpy_impl.py#L33
https://github.com/brilee/python_uct/blob/8b49ebd17ad10a945011379e6d44cc112e446e5c/naive_impl.py#L42 The root is never updated, need to be : `while current is not None:`