michaelbzms / MonteCarloTreeSearch
A fast C++ impementation of Monte Carlo Tree Search with abstract classes that a user of this library can extend in order to use it. To demonstrate it I apply it to the game of Quoridor.
☆43Updated 3 years ago
Alternatives and similar repositories for MonteCarloTreeSearch
Users that are interested in MonteCarloTreeSearch are comparing it to the libraries listed below
Sorting:
- A Monte Carlo Tree Search library for C++☆50Updated 4 years ago
- Monte Carlo Tree Search - C++14 implementation☆41Updated last year
- C++ version of a Deep Reinforcement Learning algorithm PPO☆34Updated 4 years ago
- Parallel Monte Carlo Tree Search, see README.md for more detailed usage and information.☆46Updated 4 years ago
- Behavior planners based on single- and multi-agent Monte Carlo Tree Search☆40Updated 2 years ago
- C++ Deep Reinforcement Learning Agent library☆10Updated last year
- A Reinforcement Learning Library for C++11/14☆48Updated 2 years ago
- General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.☆40Updated 4 years ago
- Universal General Propose A* for a GPU platform☆35Updated 8 years ago
- A very simple C++ MCTS (Monte Carlo Tree Search) implementation with examples for openFrameworks☆64Updated 9 years ago
- A Repository with C++ implementations of Reinforcement Learning Algorithms (Pytorch)☆96Updated 5 years ago
- Single header c++ implementation of Differential Evolution algorithm for general purpose optimization.☆64Updated 6 years ago
- A Proximal Interior Point Quadratic Programming solver☆106Updated 2 weeks ago
- A graph library using modern C++ features (e.g., C++20 ranges) to be as efficient and user-friendly as possible.☆43Updated 2 months ago
- C++ implementation of the Interior Point Methods (CPPIPM)☆44Updated 7 years ago
- Python demo for the paper "Pareto Monte Carlo Tree Search for Multi-Objective Informative Planning".☆31Updated 2 years ago
- Macro-Action Generator-Critic (MAGIC) - Learning Macro-actions for online POMDP planning☆17Updated 2 years ago
- A Torch Based RL Framework for Rapid Prototyping of Research Papers☆67Updated 2 weeks ago
- Planning algorithms for problems with uncertain world state and action outcomes (POMDP and MDP models)☆53Updated 3 years ago
- Implementation of Partially Observable Monte Carlo Planning Algorithm☆62Updated 6 years ago
- A library for integrating machine learning tools with state-of-the-art sampling-based kinodynamic planning algorithms.☆17Updated 3 years ago
- MONTE Carlo Tree Search (MCTS) is a method for finding optimal decisions in a given domain by taking random samples in the decision space…☆13Updated 4 years ago
- PPO with multi-head/autoregressive action outputs☆40Updated 4 years ago
- Python interface for CUDA implementation of OSQP☆93Updated 3 years ago
- Repo associated with IEEE Robotics and Automation Letters publication titled "Multi-Modal Model Predictive Control through batch non-holo…☆33Updated 2 years ago
- Quick Multi-Robot Motion Planning by Combining Sampling and Search (IJCAI-23)☆24Updated last month
- Accelerating Quadratic Optimization with Reinforcement Learning☆91Updated 3 years ago
- Machine learning, artificial intelligence, and data analytics built from scratch.☆58Updated 2 years ago
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆212Updated 2 years ago
- Behavior planner fusing runtime verification on traffic rules with single- and multi-agent Monte Carlo Tree Search☆10Updated 3 years ago