Skip to content

Commit 89cae4a

Browse files
authored
Updated README.md
1 parent 4ea9839 commit 89cae4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# SimpleGrid: Simple Grid Environment for Gymnasium
88

9-
SimpleGrid is a super simple grid environment for [Gymnasium](https://gymnasium.farama.org/). It is easy to use and customise and it is intended to offer an environment for quickly testing and prototyping different RL algorithms.
9+
SimpleGrid is a super simple grid environment for [Gymnasium](https://gymnasium.farama.org/) (formerly OpenAI gym). It is easy to use and customise and it is intended to offer an environment for quickly testing and prototyping different Reinforcement Learning algorithms.
1010

1111
It is also efficient, lightweight and has few dependencies (gymnasium, numpy, matplotlib).
1212

@@ -43,7 +43,7 @@ Please use this bibtex if you want to cite this repository in your publications:
4343
```tex
4444
@misc{gym_simplegrid,
4545
author = {Leo D'Amato},
46-
title = {Simple Gridworld Environment for OpenAI Gym},
46+
title = {SimpleGrid: Simple Grid Environment for Gymnasium},
4747
year = {2022},
4848
publisher = {GitHub},
4949
journal = {GitHub repository},

0 commit comments

Comments
 (0)