Skip to content

Commit

Permalink
updated website with citation
Browse files Browse the repository at this point in the history
  • Loading branch information
BolunDai0216 committed Jul 10, 2023
1 parent 164f529 commit 9b5fcb5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
14 changes: 14 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
```

0 comments on commit 9b5fcb5

Please sign in to comment.