denisyarats / pytorch_sacLinks
PyTorch implementation of Soft Actor-Critic (SAC)
☆558Updated 3 years ago
Alternatives and similar repositories for pytorch_sac
Users that are interested in pytorch_sac are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of SAC-Discrete.☆311Updated last year
- This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.☆437Updated 3 years ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆325Updated 3 years ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆373Updated 3 years ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆509Updated 2 years ago
- PyTorch implementation of soft actor critic☆908Updated 2 months ago
- Code for conservative Q-learning☆455Updated 3 years ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆317Updated 2 years ago
- Implementation of Efficient Off-policy Meta-learning via Probabilistic Context Variables (PEARL)☆502Updated 2 years ago
- Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.☆360Updated 2 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆292Updated 4 years ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆262Updated 5 years ago
- PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)☆251Updated 5 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆352Updated 5 years ago
- Basic constrained RL agents used in experiments for the "Benchmarking Safe Exploration in Deep Reinforcement Learning" paper.☆442Updated 2 years ago
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆641Updated 4 years ago
- Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022☆331Updated last year
- Tools for accelerating safe exploration research.☆556Updated 2 years ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆764Updated last year
- An elegant PyTorch offline reinforcement learning library for researchers.☆359Updated 2 months ago
- PyTorch implementation of GAIL and AIRL based on PPO.☆225Updated 4 years ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆134Updated last year
- PyTorch implementation of FQF, IQN and QR-DQN.☆186Updated last year
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)