int8 / monte-carlo-tree-searchLinks
Monte carlo tree search in python
☆622Updated 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:
- A simple package to allow users to run Monte Carlo Tree Search on any perfect information domain☆236Updated last year
- Python Implementations of Monte Carlo Tree Search☆317Updated 4 years ago
- PyTorch Agent Net: reinforcement learning toolkit for pytorch☆552Updated last year
- An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku☆212Updated 9 months ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,080Updated 4 years ago
- Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.☆839Updated 3 years ago
- A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.☆1,190Updated 3 years ago
- Demo of UCT (MCTS) in Python / Numpy☆88Updated 2 years ago
- An environment of the board game Go using OpenAI's Gym API☆176Updated 3 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.☆374Updated 2 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆688Updated 4 years ago
- Code for the paper "Exploration by Random Network Distillation"☆924Updated 5 years ago
- Rainbow: Combining Improvements in Deep Reinforcement Learning☆1,659Updated 3 years ago
- Lua/Torch implementation of DQN (Nature, 2015)☆618Updated 8 years ago
- Simple A3C implementation with pytorch + multiprocessing☆656Updated 2 years ago
- Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms☆305Updated 2 years ago
- List of competitions related to Reinforcement Learning☆350Updated last year
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,377Updated 2 years ago
- A student implementation of Alpha Go Zero☆282Updated 7 years ago
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,259Updated 4 years ago
- Sokoban environment for OpenAI Gym☆390Updated 2 years ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆764Updated last year
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆226Updated 2 years ago
- 🕹️ CS234: Reinforcement Learning, Winter 2019 | YouTube videos 👉☆310Updated 2 years ago
- Implementation of benchmark RL algorithms☆472Updated 3 years ago
- AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Maste…☆92Updated 7 years ago
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆649Updated 4 years ago
- Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)☆552Updated 5 years ago
- Board game AI implementations using Monte Carlo Tree Search☆184Updated 5 years ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆220Updated 2 years ago