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 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for 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…☆63Updated 8 months ago
- A repository to reproduce the experiments of the MA-POCA paper☆18Updated last month
- Implementation of Deep Reinforcement Learning from Self-Play in Imperfect-Information Games (Heinrich and Silver, 2016)☆45Updated 5 years ago
- A multi-agent environment using Unity ML-Agents Toolkit☆10Updated 3 years ago
- A PyTorch implementation of DeepMind's MCTSnet☆18Updated last year
- OpenAI Gym environment for Robot Soccer Goal☆17Updated 5 years ago
- Reinforcement learning algorithms with Generalized Advantage Estimation☆21Updated 6 years ago
- Algorithms for Uni-Modal Inverse Reinforcement Learning☆17Updated 2 years ago
- A Monte Carlo Tree Search library for C++☆48Updated 3 years ago
- A Predator-Prey-Grass multi-objective multi-agent gridworld environment implemented with Farama's Gymnasium, PettingZoo and MOMAland, fea…☆12Updated this week
- Distributed Deep Reinforcement Learning☆29Updated 3 years ago
- Official implementation of "Approximating Gradients for Differentiable Quality Diversity in Reinforcement Learning"☆18Updated 2 years ago
- A simple example of how to implement vector based DDPG for MARL tasks using PyTorch and a ML-Agents environment.☆34Updated 5 years ago
- Thompson Sampling based Monte Carlo Tree Search for MDPs and POMDPs☆15Updated 8 years ago
- An example implementation of an OpenAI Gym environment used for a Ray RLlib tutorial☆34Updated 2 years ago
- Toy environment set for multi-agent reinforcement learning and more☆38Updated 2 years ago
- ☆11Updated 2 years ago
- AGAC: Adversarially Guided Actor-Critic☆47Updated 3 years ago
- Deep RL agents with PyTorch☆35Updated 3 years ago
- Simple implementation of regret matching algorithm for RPS nash equilibrium computation via self-play☆24Updated 6 years ago
- Source code for Pathfinding in Stochastic Environments paper.☆13Updated 2 years ago
- Various explorations into the game of Poker using MCTS, NFSP, and image-recognition/web-scraping☆12Updated 4 years ago
- A 2D Particle Survival Environment for Deep Reinforcement Learning☆23Updated 4 years ago
- ☆29Updated 2 years ago
- GAIL learning to imitate PPO playing CartPole.☆12Updated 3 years ago
- Code from the paper "Effective Diversity in Population Based Reinforcement Learning", presented as a spotlight at NeurIPS 2020. This is t…☆44Updated 4 years ago
- Deep Reinforcement Learning by using Proximal Policy Optimization and Random Network Distillation in Tensorflow 2 and Pytorch with some e…☆50Updated 3 years ago
- Implementation of GAIL and AIRL using chinerrl☆16Updated 2 years ago
- Deep Q-Network (DQN) and Fitted Q-Iteration (FQI) tutorial for RL Summer School 2023☆51Updated 2 weeks ago