masouduut94 / MCTS-agent-cythonized
MONTE Carlo Tree Search (MCTS) is a method for finding optimal decisions in a given domain by taking random samples in the decision space and building a search tree accordingly. It has already had a profound impact on Artificial Intelligence (AI) approaches for domains that can be represented as trees of sequential decisions, particularly games …
☆13Updated 4 years ago
Alternatives and similar repositories for MCTS-agent-cythonized:
Users that are interested in MCTS-agent-cythonized are comparing it to the libraries listed below
- Monte Carlo Tree Search (MCTS) is a method for finding optimal decisions in a given domain by taking random samples in the decision space…☆68Updated last year
- Algorithms for Uni-Modal Inverse Reinforcement Learning☆18Updated 2 years ago
- Solving openAI's game 'BipedalWalker-v2' with Deep Reinforcement Learning☆26Updated 4 years ago
- Reinforcement learning algorithms with Generalized Advantage Estimation☆21Updated 6 years ago
- General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.☆39Updated 4 years ago
- PyTorch implementation of the state-of-the-art distributional reinforcement learning algorithm Fully Parameterized Quantile Function (FQF…☆30Updated 4 years ago
- Bayesian Reward Shaping Framework for Deep Reinforcement Learning☆23Updated 6 years ago
- The Mayan Adventure is an open-source reinforcement learning environment for Unity ML-Agents. In this environment, you train your agent …☆36Updated 4 years ago
- A modular implementation of PPO, and soon hopefully other algorithms.☆26Updated last year
- Scalable MCTS for team scenarios☆16Updated 9 months ago
- A PyTorch implementation of DeepMind's MCTSnet☆18Updated 2 years ago
- An unofficial implementation for online decision transformer☆40Updated 2 years ago
- Deep Q-Network (DQN) and Fitted Q-Iteration (FQI) tutorial for RL Summer School 2023☆63Updated 4 months ago
- Deep Reinforcement Learning Framework done with PyTorch☆34Updated 2 weeks ago
- RL-Toolkit: A Research Framework for Robotics☆19Updated 2 months ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆86Updated 2 years ago
- Author implementation of Monte Carlo Augmented Actor Critic in PyTorch☆17Updated 2 years ago
- A web based platform for collecting human actions in reinforcement learning environments☆28Updated last year
- PyTorch implementation of the Munchausen Reinforcement Learning Algorithms M-DQN and M-IQN☆45Updated 4 years ago
- Contains implementation of the FILTER algorithm for exponentially faster inverse reinforcement learning.☆49Updated 2 years ago
- Training Agents in a cooperative multi-agent deep reinforcement learning setting to transport objects across a space☆15Updated 3 years ago
- Pytorch implementation of [Feudal Net](https://arxiv.org/abs/1703.01161). ([Tensorflow version](https://github.com/dmakian/feudal_networ…☆16Updated 5 years ago
- MARS is shortened for Multi-Agent Research Studio, a library for mulit-agent reinforcement learning research.☆45Updated last year
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆48Updated 2 years ago
- OpenAi's gym environment wrapper to vectorize them with Ray☆22Updated last year
- Distributed Deep Reinforcement Learning☆29Updated 4 years ago
- PyTorch implementation of Deep Reinforcement Algorithm☆30Updated 2 years ago
- MCTS algorithm tutorial and it's explanation with code. Application of MCTS to create A.I for simple game.☆31Updated last week
- Simple bit flipping with sparse rewards using HER, similarly to the original paper☆39Updated 6 years ago
- GAIL learning to imitate PPO playing CartPole.☆12Updated 3 years ago