XinJingHao / SAC-Continuous-PytorchLinks
a clean and robust Pytorch implementation of SAC on continuous action space
☆81Updated 2 months ago
Alternatives and similar repositories for SAC-Continuous-Pytorch
Users that are interested in SAC-Continuous-Pytorch are comparing it to the libraries listed below
Sorting:
- Jax and Torch Multi-Agent SAC on PettingZoo API☆85Updated 7 months ago
- implementation of MADDPG using PettingZoo and PyTorch☆148Updated last year
- MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT..…☆139Updated last year
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.☆48Updated 3 years ago
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆100Updated 3 years ago
- Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics…☆86Updated 4 years ago
- Simple and efficient implementation of DQN DDPG TD3 SAC PPO MADDPG MATD3 MASAC MAAC IPPO MAPPO HAPPO MAT MORL☆78Updated 2 weeks ago
- Multi-Agent Constrained Policy Optimisation (MACPO; MAPPO-L).☆177Updated last year
- Implementation of Deep Deterministic Policy Gradient (DDPG) with Prioritized Experience Replay (PER)☆51Updated 4 months ago
- Solve BipedalWalkerHardcore-v2 with TD3☆90Updated 2 years ago
- implementation of MADDPG using PyTorch and multiagent-particle-envs