x35f / unstable_baselinesLinks
Re-implementations of SOTA RL algorithms.
☆134Updated last year
Alternatives and similar repositories for unstable_baselines
Users that are interested in unstable_baselines are comparing it to the libraries listed below
Sorting:
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆170Updated 3 years ago
- Benchmarked implementations of Offline RL Algorithms.☆74Updated 4 months ago
- 🤖 Elegant implementations of offline safe RL algorithms in PyTorch☆205Updated 10 months ago
- Paper Collection for Batch RL with brief introductions.☆84Updated 3 years ago
- Python interface for accessing the near real-world offline reinforcement learning (NeoRL) benchmark datasets☆123Updated 7 months ago
- Official PyTorch implementation of "Uncertainty-Based Offline Reinforcement Learning with Diversified Q-Ensemble" (NeurIPS'21)☆75Updated 2 years ago
- RLA is a tool for managing your RL experiments automatically☆71Updated 2 years ago
- [NeurIPS 2022 Oral] The official implementation of POR in "A Policy-Guided Imitation Approach for Offline Reinforcement Learning"☆57Updated 2 years ago
- Author's PyTorch implementation of TD7 for online and offline RL☆144Updated last year
- Code for MOPO: Model-based Offline Policy Optimization☆179Updated 3 years ago
- A beginner-friendly repository on Deep Reinforcement Learning (RL), written in PyTorch.☆26Updated 3 months ago
- A collection of offline reinforcement learning algorithms.☆189Updated 7 months ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆170Updated 8 months ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆137Updated last year
- Datasets with baselines for offline multi-agent reinforcement learning.☆174Updated 2 months ago
- Author's Pytorch implementation of ICLR2023 paper Behavior Proximal Policy Optimization (BPPO).☆86Updated last year
- The Official Code for Offline Model-based Adaptable Policy Learning (NeurIPS'21 & TPAMI)☆25Updated last year
- Code for Mildly Conservative Q-learning for Offline Reinforcement Learning (NeurIPS 2022)☆57Updated last year
- ☆274Updated 3 years ago
- ☆111Updated 2 years ago
- Code for Adapting Environment Sudden Changes by Learning Context Sensitive Policy☆20Updated 3 years ago
- Code accompanying the paper Adversarially Trained Actor Critic for Offline Reinforcement Learning by Ching-An Cheng*, Tengyang Xie*, Nan …☆70Updated 2 years ago
- An elegant PyTorch offline reinforcement learning library for researchers.☆348Updated last year
- Official codebase for "B-Pref: Benchmarking Preference-BasedReinforcement Learning" contains scripts to reproduce experiments.☆126Updated 3 years ago
- A PyTorch implementation of Implicit Q-Learning☆82Updated 3 years ago
- Policy Expansion for Bridging Offline-to-Online Reinforcement Learning (ICLR23)☆57Updated 2 years ago
- Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022☆323Updated 10 months ago
- Conservative Q Learning on top of SAC