python_uct
MCTS algorithm
A Python implementation of Monte Carlo Tree Search (MCTS) using Numpy.
Demo of UCT (MCTS) in Python / Numpy
83 stars
4 watching
16 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of the Monte Carlo Tree Search algorithm in C++14 | 39 |
| This project provides a Python implementation of a method to learn the structure of copulas using Monte Carlo Tree Search. | 5 |
| An extension to Monte-Carlo Tree Search (MCTS) that efficiently generates macro-actions from subgoal predicates in deterministic domains. | 4 |
| A Python toolkit for ensemble sampling in Markov chain Monte Carlo (MCMC) methods | 1,478 |
| Provides robust processing methods for magnetotelluric data | 41 |
| An implementation of a federated optimization algorithm for distributed machine learning | 6 |
| A Matlab toolbox for Bayesian analysis using Markov chain Monte Carlo simulation | 88 |
| An implementation of a discrete cosine transform algorithm for audio analysis | 51 |
| A tool for converting Combinatory Categorial Grammar derivations into Phrase Structure Trees using Python | 11 |
| Tools and utilities for processing, analyzing, modeling, and visualizing magnetotelluric data in Python | 147 |
| A tool for defining and running machine learning experiments for image segmentation in Python. | 53 |
| A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 303 |
| Automated machine learning with tree search optimization | 16 |
| A Python library providing a lightweight framework for building decision trees with categorical feature support | 463 |
| 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 |