sfujim / TD3_BCLinks
Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL
☆374Updated 3 years ago
Alternatives and similar repositories for TD3_BC
Users that are interested in TD3_BC are comparing it to the libraries listed below
Sorting:
- Code for conservative Q-learning☆457Updated 3 years ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆172Updated 11 months ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆179Updated 3 years ago
- An elegant PyTorch offline reinforcement learning library for researchers.☆361Updated 3 months ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆143Updated last year
- PyTorch implementation of Soft Actor-Critic (SAC)☆561Updated 3 years ago
- Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.☆359Updated 2 years ago
- A collection of offline reinforcement learning algorithms.☆201Updated 10 months ago
- Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022☆335Updated last year
- ☆286Updated 3 years ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆325Updated 3 years ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆135Updated last year
- PyTorch implementation of SAC-Discrete.☆311Updated last year
- ☆201Updated 2 years ago
- PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)☆251Updated 5 years ago
- PyTorch implementation of GAIL and AIRL based on PPO.☆227Updated 4 years ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆512Updated 2 years ago
- Baseline implementation of recurrent PPO using truncated BPTT☆155Updated last year
- PyTorch implementation of FQF, IQN and QR-DQN.☆186Updated last year
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆321Updated 2 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆292Updated 4 years ago
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆181Updated 2 years ago
- A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing☆135Updated last month
- 🤖 Elegant implementations of offline safe RL algorithms in PyTorch☆216Updated last year
- ILSwiss is an Easy-to-run Imitation Learning (IL, or Learning from Demonstration, LfD) and also Reinforcement Learning (RL) framework (te…☆175Updated 2 years ago
- Implementation of HIRO (Data-Efficient Hierarchical Reinforcement Learning)☆111Updated 4 years ago
- Conservative Q Learning on top of SAC☆132Updated 3 years ago
- Author's PyTorch implementation of TD7 for online and offline RL