mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-30 21:34:30 +00:00
527 B
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.