Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL
☆408Dec 18, 2021Updated 4 years ago
Alternatives and similar repositories for TD3_BC
Users that are interested in TD3_BC are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆328Jan 23, 2022Updated 4 years ago
- Code for conservative Q-learning☆483Dec 7, 2021Updated 4 years ago
- A collection of reference environments for offline reinforcement learning☆1,676Nov 18, 2024Updated last year
- Conservative Q Learning on top of SAC☆138Oct 15, 2022Updated 3 years ago
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆663Apr 6, 2021Updated 5 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- An index of algorithms for offline reinforcement learning (offline-rl)☆1,064May 23, 2024Updated 2 years ago
- Author's PyTorch implementation of TD3 for OpenAI gym tasks☆2,075Jul 14, 2023Updated 2 years ago
- Code for MOPO: Model-based Offline Policy Optimization☆190May 17, 2022Updated 4 years ago
- An offline deep reinforcement learning library☆1,662Sep 10, 2025Updated 8 months ago
- A PyTorch implementation of Implicit Q-Learning☆99Oct 23, 2021Updated 4 years ago
- Official PyTorch implementation of "Uncertainty-Based Offline Reinforcement Learning with Diversified Q-Ensemble" (NeurIPS'21)☆80Aug 14, 2022Updated 3 years ago
- High-quality single-file implementations of SOTA Offline and Offline-to-Online RL algorithms: AWAC, BC, CQL, DT, EDAC, IQL, SAC-N, TD3+BC…☆1,358Aug 3, 2023Updated 2 years ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆182Nov 14, 2024Updated last year
- Conservative Q learning in Jax