cyoon1729 / Multi-agent-reinforcement-learning

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%