Files
Gymnasium/docs/environments/toy_text.md

24 lines
527 B
Markdown
Raw Permalink Normal View History

2022-09-13 20:27:34 +01:00
---
firstpage:
lastpage:
---
# Toy Text
2022-09-13 20:27:34 +01:00
```{toctree}
:hidden:
2022-10-03 19:01:14 +01:00
toy_text/blackjack.md
toy_text/taxi.md
toy_text/cliff_walking.md
toy_text/frozen_lake.md
2022-09-13 20:27:34 +01:00
```
```{raw} html
2022-10-03 19:01:14 +01:00
:file: toy_text/list.html
2022-09-13 20:27:34 +01:00
```
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.
2022-09-13 20:27:34 +01:00
Environments are configurable via arguments specified in each environment's documentation.