toshikwa / sac-discrete.pytorchLinks
PyTorch implementation of SAC-Discrete.
☆305Updated 10 months ago
Alternatives and similar repositories for sac-discrete.pytorch
Users that are interested in sac-discrete.pytorch are comparing it to the libraries listed below
Sorting:
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆314Updated 2 years ago
- PyTorch implementation of Soft Actor-Critic (SAC)☆552Updated 3 years ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆317Updated 3 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆288Updated 4 years ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆259Updated 5 years ago
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆637Updated 5 years ago
- PyTorch implementation of GAIL and AIRL based on PPO.☆225Updated 4 years ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆361Updated 3 years ago
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆217Updated 6 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆752Updated 3 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆177Updated 10 months ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆128Updated 10 months ago
- Code for conservative Q-learning☆446Updated 3 years ago
- Mean Field Multi-Agent Reinforcement Learning☆396Updated 5 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆142Updated 6 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆310Updated 2 years ago
- Code for the paper "When to Trust Your Model: Model-Based Policy Optimization"☆500Updated 2 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch