ZYunfeii / DRL_algorithm_library
This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.
☆94Updated 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
- Use Multi-agent Twin Delayed Deep Deterministic Policy Gradient(TD3) algorithm to find reasonable paths for ships☆54Updated 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☆30Updated 2 years ago
- a clean and robust Pytorch implementation of SAC on continuous action space☆66Updated 7 months ago
- PyTorch implementations of MADDPG, MAPPO (coming)☆102Updated 10 months ago
- implementation of MADDPG using PettingZoo and PyTorch☆122Updated last year
- implementation of MADDPG using PyTorch and multiagent-particle-envs☆32Updated 2 years ago
- Parametrized Deep Q-Networks Learning: Reinforcement Learning with Discrete-Continuous Hybrid Action Space☆41Updated 2 years ago
- Jax and Torch Multi-Agent SAC on PettingZoo API☆68Updated last month
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.☆42Updated 2 years ago
- 无人机动态覆盖控制;1. 实现了一个无人机点覆盖环境;2. 给出了无人机连通保持规则;3. 给出了基于MARL的控制算法☆44Updated 4 months ago
- D3QN Pytorch☆57Updated 3 years ago
- Multi-UAV target round-up based on MADDPG☆71Updated 2 months ago
- POMG algorithm for large-scale pursuit game with partial observation and no communication.☆20Updated last year
- 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
- This is the source code of "Efficient training techniques for multi-agent reinforcement learning in combatant tasks".☆72Updated 4 years ago
- RL algorithms☆140Updated 3 years ago
- Heterogeneous Hierarchical Multi Agent Reinforcement Learning for Air Combat☆75Updated 4 months ago
- Solve BipedalWalkerHardcore-v2 with TD3☆83Updated last year
- Multi-agent Reinforcement Learning Algorithms(COMA, VDN, QMIX)☆13Updated 4 years ago
- My own implementation of Reinforcement Learning algorithms using Tensorflow 2.0☆29Updated 2 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆93Updated 3 years ago
- ☆20Updated 3 years ago
- DDPG in Pytorch☆42Updated 3 years ago
- demo of multi-agent reinforcement learning algorithms, such as ATT-MADDPG (Modelling the Dynamic Joint Policy of Teammates with Attention…☆52Updated 3 years ago
- Implementation of Deep Deterministic Policy Gradient (DDPG) with Prioritized Experience Replay (PER)☆47Updated 4 years ago
- MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT..…☆114Updated 8 months ago
- The implementation of LSTM-TD3.☆72Updated last year
- Transplant a implementation of MADDPG to the environment provided by openAI (multiagent-particle-envs).☆17Updated 6 years ago