Skip to content

Commit

Permalink
Merge pull request #106 from BolunDai0216/master
Browse files Browse the repository at this point in the history
updated website with citation
  • Loading branch information
pseudo-rnd-thoughts authored Jul 10, 2023
2 parents 164f529 + 9b5fcb5 commit 3550591
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 3550591

Please sign in to comment.