gouxiangchen / ac-ppo
Actor-Critic and openAI clipped PPO in gym cartpole-v0 and pendulum-v0 environment
☆24Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for ac-ppo
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆192Updated 5 years ago
- A clean and robust Pytorch implementation of PPO on continuous action space.☆122Updated 5 months ago
- ☆186Updated last year
- PyTorch implementation of SAC-Discrete.☆284Updated 3 months ago
- PyTorch implementation of GAIL and AIRL based on PPO.☆198Updated 4 years ago
- ☆39Updated 3 years ago
- Multi-Agent Constrained Policy Optimisation (MACPO; MAPPO-L).☆146Updated 7 months ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆124Updated 6 months ago
- The code for maddpg using pytorch☆162Updated 4 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆92Updated 3 years ago
- This is the official implementation of Multi-Agent PPO.☆94Updated last year
- PyTorch Implementation of MADDPG (Lowe et. al. 2017)☆577Updated 4 years ago
- Multi-agent project (commnet, bicnet, maddpg) in pytorch for Multi-Agent Particle Environment☆111Updated last year
- Deep recurrent Q learning on CartPole-v1 environment☆75Updated 10 months ago
- Hierarchical Cooperative Multi-Agent Reinforcement Learning with Skill Discovery☆96Updated 2 years ago
- A collection of offline reinforcement learning algorithms.☆159Updated 5 months ago
- A clean and robust Pytorch implementation of PPO on Discrete action space☆59Updated 5 months ago
- Code for Weighted QMIX☆124Updated 4 years ago
- PyTorch implementation of the discrete Soft-Actor-Critic algorithm.☆44Updated 3 years ago
- MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT..…☆110Updated 7 months ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆271Updated 3 years ago
- ☆90Updated 3 years ago
- implementation of MADDPG using PettingZoo and PyTorch☆112Updated last year
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆96Updated 5 years ago
- Implementation of HIRO (Data-Efficient Hierarchical Reinforcement Learning)☆96Updated 3 years ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆296Updated 3 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆204Updated last year
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆328Updated 2 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆277Updated 4 years ago
- A simple implementation of Generative Adversarial Imitation Learning with PyTorch☆135Updated 2 years ago