From 08387038d531164722923bfe0d5e5a33f6ba6851 Mon Sep 17 00:00:00 2001 From: Lukas Schaefer Date: Thu, 5 Nov 2020 12:46:07 +0100 Subject: [PATCH] Update README.md with citation --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 0650362..d5db0fc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ * [Getting Started](#getting-started) * [Installation](#installation) * [Usage](#usage) +* [Citation](#citation) * [Contributing](#contributing) * [Contact](#contact) @@ -112,6 +113,27 @@ class Action(Enum): ``` + +## Citation +1. A comperative evaluation of MARL algorithms that includes this environment +``` +@article{papoudakis2020comparative, + title={Comparative Evaluation of Multi-Agent Deep Reinforcement Learning Algorithms}, + author={Papoudakis, Georgios and Christianos, Filippos and Sch{\"a}fer, Lukas and Albrecht, Stefano V}, + journal={arXiv preprint arXiv:2006.07869}, + year={2020} +} +``` +2. A method that achieves state-of-the-art performance in many Level-Based Foraging tasks +``` +@inproceedings{christianos2020shared, + title={Shared Experience Actor-Critic for Multi-Agent Reinforcement Learning}, + author={Christianos, Filippos and Sch{\"a}fer, Lukas and Albrecht, Stefano V}, + booktitle = {Advances in Neural Information Processing Systems}, + year={2020} +} +``` + ## Contributing @@ -124,6 +146,7 @@ Contributions are what make the open source community such an amazing place to b 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request + ## Contact