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 …
☆65Updated 10 months ago
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 3 years ago
- A collection of pre-trained RL agents using Stable Baselines3☆115Updated 2 months ago
- A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartP…☆107Updated 10 months ago
- A categorised list of Multi-Agent Reinforcemnt Learning (MARL) papers☆48Updated last year
- An environment of the board game Go using OpenAI's Gym API☆168Updated 2 years ago
- Datasets with baselines for offline multi-agent reinforcement learning.☆157Updated 2 months ago
- Multi-objective Gymnasium environments for reinforcement learning☆300Updated last month
- Level-based Foraging (LBF): A multi-agent environment for RL☆169Updated 4 months ago
- Gridworld environments for OpenAI gym.☆80Updated 11 months ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆82Updated last year
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆120Updated 4 years ago
- Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3☆98Updated 2 years ago
- Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO☆193Updated 2 years ago
- Deep Reinforcement Learning for Continuous Control in PyTorch☆93Updated 3 years ago
- Tabular methods for reinforcement learning☆34Updated 4 years ago
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆67Updated 5 months ago
- Simple, readable, yet full-featured implementation of PPO in Pytorch☆44Updated 2 years ago
- Lightweight multi-agent gridworld Gym environment☆199Updated last year
- Benchmarks for Multi-Objective Multi-Agent Decision Making☆77Updated 2 months ago
- Cellular Automata Environments for Reinforcement Learning☆41Updated 2 months ago
- Series of deep reinforcement learning algorithms 🤖☆29Updated 3 years ago
- ☆66Updated 3 years ago
- Partially Observable Process Gym☆170Updated 6 months ago
- An engine for high performance multi-agent environments with very large numbers of agents, along with a set of reference environments☆254Updated 2 months ago
- The source code for the gym-microrts paper.☆42Updated 2 years ago
- JAX and PZ RL envs + algorithms for swarms of CrazyFlies☆69Updated 4 months ago
- 🌳 Python implementation of single-player Monte-Carlo Tree Search.☆60Updated 3 years ago
- OpenAi's gym environment wrapper to vectorize them with Ray☆22Updated last year
- MARS is shortened for Multi-Agent Research Studio, a library for mulit-agent reinforcement learning research.☆44Updated 10 months ago
- Experiments with reinforcement learning and recurrent neural networks☆113Updated last year