Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

cyoon1729/Multi-agent-reinforcement-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages