You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# SimpleGrid: Simple Grid Environment for Gymnasium
8
8
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.
10
10
11
11
It is also efficient, lightweight and has few dependencies (gymnasium, numpy, matplotlib).
12
12
@@ -43,7 +43,7 @@ Please use this bibtex if you want to cite this repository in your publications:
43
43
```tex
44
44
@misc{gym_simplegrid,
45
45
author = {Leo D'Amato},
46
-
title = {Simple Gridworld Environment for OpenAI Gym},
46
+
title = {SimpleGrid: Simple Grid Environment for Gymnasium},
0 commit comments