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
- 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
- Simple Grid Environment for Gymnasium☆57Updated 2 months ago
- Cellular Automata Environments for Reinforcement Learning☆43Updated last month
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆122Updated 4 years ago
- A collection of pre-trained RL agents using Stable Baselines3☆125Updated 5 months ago
- A project that provides help for using DeepMind's mctx on gym-style environments.☆58Updated 5 months ago
- A categorised list of Multi-Agent Reinforcemnt Learning (MARL) papers☆51Updated 2 years ago
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆211Updated 2 years ago
- A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartP…☆109Updated last year
- Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO☆198Updated 2 years ago
- Proximal Policy Optimization (Continuous Version) in PyTorch.☆27Updated 3 years ago
- Level-based Foraging (LBF): A multi-agent environment for RL☆178Updated 7 months ago
- Emergence of complex strategies through multiagent competition☆44Updated 2 years ago
- Deep Reinforcement Learning algorithms for Policy Value methods written from scratch.☆23Updated 4 years ago
- A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each othe…☆157Updated 4 years ago
- Lightweight multi-agent gridworld Gym environment☆204Updated last year
- ☆299Updated 4 months ago
- Datasets with baselines for offline multi-agent reinforcement learning.☆164Updated 2 weeks ago
- Deep Reinforcement Learning Framework done with PyTorch☆35Updated last month
- General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.☆39Updated 4 years ago
- Gridworld environments for OpenAI gym.☆80Updated last year
- An environment of the board game Go using OpenAI's Gym API☆173Updated 2 years ago
- A fast, generalized, and modified implementation of Deepmind's distinguished AlphaZero in PyTorch.☆73Updated 4 months ago
- Open AI gym environment for the game 2048☆73Updated 3 years ago
- 🌳 Python implementation of single-player Monte-Carlo Tree Search.☆62Updated 3 years ago
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆49Updated 2 years ago
- Experimentation with Regularized Nash Dynamics on a GPU accelerated game☆47Updated 2 years ago
- AlphaZero for continuous control tasks☆23Updated 2 years ago
- Simple, readable, yet full-featured implementation of PPO in Pytorch☆49Updated 3 years ago
- Demo of UCT (MCTS) in Python / Numpy☆85Updated 2 years ago