mcts
MCTS algo
An implementation of the Monte Carlo Tree Search algorithm in C++14
Monte Carlo Tree Search - C++14 implementation
39 stars
5 watching
15 forks
Language: C++
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jnptr/subgoal-mcts | An extension to Monte-Carlo Tree Search (MCTS) that efficiently generates macro-actions from subgoal predicates in deterministic domains. | 4 |
brilee/python_uct | A Python implementation of Monte Carlo Tree Search (MCTS) using Numpy. | 83 |
changebo/vine_mcts | This project provides a Python implementation of a method to learn the structure of copulas using Monte Carlo Tree Search. | 5 |
mjlaine/mcmcstat | A collection of Matlab functions for Bayesian analysis using Markov chain Monte Carlo simulation. | 86 |
matsonj/nba-monte-carlo | A Monte Carlo simulation of the NBA season leveraging dbt, duckdb and evidence.dev for data analytics and business intelligence | 451 |
resibots/blackdrops | An open-source policy search algorithm for robotics that uses Gaussian processes to model robot dynamics and accounts for uncertainty. | 64 |
resibots/chatzilygeroudis_2018_rte | Research on an algorithm to learn how robots recover from damage in simulations and real-world environments | 10 |
rlouf/mcx | Tools and methods for Bayesian deep learning using probabilistic programming. | 325 |
google-deepmind/mctx | An open-source library providing efficient implementations of search algorithms for reinforcement learning | 2,356 |
doobwa/mcmc.jl | MCMC algorithms implemented in Julia for Bayesian modeling | 35 |
mcleonard/sampyl | An MCMC sampler library for Bayesian estimation using Python | 330 |
herilalaina/mosaic_ml | Automated machine learning with tree search optimization | 16 |
brgm/razorback | Provides robust processing methods for magnetotelluric data | 41 |
mtes-mct/ecobalyse | An environmental monitoring application with carbon footprint and emission tracking features. | 28 |
ewingkang/dubins-rrt-for-matlab | A path planning algorithm using a randomized tree approach with Dubins curves and collision checking. | 46 |