All Projects → cyoon1729 → Multi-agent-reinforcement-learning

cyoon1729 / Multi-agent-reinforcement-learning

Licence: MIT License
Implementation of Multi-Agent Reinforcement Learning algorithm(s). Currently includes: MADDPG

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Multi-agent-reinforcement-learning

MARL-resources-collection
A Collection of Multi-Agent Reinforcement Learning (MARL) Resources
Stars: ✭ 96 (+95.92%)
Mutual labels:  multiagent-reinforcement-learning, marl
marltoolbox
A toolbox with the goal of speeding up research on bargaining in MARL (cooperation problems in MARL).
Stars: ✭ 25 (-48.98%)
Mutual labels:  multiagent-reinforcement-learning, marl
Reinforcement-Learning-Code
A repository for codes of reinforcement learning algorithms with PyTorch
Stars: ✭ 23 (-53.06%)
Mutual labels:  pytorch-rl
pymarl2
Fine-tuned MARL algorithms on SMAC (100% win rates on most scenarios)
Stars: ✭ 311 (+534.69%)
Mutual labels:  marl
mgym
A collection of multi-agent reinforcement learning OpenAI gym environments
Stars: ✭ 41 (-16.33%)
Mutual labels:  multiagent-reinforcement-learning
Mava
A library of multi-agent reinforcement learning components and systems
Stars: ✭ 355 (+624.49%)
Mutual labels:  marl
rl-medical
Communicative Multiagent Deep Reinforcement Learning for Anatomical Landmark Detection using PyTorch.
Stars: ✭ 36 (-26.53%)
Mutual labels:  multiagent-reinforcement-learning
alpha sigma
A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.
Stars: ✭ 134 (+173.47%)
Mutual labels:  pytorch-rl
CDS
[NeurIPS 2021] CDS achieves remarkable success in challenging benchmarks SMAC and GRF by balancing sharing and diversity.
Stars: ✭ 55 (+12.24%)
Mutual labels:  marl
MolDQN-pytorch
A PyTorch Implementation of "Optimization of Molecules via Deep Reinforcement Learning".
Stars: ✭ 58 (+18.37%)
Mutual labels:  pytorch-rl
warp-drive
Extremely Fast End-to-End Deep Multi-Agent Reinforcement Learning Framework on a GPU (JMLR 2022)
Stars: ✭ 364 (+642.86%)
Mutual labels:  multiagent-reinforcement-learning
SARNet
Code repository for SARNet: Learning Multi-Agent Communication through Structured Attentive Reasoning (NeurIPS 2020)
Stars: ✭ 14 (-71.43%)
Mutual labels:  multiagent-reinforcement-learning
Deep Reinforcement Learning
Repo for the Deep Reinforcement Learning Nanodegree program
Stars: ✭ 4,012 (+8087.76%)
Mutual labels:  pytorch-rl
pytorch-nfsp
Implementation of Deep Reinforcement Learning from Self-Play in Imperfect-Information Games (Heinrich and Silver, 2016)
Stars: ✭ 32 (-34.69%)
Mutual labels:  marl

Multi-agent Reinforcement Learning

WORK IN PROGRESS

What's Inside

- MADDPG

  • Implementation of algorithm presented in OpenAI's publication "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments" (Lowe et al., https://arxiv.org/pdf/1706.02275.pdf)
  • Does not include "Inferring policies of other agents" and "policy ensembles"
  • multiagent-particle-environment: follow install instructions in https://github.com/openai/multiagent-particle-envs
  • Tested on Spread environment.
  • TODO:
    • Test on competitive tasks

Running the code & Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].