mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-09-02 02:32:50 +00:00
26 lines
581 B
Markdown
26 lines
581 B
Markdown
![]() |
---
|
||
|
firstpage:
|
||
|
lastpage:
|
||
|
---
|
||
|
|
||
|
## Toy Text
|
||
|
|
||
|
```{toctree}
|
||
|
:hidden:
|
||
|
|
||
|
blackjack.md
|
||
|
taxi.md
|
||
|
cliff_walking.md
|
||
|
frozen_lake.md
|
||
|
```
|
||
|
|
||
|
```{raw} html
|
||
|
:file: index.html
|
||
|
```
|
||
|
|
||
|
All toy text environments were created by us using native Python libraries such as StringIO.
|
||
|
|
||
|
These environments are designed to be extremely simple, with small discrete state and action spaces, and hence easy to learn. As a result, they are suitable for debugging implementations of reinforcement learning algorithms.
|
||
|
|
||
|
All environments are configurable via arguments specified in each environment's documentation.
|