haroldsultan / MCTS
Python Implementations of Monte Carlo Tree Search
☆259Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for MCTS
- A simple package to allow users to run Monte Carlo Tree Search on any perfect information domain☆209Updated 5 months ago
- An implementation of Monte Carlo Tree Search in python☆162Updated 4 years ago
- DGN Code☆336Updated last year
- Monte carlo tree search in python☆576Updated 2 years ago
- Mean Field Multi-Agent Reinforcement Learning☆377Updated 4 years ago
- Implementation of benchmark RL algorithms☆459Updated 2 years ago
- Implement PPO-clip and PPO-penalty on Atari, which is the only open source of PPO-penalty☆56Updated 5 years ago
- advantage actor-critic reinforcement learning for openai gym cartpole☆64Updated 7 years ago
- ☆158Updated last year
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆207Updated last year
- Deep Q-Learning Network in pytorch (not actively maintained)☆386Updated 7 years ago
- A parallel framework for population-based multi-agent reinforcement learning.☆497Updated 11 months ago
- A novel parallel UCT algorithm with linear speedup and negligible performance loss.☆112Updated 3 years ago
- Multi-Objective Reinforcement Learning☆253Updated 3 years ago
- The implement of all kinds of dqn reinforcement learning with Pytorch☆89Updated 3 years ago
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆440Updated 6 years ago
- xingtian is a componentized library for the development and verification of reinforcement learning algorithms☆307Updated last year
- PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.☆530Updated 7 years ago
- Demo of UCT (MCTS) in Python / Numpy☆83Updated last year
- Reinforcement Learning Algorithms Based on PyTorch☆449Updated 3 years ago
- A framework for easy prototyping of distributed reinforcement learning algorithms☆95Updated 3 years ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆281Updated last year
- Collection of Deep Reinforcement Learning algorithms☆123Updated 7 years ago
- Accompanying repository for Let's make a DQN / A3C series.☆391Updated 6 years ago
- Codebase for Evolutionary Reinforcement Learning (ERL) from the paper "Evolution-Guided Policy Gradients in Reinforcement Learning" publi…☆215Updated 4 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆204Updated last year
- PyTorch implementation of SAC-Discrete.☆284Updated 3 months ago
- An implement of DQfD(Deep Q-learning from Demonstrations) raised by DeepMind:Learning from Demonstrations for Real World Reinforcement Le…☆131Updated 6 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆305Updated 4 years ago
- Simple A3C implementation with pytorch + multiprocessing☆622Updated last year