mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-07 00:11:46 +00:00
24 lines
527 B
Markdown
24 lines
527 B
Markdown
---
|
|
firstpage:
|
|
lastpage:
|
|
---
|
|
|
|
# Toy Text
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
|
|
toy_text/blackjack.md
|
|
toy_text/taxi.md
|
|
toy_text/cliff_walking.md
|
|
toy_text/frozen_lake.md
|
|
```
|
|
|
|
```{raw} html
|
|
:file: toy_text/list.html
|
|
```
|
|
|
|
Toy text 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.
|
|
|
|
Environments are configurable via arguments specified in each environment's documentation.
|