denisyarats / pytorch_sac
PyTorch implementation of Soft Actor-Critic (SAC)
☆515Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for pytorch_sac
- PyTorch implementation of SAC-Discrete.☆284Updated 3 months ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆479Updated last year
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆327Updated 2 years ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆295Updated 2 years ago
- Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.☆331Updated last year
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆281Updated last year
- PyTorch implementation of soft actor critic☆816Updated 3 years ago
- Code for conservative Q-learning☆410Updated 2 years ago
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆598Updated 3 years ago
- This is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.☆399Updated 2 years ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆253Updated 4 years ago
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆577Updated 4 years ago
- Implementation of Efficient Off-policy Meta-learning via Probabilistic Context Variables (PEARL)☆472Updated last year
- Reinforcement learning algorithms for MuJoCo tasks☆363Updated 5 months ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆710Updated 10 months ago
- Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022☆306Updated 2 months ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆271Updated 3 years ago
- PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)☆225Updated 4 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆305Updated 4 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆672Updated 2 years ago
- Imitation learning algorithms☆466Updated 3 months ago
- An extension of the PyMARL codebase that includes additional algorithms and environment support☆512Updated last month
- Basic constrained RL agents used in experiments for the "Benchmarking Safe Exploration in Deep Reinforcement Learning" paper.☆396Updated last year
- Experiment code for "Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models"☆431Updated last year
- PyTorch implementation of GAIL and AIRL based on PPO.☆195Updated 3 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆214Updated 2 years ago
- Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms☆286Updated last year
- Code for the paper "Phasic Policy Gradient"☆252Updated last year
- Repo containing code for multi-agent deep reinforcement learning (MADRL).☆669Updated last year
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,222Updated 11 months ago