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…☆62Updated 8 months ago
- Solving openAI's game 'BipedalWalker-v2' with Deep Reinforcement Learning☆26Updated 4 years ago
- Algorithms for Uni-Modal Inverse Reinforcement Learning☆17Updated 2 years ago
- Reinforcement learning algorithms with Generalized Advantage Estimation☆21Updated 6 years ago
- Running RL algorithms on the fish/shark aquarium environment to find unexpected biological insights.☆10Updated 2 years ago
- TD Advantage Actor-Critic RL algorithm☆15Updated 5 years ago
- Implementation of GAIL and AIRL using chinerrl☆16Updated 2 years ago
- DecentralizedLearning☆21Updated last year
- AGAC: Adversarially Guided Actor-Critic☆47Updated 3 years ago
- Jupyter notebook for the MAP-Elites algorithms (Mouret & Clune, 2015)☆18Updated 2 years ago
- Distributed Deep Reinforcement Learning☆29Updated 3 years ago
- A small reinforcement learning library for my masters dissertation project☆14Updated 3 years ago
- Experiments with transformer based RL algorithms☆22Updated 4 years ago
- ☆67Updated 4 years ago
- Bayesian Reward Shaping Framework for Deep Reinforcement Learning☆21Updated 5 years ago
- Logarithmic Reinforcement Learning☆26Updated last year
- Deep Reinforcement Learning by using Proximal Policy Optimization and Random Network Distillation in Tensorflow 2 and Pytorch with some e…☆50Updated 3 years ago
- Gym wrapper for pysc2☆10Updated 2 years ago
- Basic reinforcement learning implementation with tensorflow version 2.0☆52Updated 4 years ago
- Contains implementation of the FILTER algorithm for exponentially faster inverse reinforcement learning.☆46Updated last year
- GAIL learning to imitate PPO playing CartPole.☆12Updated 3 years ago
- OpenAI Gym environment for Robot Soccer Goal☆17Updated 5 years ago
- Official implementation of "Approximating Gradients for Differentiable Quality Diversity in Reinforcement Learning"☆18Updated 2 years ago
- JAX and PZ RL envs + algorithms for swarms of CrazyFlies☆62Updated 2 months ago
- Reinforcement Learning for robotics continuous control, mainly based on Proximal Policy Optimization, extending to Interpolated Policy Gr…☆35Updated 5 years ago
- A repository for code of reinforcement learning algorithms with PyTorch☆29Updated 3 years ago
- Model-based reinforcement learning using CEM, MPC and PETS☆16Updated 4 years ago
- Reinforcement learning algorithms in RLlib☆56Updated 6 months ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆80Updated last year