Update information about citing Gymnasium (#591)

This commit is contained in:
Ariel Kwiatkowski
2023-07-09 23:49:00 +02:00
committed by GitHub
parent dd82affa97
commit 00e586e407
2 changed files with 24 additions and 1 deletions

View File

@@ -79,6 +79,10 @@ authors:
email: omar.younis98@gmail.com
affiliation: University of Bologna
orcid: 'https://orcid.org/0009-0004-2783-7932'
identifiers:
- type: doi
value: 10.5281/zenodo.8127025
description: Zenodo DOI
repository-code: 'https://github.com/Farama-Foundation/Gymnasium'
url: 'https://gymnasium.farama.org/'
abstract: >-

View File

@@ -1,4 +1,5 @@
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8127026.svg)](https://doi.org/10.5281/zenodo.8127025)
<p align="center">
<img src="https://raw.githubusercontent.com/Farama-Foundation/Gymnasium/main/gymnasium-text.png" width="500px"/>
@@ -66,3 +67,21 @@ We have a roadmap for future development work for Gymnasium available here: http
## Support Gymnasium's Development
If you are financially able to do so and would like to support the development of Gymnasium, please join others in the community in [donating to us](https://github.com/sponsors/Farama-Foundation).
## Citation
You can cite Gymnasium as:
```
@misc{towers_gymnasium_2023,
title = {Gymnasium},
url = {https://zenodo.org/record/8127025},
abstract = {An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)},
urldate = {2023-07-08},
publisher = {Zenodo},
author = {Towers, Mark and Terry, Jordan K. and Kwiatkowski, Ariel and Balis, John U. and Cola, Gianluca de and Deleu, Tristan and Goulão, Manuel and Kallinteris, Andreas and KG, Arjun and Krimmel, Markus and Perez-Vicente, Rodrigo and Pierré, Andrea and Schulhoff, Sander and Tai, Jun Jet and Shen, Andrew Tan Jin and Younis, Omar G.},
month = mar,
year = {2023},
doi = {10.5281/zenodo.8127026},
}
```