PatrickKorus / mcts-generalLinks
General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.
☆40Updated 4 years ago
Alternatives and similar repositories for mcts-general
Users that are interested in mcts-general are comparing it to the libraries listed below
Sorting:
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆89Updated 2 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆146Updated 6 years ago
- Collection of OpenAI parametrized action-space environments.☆65Updated 5 months ago
- Combining Evolutionary Algorithms and deep RL in various ways☆104Updated 4 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆213Updated 2 years ago
- Simple, readable, yet full-featured implementation of PPO in Pytorch☆49Updated 4 months ago
- Experiments with reinforcement learning and recurrent neural networks☆114Updated last year
- Deep Reinforcement Learning for Continuous Control in PyTorch☆103Updated 3 years ago
- Recurrent continuous reinforcement learning algorithms implemented in Pytorch.☆51Updated 4 years ago
- Solving POMDP using Recurrent networks☆90Updated 5 years ago
- Minimal implementation of multi-agent reinforcement learning algorithms☆58Updated 4 years ago
- Level-based Foraging (LBF): A multi-agent environment for RL☆188Updated 11 months ago
- A framework for easy prototyping of distributed reinforcement learning algorithms☆96Updated 4 years ago
- Lightweight multi-agent gridworld Gym environment☆209Updated last year
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆146Updated 3 years ago
- A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartP…☆115Updated last year
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆51Updated 3 months ago
- Evolution-based Soft Actor-Critic (ESAC)☆42Updated last year
- Experiment code for testing effect of various action space transformations in reinforcement learning☆30Updated 5 years ago
- Emergence of complex strategies through multiagent competition☆44Updated 2 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆183Updated last year
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆100Updated 6 years ago
- Explorer is a PyTorch reinforcement learning framework for exploring new ideas.☆95Updated 2 months ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆226Updated 3 years ago
- [ICML 2020] Prediction-Guided Multi-Objective Reinforcement Learning for Continuous Robot Control☆121Updated 4 years ago
- Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO☆205Updated 2 years ago
- IMP-MARL: a Suite of Environments for Large-scale Infrastructure Management Planning via MARL☆43Updated 11 months ago
- Implementation of Deep Reinforcement Learning from Self-Play in Imperfect-Information Games (Heinrich and Silver, 2016)☆46Updated 6 years ago
- PyTorch implementation of Soft Actor-Critic(SAC).☆105Updated 5 years ago
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆97Updated 5 years ago