README: @ is not a legal symbol in BibTex attribs

This commit is contained in:
Dominik Moritz Roth 2023-10-11 12:39:11 +02:00
parent 757072c762
commit 3317ffb06d

View File

@ -299,11 +299,11 @@ To cite this repository in publications:
```bibtex
@software{fancy_gym,
title = {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},
organization = {Autonomous Learning Robots Lab (ALR) at KIT},
}
```