Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brilee/python_uct

Demo of UCT (MCTS) in Python / Numpy
https://github.com/brilee/python_uct

Last synced: 3 months ago
JSON representation

Demo of UCT (MCTS) in Python / Numpy

Awesome Lists containing this project

README

        

# Implementing MCTS in Python efficiently with Numpy

This repo contains code for [this essay](https://www.moderndescartes.com/essays/deep_dive_mcts/).

See the "[vloss](https://github.com/brilee/python_uct/tree/vloss)" branch for virtual losses.