Skip to content

Commit 7072a11

Browse files
committed
Merge branch 'master' of github.com:semitable/lb-foraging
2 parents 9de5a4c + 0838703 commit 7072a11

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* [Getting Started](#getting-started)
1111
* [Installation](#installation)
1212
* [Usage](#usage)
13+
* [Citation](#citation)
1314
* [Contributing](#contributing)
1415
* [Contact](#contact)
1516

@@ -112,6 +113,27 @@ class Action(Enum):
112113
```
113114

114115

116+
<!-- CITATION -->
117+
## Citation
118+
1. A comperative evaluation of MARL algorithms that includes this environment
119+
```
120+
@article{papoudakis2020comparative,
121+
title={Comparative Evaluation of Multi-Agent Deep Reinforcement Learning Algorithms},
122+
author={Papoudakis, Georgios and Christianos, Filippos and Sch{\"a}fer, Lukas and Albrecht, Stefano V},
123+
journal={arXiv preprint arXiv:2006.07869},
124+
year={2020}
125+
}
126+
```
127+
2. A method that achieves state-of-the-art performance in many Level-Based Foraging tasks
128+
```
129+
@inproceedings{christianos2020shared,
130+
title={Shared Experience Actor-Critic for Multi-Agent Reinforcement Learning},
131+
author={Christianos, Filippos and Sch{\"a}fer, Lukas and Albrecht, Stefano V},
132+
booktitle = {Advances in Neural Information Processing Systems},
133+
year={2020}
134+
}
135+
```
136+
115137

116138
<!-- CONTRIBUTING -->
117139
## Contributing
@@ -124,6 +146,7 @@ Contributions are what make the open source community such an amazing place to b
124146
4. Push to the Branch (`git push origin feature/AmazingFeature`)
125147
5. Open a Pull Request
126148

149+
127150
<!-- CONTACT -->
128151
## Contact
129152

0 commit comments

Comments
 (0)