Files
Gymnasium/docs/environments/toy_text.md

527 B

firstpage, lastpage
firstpage lastpage

Toy Text

:hidden:

toy_text/blackjack.md
toy_text/taxi.md
toy_text/cliff_walking.md
toy_text/frozen_lake.md
   :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.