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 …
☆67Updated 11 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
- Cellular Automata Environments for Reinforcement Learning☆41Updated 3 months ago
- Datasets with baselines for offline multi-agent reinforcement learning.☆160Updated last week
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆206Updated last year
- fast + parallel AlphaZero in JAX☆92Updated last month
- Benchmarks for Multi-Objective Multi-Agent Decision Making☆79Updated this week
- Level-based Foraging (LBF): A multi-agent environment for RL☆170Updated 5 months ago
- An engine for high performance multi-agent environments with very large numbers of agents, along with a set of reference environments☆263Updated 3 weeks ago
- An environment of the board game Go using OpenAI's Gym API☆169Updated 2 years ago
- A categorised list of Multi-Agent Reinforcemnt Learning (MARL) papers☆48Updated 2 years ago
- Simple Gridworld Gymnasium Environment☆48Updated this week
- 🤖 Elegant implementations of offline safe RL algorithms in PyTorch☆187Updated 5 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
- ☆213Updated 2 months ago
- A simple and highly efficient RTS-game-inspired environment for reinforcement learning (formerly Gym-MicroRTS)☆238Updated 7 months ago
- Multi-objective Gymnasium environments for reinforcement learning☆304Updated 2 weeks ago
- A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartP…☆107Updated 11 months ago
- A reinforcement leaning environment for discrete MDPs.☆19Updated 3 months ago
- 📖 Paper: Deep Reinforcement Learning with Double Q-learning 🕹️☆49Updated 9 months ago
- General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.☆38Updated 4 years ago
- Prioritized Experience Replay implementation with proportional prioritization☆76Updated last year
- Minimal implementation of multi-agent reinforcement learning algorithms☆52Updated 3 years ago
- Gridworld environments for OpenAI gym.☆80Updated last year
- A fast, generalized, and modified implementation of Deepmind's distinguished AlphaZero in PyTorch.☆69Updated 2 months ago
- Code for NeurIPS2023 accepted paper: Counterfactual Conservative Q Learning for Offline Multi-agent Reinforcement Learning.☆32Updated 7 months ago
- Practical tutorial on RLlib for deep hierarchical multi-agent reinforcement learning☆61Updated 2 years ago
- ☆49Updated last year
- Source Code for A Closer Look at Invalid Action Masking in Policy Gradient Algorithms☆149Updated last year
- Tabular methods for reinforcement learning☆36Updated 4 years ago
- Lightweight multi-agent gridworld Gym environment☆201Updated last year