masouduut94 / MCTS-agent-python
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 …
☆68Updated last year
Alternatives and similar repositories for MCTS-agent-python:
Users that are interested in MCTS-agent-python are comparing it to the libraries listed below
- Simple Grid Environment for Gymnasium☆54Updated last month
- MONTE Carlo Tree Search (MCTS) is a method for finding optimal decisions in a given domain by taking random samples in the decision space…☆13Updated 4 years ago
- Cellular Automata Environments for Reinforcement Learning☆42Updated 2 weeks ago
- General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.☆39Updated 4 years ago
- An environment of the board game Go using OpenAI's Gym API☆174Updated 2 years ago
- ☆50Updated last year
- Emergence of complex strategies through multiagent competition☆42Updated 2 years ago
- Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO☆196Updated 2 years ago
- A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartP…☆108Updated last year
- A fast, generalized, and modified implementation of Deepmind's distinguished AlphaZero in PyTorch.☆73Updated 3 months ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 4 years ago
- A collection of pre-trained RL agents using Stable Baselines3☆124Updated 4 months ago
- A categorised list of Multi-Agent Reinforcemnt Learning (MARL) papers☆51Updated 2 years ago
- Benchmarks for Multi-Objective Multi-Agent Decision Making☆85Updated 2 weeks ago
- An API conversion tool for popular external reinforcement learning environments☆157Updated 2 months ago
- Pytorch Implementation of Stochastic MuZero for gym environment. This algorithm is capable of supporting a wide range of action and obser…☆64Updated last year
- 📖 Paper: Deep Reinforcement Learning with Double Q-learning 🕹️☆51Updated 10 months ago
- Deep Reinforcement Learning Framework done with PyTorch☆34Updated 2 weeks ago
- Datasets with baselines for offline multi-agent reinforcement learning.☆162Updated this week
- A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each othe…☆157Updated 4 years ago
- Deep Q-Network (DQN) and Fitted Q-Iteration (FQI) tutorial for RL Summer School 2023☆63Updated 4 months ago
- A novel parallel UCT algorithm with linear speedup and negligible performance loss.☆116Updated 3 years ago
- Gridworld environments for OpenAI gym.☆80Updated last year
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆48Updated 2 years ago
- Implementations of robust Dual Curriculum Design (DCD) algorithms for unsupervised environment design.☆130Updated 7 months ago
- ☆298Updated 3 months ago
- Prioritized Experience Replay implementation with proportional prioritization☆75Updated last year
- Tabular methods for reinforcement learning☆36Updated 4 years ago
- 🌳 Python implementation of single-player Monte-Carlo Tree Search.☆62Updated 3 years ago
- A PyTorch implementation of DeepMind's MuZero agent☆32Updated last year