int8 / monte-carlo-tree-searchLinks
Monte carlo tree search in python
☆624Updated 3 years ago
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:
- Python Implementations of Monte Carlo Tree Search☆319Updated 4 years ago
- A simple package to allow users to run Monte Carlo Tree Search on any perfect information domain☆237Updated last year
- An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku☆216Updated 10 months ago
- An environment of the board game Go using OpenAI's Gym API☆177Updated 3 years ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,082Updated 4 years ago
- A student implementation of Alpha Go Zero☆284Updated 7 years ago
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆230Updated 2 years ago
- An OpenAI Gym interface to Super Mario Bros. & Super Mario Bros. 2 (Lost Levels) on The NES☆829Updated 2 years ago
- A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.☆1,195Updated 3 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆691Updated last month
- AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Maste…☆93Updated 7 years ago
- PyTorch Agent Net: reinforcement learning toolkit for pytorch☆552Updated last year
- Sokoban environment for OpenAI Gym☆392Updated 2 years ago
- Pytorch Implementation of MuZero☆354Updated 2 years ago
- Board game AI implementations using Monte Carlo Tree Search☆184Updated 5 years ago
- A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.☆375Updated 2 years ago
- Code for the paper "Exploration by Random Network Distillation"☆929Updated 5 years ago
- 🕹️ CS234: Reinforcement Learning, Winter 2019 | YouTube videos 👉☆311Updated 2 years ago
- Deep reinforcement learning model implementation in Tensorflow + OpenAI gym☆308Updated 2 years ago
- A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.☆165Updated 6 years ago
- Implementation of Machine Learning Algorithms☆408Updated 6 years ago
- RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code☆712Updated last year
- List of competitions related to Reinforcement Learning☆350Updated 2 years ago
- Implementation of benchmark RL algorithms☆472Updated 3 years ago
- A PyTorch Platform for Distributed RL☆752Updated 4 years ago
- Offline Reinforcement Learning (aka Batch Reinforcement Learning) on Atari 2600 games☆559Updated 2 years ago
- MCTS project for Tetris☆348Updated last year
- PyTorch implementation of AlphaZero Connect from scratch (with results)☆85Updated 6 years ago
- Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms☆306Updated 2 years ago
- Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advanta…☆193Updated last year