manaski / MARLLinks
多智能体强化学习
☆100Updated 6 years ago
Alternatives and similar repositories for MARL
Users that are interested in MARL are comparing it to the libraries listed below
Sorting:
- 多智能体强化学习(MARL)算法复现,包括QMIX,VDN,QTRAN、MAVEN等等☆202Updated 3 years ago
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆101Updated 3 years ago
- RL algorithms☆143Updated 4 years ago
- D3QN Pytorch☆63Updated 3 years ago
- A Collection of Multi-Agent Reinforcement Learning (MARL) Resources☆241Updated 2 years ago
- The code for maddpg using pytorch☆170Updated 4 years ago
- Tutorial for Reinforcement Learning☆186Updated 3 years ago
- A collection of multi agent environments based on OpenAI gym.☆26Updated last year
- A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm☆349Updated 4 years ago
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆53Updated 5 years ago
- 多智能体强化学习VDN、QMIX、QTRAN、QPLEX复现☆32Updated 2 years ago
- Multi-agent Reinforcement Learning Algorithms(COMA, VDN, QMIX)☆15Updated 5 years ago
- Algorithm that combines QMIX with SAC for Multi-Agent Reinforcement Learning.☆50Updated 3 years ago
- 强化学习中纳什Qlearning 实现矩阵博弈☆30Updated 6 years ago
- Reinforcement learning with PyTorch, inspired by MorvanZhou, change the framework from Tensorflow to PyTorch☆297Updated 5 years ago
- Use Multi-agent Twin Delayed Deep Deterministic Policy Gradient(TD3) algorithm to find reasonable paths for ships☆64Updated 2 years ago
- Clean implementation of Multi-Agent Reinforcement Learning methods (MADDPG, MATD3, MASAC, MAD4PG) in TensorFlow 2.x☆156Updated last year
- Reinforcement Learning Algorithms Based on PyTorch☆19Updated 3 years ago
- Use Multi-Agent Deep Deterministic Policy Gradient(DDPG) algorithm to find reasonable paths for ships☆37Updated 2 years ago
- ☆14Updated 4 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆92Updated 4 years ago
- Transplant a implementation of MADDPG to the environment provided by openAI (multiagent-particle-envs).☆20Updated 7 years ago
- My DRL library with tensorflow1.14 based on openai spinning-up☆61Updated 4 years ago
- PyTorch implementations of MADDPG, MAPPO (coming)☆157Updated last year
- my code for paper Parameterized-DQN☆22Updated 4 years ago
- a clean and robust Pytorch implementation of SAC on continuous action space☆83Updated 3 months ago
- Solve BipedalWalkerHardcore-v2 with TD3☆89Updated 2 years ago
- Parametrized Deep Q-Networks Learning: Reinforcement Learning with Discrete-Continuous Hybrid Action Space☆49Updated 3 years ago
- shouyuantianxia / Algorithmic-Game-Theory-Application-on-Multi-agent-Combat-and-Verification-Platform-Design本科毕业设计:《多智能体博弈兵棋推演理论与验证平台设计》的源代码附录内容。强化学习算法的实现上参考了周沫凡先生的开源代码https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow☆57Updated 5 years ago
- Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics…☆87Updated 4 years ago