int8 / monte-carlo-tree-searchLinks
Monte carlo tree search in python
☆621Updated 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☆317Updated 4 years ago
- A simple package to allow users to run Monte Carlo Tree Search on any perfect information domain☆235Updated last year
- PyTorch Agent Net: reinforcement learning toolkit for pytorch☆550Updated last year
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,078Updated 4 years ago
- An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku☆211Updated 8 months ago
- A student implementation of Alpha Go Zero☆282Updated 7 years ago
- A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.☆1,188Updated 3 years ago
- Code for the paper "Exploration by Random Network Distillation"☆918Updated 5 years ago
- Sokoban environment for OpenAI Gym☆386Updated 2 years ago
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆225Updated 2 years ago
- An environment of the board game Go using OpenAI's Gym API☆175Updated 3 years ago
- Deep reinforcement learning model implementation in Tensorflow + OpenAI gym☆307Updated 2 years ago
- Board game AI implementations using Monte Carlo Tree Search☆184Updated 5 years ago
- A simple framework for experimenting with Reinforcement Learning in Python.☆325Updated last year
- A PyTorch Platform for Distributed RL☆749Updated 4 years ago
- Simple A3C implementation with pytorch + multiprocessing☆656Updated 2 years ago
- Demo of UCT (MCTS) in Python / Numpy☆88Updated 2 years ago
- List of competitions related to Reinforcement Learning☆349Updated last year
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,257Updated 4 years ago
- DQN Zoo is a collection of reference implementations of reinforcement learning agents developed at DeepMind based on the Deep Q-Network (…☆484Updated last year
- Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms☆305Updated 2 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
- Pytorch Implementation of MuZero☆351Updated 2 years ago
- Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".☆1,313Updated last week
- 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
- Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2020)☆249Updated 4 years ago
- Rainbow: Combining Improvements in Deep Reinforcement Learning☆1,657Updated 3 years ago
- Lua/Torch implementation of DQN (Nature, 2015)☆618Updated 8 years ago
- Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.☆835Updated 3 years ago
- Connect4 reinforcement learning by AlphaGo Zero methods.☆113Updated 4 years ago