https://github.com/brilee/python_uct
Demo of UCT (MCTS) in Python / Numpy
https://github.com/brilee/python_uct
Last synced: 5 months ago
JSON representation
Demo of UCT (MCTS) in Python / Numpy
- Host: GitHub
- URL: https://github.com/brilee/python_uct
- Owner: brilee
- Created: 2018-05-09T00:07:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T14:34:24.000Z (over 2 years ago)
- Last Synced: 2024-08-03T18:12:35.288Z (9 months ago)
- Language: Python
- Size: 1.07 MB
- Stars: 81
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.