Skip to content

Commit d9331a9

Browse files
authored
Update README.md
1 parent 7116964 commit d9331a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Chao Yu*, Akash Velu*, Eugene Vinitsky, Yu Wang, Alexandre Bayen, and Yi Wu.
44

55
Website: https://sites.google.com/view/mappo
66

7-
This repository implements MAPPO, a multi-agent variant of PPO. The implementation in this repositorory is used in the paper "The Surprising Effectiveness of MAPPO in Cooperative Multi-Agent Games" (https://arxiv.org/abs/2103.01955).
7+
This repository implements MAPPO, a multi-agent variant of PPO. The implementation in this repositorory is used in the paper "The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games" (https://arxiv.org/abs/2103.01955).
88
This repository is heavily based on https://github.com/ikostrikov/pytorch-a2c-ppo-acktr-gail.
99

1010
## Environments supported:
@@ -107,7 +107,7 @@ We additionally provide `./eval_hanabi_forward.sh` for evaluating the hanabi sco
107107
If you find this repository useful, please cite our [paper](https://arxiv.org/abs/2103.01955):
108108
```
109109
@misc{yu2021surprising,
110-
title={The Surprising Effectiveness of MAPPO in Cooperative Multi-Agent Games},
110+
title={The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games},
111111
author={Chao Yu and Akash Velu and Eugene Vinitsky and Yu Wang and Alexandre Bayen and Yi Wu},
112112
year={2021},
113113
eprint={2103.01955},

0 commit comments

Comments
 (0)