DenseLance / mcts-simple
mcts-simple is a Python3 library that allows reinforcement learning problems to be solved easily with its implementations of Monte Carlo Tree Search.
☆27Updated 10 months ago
Alternatives and similar repositories for mcts-simple:
Users that are interested in mcts-simple are comparing it to the libraries listed below
- A PyTorch implementation of DeepMind's MCTSnet☆18Updated 2 years ago
- General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.☆39Updated 4 years ago
- A novel parallel UCT algorithm with linear speedup and negligible performance loss.☆118Updated 4 years ago
- Deep Reinforcement Learning Framework done with PyTorch☆35Updated last month
- A project that provides help for using DeepMind's mctx on gym-style environments.☆58Updated 5 months ago
- A Jax/Stax implementation of the general meta learning paper: Oh, J., Hessel, M., Czarnecki, W.M., Xu, Z., van Hasselt, H.P., Singh, S. a…☆21Updated 4 years ago
- Code for "World Model as a Graph: Learning Latent Landmarks for Planning" (ICML 2021 Long Presentation)☆66Updated 3 years ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆87Updated 2 years ago
- PyTorch implementation of our paper Reinforcement Learning with Random Delays (ICLR 2020)☆40Updated 2 years ago
- Pytorch implementation of DreamerV2: MASTERING ATARI WITH DISCRETE WORLD MODELS☆51Updated 3 years ago
- A2C is a special case of PPO!☆20Updated 2 years ago
- A PyTorch implementation of DeepMind's MuZero agent☆33Updated last year
- A collection of RL algorithms written in JAX.☆97Updated 2 years ago
- ☆32Updated 8 months ago
- Reproduction of OpenAI and DeepMind's "Deep Reinforcement Learning from Human Preferences"☆29Updated 3 years ago
- Code accompanying the paper "TiZero: Mastering Multi-Agent Football with Curriculum Learning and Self-Play" (AAMAS 2023) 足球游戏智能体☆53Updated last year
- ☆51Updated 2 years ago
- PyTorch implementation of the Munchausen Reinforcement Learning Algorithms M-DQN and M-IQN☆45Updated 4 years ago
- A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each othe…☆157Updated 4 years ago
- Datasets for data-driven deep reinforcement learning with PyBullet environments☆149Updated 4 years ago
- Gym wrapper for pysc2☆10Updated 2 years ago
- Generalized Decision Transformer for Offline Hindsight Information Matching (ICLR2022)☆67Updated 2 years ago
- Implementation of Deep Reinforcement Learning from Self-Play in Imperfect-Information Games (Heinrich and Silver, 2016)☆46Updated 6 years ago
- [ICML 2024, Spotlight] EfficientZero V2: Mastering Discrete and Continuous Control with Limited Data☆79Updated 8 months ago
- Monte Carlo tree search in JAX, with functionality to continue search from a previous subtree☆18Updated last year
- Adding Dreamer-v3's implementation tricks to CleanRL's PPO☆12Updated last year
- Pytorch Implementation of MuZero Unplugged for gym environment. This algorithm is capable of supporting a wide range of action and observ…☆27Updated 2 years ago
- Code for the paper "D2RL: Deep Dense Architectures for Reinforcement Learning"☆38Updated 4 years ago
- Official code for "Pretraining Representations For Data-Efficient Reinforcement Learning" (NeurIPS 2021)☆54Updated 3 years ago
- Code for Posterior Sampling for Deep Reinforcement Learning, ICML 2023☆26Updated last year