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:`
python_uct/naive_impl.py
Line 42 in 8b49ebd
The root is never updated, need to be :
while current is not None: