瀏覽代碼

Updated Citation (#370)

Bolun 1 年之前
父節點
當前提交
19d68829eb
共有 1 個文件被更改,包括 14 次插入5 次删除
  1. 14 5
      README.md

+ 14 - 5
README.md

@@ -42,11 +42,20 @@ The original `gym-minigrid` environments were created as part of work done at [M
 To cite this project please use:
 
 ```
-@software{minigrid,
-  author = {Chevalier-Boisvert, Maxime and Willems, Lucas and Pal, Suman},
-  title = {Minimalistic Gridworld Environment for Gymnasium},
-  url = {https://github.com/Farama-Foundation/Minigrid},
-  year = {2018},
+@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},
 }
 ```