GitXplorerGitXplorer
w

maddpg-tf

public
18 stars
5 forks
1 issues

Commits

List of commits on branch master.
Unverified
4a2cff76bba22e0e6ce09add32cb35a68eb4e697

add readme

wwwxFromTju committed 7 years ago
Unverified
7ba15d158fe90d2d8cea10d1e654385cb06bbd01

code and gif

wwwxFromTju committed 7 years ago

README

The README file for this repository.

MADDPG-DDPG

use tensorflow to implement the paper: Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments

use ddpg to training agents use maddpg to training agents

tensorflow==1.4.1

you should install multiagent-particle-envs first

you can run test_three_agent_maddpg.py and test_three_agent_ddpg.py to see the result