Multi-agent project (commnet, bicnet, maddpg) in pytorch for Multi-Agent Particle Environment
Concise pytorch implements of MARL algorithms, including MAPPO, MADDPG, MATD3, QMIX and VDN.
A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm
Code for paper "基于多智能体深度强化学习的车联网通信资源分配优化"
Distributed Multi-Agent Cooperation Algorithm based on MADDPG with prioritized batch data.
This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.
Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics"
Project on multi agent reinforcement learning applied on patrolling agents
Implementation Multi-Agent Deep Deterministic Policy Gradient (MADDPG) algorithm in keras
This is Multi agent deep reinforcement learning repo which trains an agent to play Tennis. It trains by playing against itself.
RLToolkit is a flexible and high-efficient reinforcement learning framework. Include implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....