python_uct

MCTS algorithm

A Python implementation of Monte Carlo Tree Search (MCTS) using Numpy.

Demo of UCT (MCTS) in Python / Numpy

GitHub

83 stars
4 watching
16 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
resibots/mcts An implementation of the Monte Carlo Tree Search algorithm in C++14 39
changebo/vine_mcts This project provides a Python implementation of a method to learn the structure of copulas using Monte Carlo Tree Search. 5
jnptr/subgoal-mcts An extension to Monte-Carlo Tree Search (MCTS) that efficiently generates macro-actions from subgoal predicates in deterministic domains. 4
dfm/emcee A Python toolkit for ensemble sampling in Markov chain Monte Carlo (MCMC) methods 1,478
brgm/razorback Provides robust processing methods for magnetotelluric data 41
mc-nya/fednest An implementation of a federated optimization algorithm for distributed machine learning 6
mjlaine/mcmcstat A Matlab toolbox for Bayesian analysis using Markov chain Monte Carlo simulation 88
nils-werner/mdct An implementation of a discrete cosine transform algorithm for audio analysis 51
jkkummerfeld/berkeley-ccg2pst A tool for converting Combinatory Categorial Grammar derivations into Phrase Structure Trees using Python 11
mtgeophysics/mtpy Tools and utilities for processing, analyzing, modeling, and visualizing magnetotelluric data in Python 147
musket-ml/segmentation_training_pipeline A tool for defining and running machine learning experiments for image segmentation in Python. 53
timsort/cpp-timsort A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. 303
herilalaina/mosaic_ml Automated machine learning with tree search optimization 16
serengil/chefboost A Python library providing a lightweight framework for building decision trees with categorical feature support 463
boxed/mutmut A mutation testing system for Python that helps identify weaknesses in software code by introducing small changes and running tests to see which ones fail. 937