ImparaAI / monte-carlo-tree-searchLinks
Library for running a Monte Carlo tree search, either traditionally or with expert policies
☆125Updated last year
Alternatives and similar repositories for monte-carlo-tree-search
Users that are interested in monte-carlo-tree-search are comparing it to the libraries listed below
Sorting:
- ☆68Updated 3 years ago
- Scalable implementation of DREAM - Deep RL for multi-agent imperfect information games☆117Updated 10 months ago
- A simple implementation of MuZero algorithm for connect4 game☆97Updated 4 years ago
- A novel parallel UCT algorithm with linear speedup and negligible performance loss.☆118Updated 4 years ago
- Code release for Learning with Opponent-Learning Awareness and variations.☆148Updated 2 years ago
- Research code implementing the search AI agent for Hanabi, as well as a web server so people can play against it☆128Updated last year
- A structured implementation of MuZero☆204Updated 3 years ago
- Reinforcement Learning Assembly☆92Updated 3 years ago
- A framework for easy prototyping of distributed reinforcement learning algorithms☆95Updated 4 years ago
- The source code for the gym-microrts paper.☆42Updated 2 years ago
- Demo of UCT (MCTS) in Python / Numpy☆86Updated 2 years ago
- Multi-Agent RL Environment for the Stratego Board Game (and variants)☆34Updated last year
- Single player Alpha Zero implementation☆42Updated 3 years ago
- Solving the Rubik's cube with deep reinforcement learning and Monte Carlo tree search☆101Updated 6 years ago
- An environment of the board game Go using OpenAI's Gym API☆172Updated 3 years ago
- An implementation of Monte Carlo Tree Search in python☆162Updated 4 years ago
- A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each othe…☆158Updated 4 years ago
- A library that makes Evolutionary Strategies (ES) simple to use.☆180Updated 4 years ago
- A curated list of reinforcement learning environments and frameworks.☆51Updated 6 years ago
- Upside-Down Reinforcement Learning (⅂ꓤ) implementation in PyTorch. Based on the paper published by Jürgen Schmidhuber.