python_uct icon indicating copy to clipboard operation
python_uct copied to clipboard

Demo of UCT (MCTS) in Python / Numpy

Implementing MCTS in Python efficiently with Numpy

This repo contains code for this essay.

See the "vloss" branch for virtual losses.