ZYunfeii / DRL_algorithm_library
This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.
☆95Updated 2 years ago
Alternatives and similar repositories for DRL_algorithm_library:
Users that are interested in DRL_algorithm_library are comparing it to the libraries listed below
- a clean and robust Pytorch implementation of SAC on continuous action space☆66Updated 8 months ago
- Use Multi-agent Twin Delayed Deep Deterministic Policy Gradient(TD3) algorithm to find reasonable paths for ships☆57Updated 2 years ago
- TD3 in Pytorch☆29Updated 3 years ago
- Use Multi-Agent Deep Deterministic Policy Gradient(DDPG) algorithm to find reasonable paths for ships☆32Updated 2 years ago
- Jax and Torch Multi-Agent SAC on PettingZoo API☆69Updated 2 months ago
- implementation of MADDPG using PyTorch and multiagent-particle-envs☆32Updated 2 years ago
- PyTorch implementations of MADDPG, MAPPO (coming)☆112Updated 11 months ago
- Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics…☆79Updated 4 years ago
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.