michaelbzms / MonteCarloTreeSearchLinks
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.
☆48Updated 4 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++☆51Updated 5 years ago
- A Reinforcement Learning Library for C++11/14☆51Updated 3 years ago
- Parallel Monte Carlo Tree Search, see README.md for more detailed usage and information.☆50Updated 5 years ago
- Monte Carlo Tree Search - C++14 implementation☆42Updated 2 years ago
- C++ version of a Deep Reinforcement Learning algorithm PPO☆37Updated 5 years ago
- A Torch Based RL Framework for Rapid Prototyping of Research Papers☆71Updated 6 months ago
- MCTS algorithm tutorial and it's explanation with code. Application of MCTS to create A.I for simple game.☆32Updated 10 months ago
- C++ Deep Reinforcement Learning Agent library☆13Updated last year
- A Repository with C++ implementations of Reinforcement Learning Algorithms (Pytorch)☆101Updated 6 years ago
- Differentiable collision detection for polytopes, capsules, cylinders, cones, spheres, and polygons.☆214Updated 2 years ago
- Monte Carlo Tree Search with Reinforcement Learning for Motion Planning☆81Updated 5 years ago
- Pytorch Implementation of Stochastic MuZero for gym environment. This algorithm is capable of supporting a wide range of action and obser…☆75Updated last month
- Continuous-Time/State/Action Fitted Value Iteration via Hamilton-Jacobi-Bellman (HJB)☆16Updated 4 years ago
- Solution of NeurIPS 2020 Flatland Challenge from the team An_old_driver.☆68Updated 4 years ago
- A high throughput, end-to-end RL library for infinite-horizon tasks.☆22Updated 3 months ago
- Accelerating Quadratic Optimization with Reinforcement Learning☆94Updated 4 years ago
- Python demo for the paper "Pareto Monte Carlo Tree Search for Multi-Objective Informative Planning".☆33Updated 3 years ago
- Benchmark for quadratic programming solvers available in Python☆167Updated 2 months ago
- A gym environment for a miniature racecar using the pybullet physics engine.☆218Updated 2 years ago
- A* implementation for NVIDIA GPU☆75Updated 5 years ago
- Optimizing Dynamic Programming-Based Algorithms☆130Updated 4 months ago
- Official implementation of "Path Planning using Neural A* Search" (ICML-21)☆296Updated last year
- A Python 3 gradient-free optimization library☆154Updated this week
- improved Cross Entropy Method for trajectory optimization☆82Updated 4 years ago
- POGEMA stands for Partially-Observable Grid Environment for Multiple Agents. This is a grid-based environment that was specifically desig…☆45Updated 6 months ago
- A project that provides help for using DeepMind's mctx on gym-style environments.☆64Updated last year
- Deep Reinforcement Learning Framework done with PyTorch☆43Updated 10 months ago
- Software for performing value iteration on partially observable Markov decision processes (POMDPs).☆17Updated last year
- Bayesian active RL (BARL) and trajectory information planning (TIP)☆24Updated 3 years ago
- Additional DRL algorithms to the StableBaselines3 lib☆19Updated last year