DenseLance / mcts-simpleLinks
mcts-simple is a Python3 library that implements Monte Carlo Tree Search and its variants to solve a host of problems, most commonly for reinforcement learning.
☆31Updated 6 months ago
Alternatives and similar repositories for mcts-simple
Users that are interested in mcts-simple are comparing it to the libraries listed below
Sorting:
- General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.☆41Updated 5 years ago
- Deep Reinforcement Learning Framework done with PyTorch☆43Updated 11 months ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆92Updated 2 years ago
- PyTorch Implementation of the Maximum a Posteriori Policy Optimisation☆79Updated 3 years ago
- PyTorch implementation of Stochastic Latent Actor-Critic(SLAC).☆94Updated last year
- Code for the paper "D2RL: Deep Dense Architectures for Reinforcement Learning"☆39Updated 5 years ago
- Extreme Q-Learning: Max Entropy RL without Entropy☆87Updated 2 years ago
- [ICML 2024, Spotlight] EfficientZero V2: Mastering Discrete and Continuous Control with Limited Data☆101Updated last year
- [IEEE ToG] MiniZero: An AlphaZero and MuZero Training Framework☆121Updated this week
- Partially Observable Process Gym☆212Updated 8 months ago
- Challenging Memory-based Deep Reinforcement Learning Agents☆109Updated last year
- Datasets for data-driven deep reinforcement learning with Atari (wrapper for datasets released by Google)☆126Updated last year
- Code for the paper Alpha Zero in Continuous Action Space (A0C) (https://arxiv.org/pdf/1805.09613.pdf)☆15Updated 5 years ago
- Minimal code for A Generalist Agent☆44Updated 3 years ago
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆54Updated 8 months ago
- Code release for Efficient Planning in a Compact Latent Action Space (ICLR2023) https://arxiv.org/abs/2208.10291.☆111Updated 2 years ago
- Pytorch Implementation of MuZero Unplugged for gym environment. This algorithm is capable of supporting a wide range of action and observ…☆35Updated 7 months ago
- Benchmark data (i.e., DeepMind Control Suite and MuJoCo) for RL.☆33Updated 5 years ago
- Implementations of robust Dual Curriculum Design (DCD) algorithms for unsupervised environment design.☆138Updated last year
- PyTorch implementation of our paper Reinforcement Learning with Random Delays (ICLR 2020)☆42Updated 3 years ago
- Multi Task RL Baselines☆260Updated 4 years ago
- [ICLR 2024 oral] Pre-Training Goal-based Models for Sample-Efficient Reinforcement Learning☆29Updated last year
- A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each othe…☆168Updated 4 years ago
- A tool for recording RL trajectories.☆111Updated 6 months ago
- ☆37Updated 2 years ago
- Pytorch implementation of DreamerV2: MASTERING ATARI WITH DISCRETE WORLD MODELS☆53Updated 4 years ago
- [NeurIPS 2022] Open source code for reusing prior computational work in RL.☆100Updated 2 years ago
- Repository for the PGA-MAP-Elites algorithm. PGA-MAP-Elites was developed to efficiently scale MAP-Elites to large genotypes and noisy d…☆58Updated 4 years ago
- A Simplified Pytorch Version of the Dreamer Algorithm☆149Updated 2 years ago
- Pytorch implementations of RL algorithms, focusing on model-based, lifelong, reset-free, and offline algorithms. Official codebase for Re…☆109Updated 4 years ago