gouxiangchen / ac-ppoLinks
Actor-Critic and openAI clipped PPO in gym cartpole-v0 and pendulum-v0 environment
☆27Updated 5 years ago
Alternatives and similar repositories for ac-ppo
Users that are interested in ac-ppo are comparing it to the libraries listed below
Sorting:
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆231Updated 6 years ago
- PyTorch implementation of SAC-Discrete.☆314Updated last year
- A clean and robust Pytorch implementation of PPO on continuous action space.☆169Updated last year
- PyTorch implementation of Soft Actor-Critic (SAC)☆586Updated 4 years ago
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆678Updated 6 years ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆391Updated 4 years ago
- Implementation of Deep Deterministic Policy Gradient (DDPG) with Prioritized Experience Replay (PER)☆54Updated 11 months ago
- Implementation of HIRO (Data-Efficient Hierarchical Reinforcement Learning)☆112Updated 4 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆359Updated 6 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆94Updated 2 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆294Updated 4 years ago
- PyTorch implementation of soft actor critic☆933Updated 6 months ago
- ☆222Updated 2 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆96Updated 4 years ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆335Updated 4 years ago
- A simple implementation of Generative Adversarial Imitation Learning with PyTorch☆174Updated 3 years ago
- The implement of all kinds of dqn reinforcement learning with Pytorch☆96Updated 4 years ago
- Multi-Agent Constrained Policy Optimisation (MACPO; MAPPO-L).☆220Updated last year
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆555Updated 7 years ago
- DSAC; Distributional Soft Actor-Critic☆137Updated last year
- PyTorch implementation of GAIL and AIRL based on PPO.☆239Updated 5 years ago
- This is the official implementation of Multi-Agent PPO.☆133Updated 3 years ago
- The repository is for safe reinforcement learning baselines.☆762Updated 3 weeks ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆334Updated 2 years ago
- PyTorch implementations of popular off-policy multi-agent reinforcement learning algorithms, including QMix, VDN, MADDPG, and MATD3.☆527Updated 2 years ago
- ☆40Updated 4 years ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆772Updated 2 years ago
- Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019☆785Updated 3 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆315Updated 3 years ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆147Updated last year