diff --git a/README.md b/README.md index 95480b24..d98387e4 100644 --- a/README.md +++ b/README.md @@ -129,17 +129,9 @@ xvfb-run -a -s "-screen 0 1024x768x24 -ac +extension GLX +render -noreset" pytho To cite this project please use: -``` +```bibtex @article{MinigridMiniworld23, - author = {Maxime Chevalier-Boisvert and - Bolun Dai and - Mark Towers and - Rodrigo de Lazcano and - Lucas Willems and - Salem Lahlou and - Suman Pal and - Pablo Samuel Castro and - Jordan Terry}, + author = {Maxime Chevalier-Boisvert and Bolun Dai and Mark Towers and Rodrigo de Lazcano and Lucas Willems and Salem Lahlou and Suman Pal and Pablo Samuel Castro and Jordan Terry}, title = {Minigrid \& Miniworld: Modular \& Customizable Reinforcement Learning Environments for Goal-Oriented Tasks}, journal = {CoRR}, volume = {abs/2306.13831}, diff --git a/docs/index.md b/docs/index.md index 323bda7a..84b9cb37 100644 --- a/docs/index.md +++ b/docs/index.md @@ -70,3 +70,17 @@ for _ in range(1000): observation, info = env.reset() env.close() ``` + +## Citation + +To cite this project please use: + +```bibtex +@article{MinigridMiniworld23, + author = {Maxime Chevalier-Boisvert and Bolun Dai and Mark Towers and Rodrigo de Lazcano and Lucas Willems and Salem Lahlou and Suman Pal and Pablo Samuel Castro and Jordan Terry}, + title = {Minigrid \& Miniworld: Modular \& Customizable Reinforcement Learning Environments for Goal-Oriented Tasks}, + journal = {CoRR}, + volume = {abs/2306.13831}, + year = {2023}, +} +``` \ No newline at end of file