SKU RLE-1302 · Sold by External
TextWorld
Product specifications
| SKU | RLE-1302 |
|---|---|
| Data type | RL environments |
| Volume | Unlimited procedurally-generated games |
| Size on disk | Not published by source |
| Format | Python (pip: textworld) + generated game files |
| Access model | PUBLIC LICENSE |
| Pricing | Free · open-source license |
| Quality score | — |
| License | MIT License |
TextWorld is a Python sandbox for the training and evaluation of RL agents on text-based games, exposing a Gym-like interface over parser-driven interactive fiction. Its tw-make generator produces unlimited games with tunable complexity (world/map size, object count, quest length, grammar), enabling study of language grounding and generalization. Observations are textual feedback; actions are text commands (go, take, open, cook, etc.) with configurable rewards. It underlies ALFWorld.