From 5f3c28e8f0a589f38d1bdaa7872c5e92bc70d151 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Wed, 11 Oct 2023 11:56:51 +0200 Subject: [PATCH] Added bibtex for citations to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ff0d3c2..eb702c1 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,20 @@ for i in range(5): observation, info = env.reset() ``` +## Citing the Project + +To cite this repository in publications: + +```bibtex +@software{fancy_gym, + title = {Fancy {Gym}}, + author = {Otto, Fabian and Celik, Onur and Roth, Dominik and Zhou, Hongyi}, + abstract = {Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches.}, + url = {https://github.com/ALRhub/fancy_gym}, + organization = {Autonomous Learning Robots Lab (ALR) @ KIT}, +} +``` + ## Icon Attribution The icon is based on the [Gymnasium](https://github.com/Farama-Foundation/Gymnasium) icon as can be found [here](https://gymnasium.farama.org/_static/img/gymnasium_black.svg).