int8 / monte-carlo-tree-search
Monte carlo tree search in python
☆590Updated 2 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
- Python Implementations of Monte Carlo Tree Search☆282Updated 3 years ago
- PyTorch Agent Net: reinforcement learning toolkit for pytorch☆538Updated 2 months ago
- A student implementation of Alpha Go Zero☆279Updated 6 years ago
- Simple A3C implementation with pytorch + multiprocessing☆624Updated last year
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,255Updated last year
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,055Updated 3 years ago
- A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.☆1,147Updated 2 years ago
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,162Updated last year
- Board game AI implementations using Monte Carlo Tree Search☆183Updated 4 years ago
- A PyTorch Platform for Distributed RL☆744Updated 3 years ago
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,243Updated 5 years ago
- A collection of multi agent environments based on OpenAI gym.☆583Updated 6 months ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆311Updated 4 years ago
- A simple package to allow users to run Monte Carlo Tree Search on any perfect information domain☆218Updated 7 months ago
- List of competitions related to Reinforcement Learning☆349Updated last year
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆682Updated last year
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆672Updated 4 years ago
- Soft Actor-Critic☆1,033Updated last year
- DQN Zoo is a collection of reference implementations of reinforcement learning agents developed at DeepMind based on the Deep Q-Network (…☆463Updated 9 months ago
- Offline Reinforcement Learning (aka Batch Reinforcement Learning) on Atari 2600 games☆540Updated last year
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆604Updated 3 years ago
- Reinforcement Learning Algorithms Based on PyTorch☆447Updated 3 years ago
- Policy Gradient is all you need! A step-by-step tutorial for well-known PG methods.☆881Updated 2 weeks ago
- RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code☆662Updated 8 months ago
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆326Updated last year
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆200Updated last year
- PyTorch implementation of soft actor critic☆841Updated 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.☆356Updated last year
- Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2020)☆252Updated 3 years ago
- A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)☆628Updated 6 years ago