TextWorld¶
Text-based interactive fiction environments from Microsoft Research.
- Install:
pip install -e ".[textworld]"- Paradigm:
Single-agent
- Stepping:
SINGLE_AGENT- Note:
Linux/macOS only
Environment |
Description |
|---|---|
TextWorld-Simple-v0 |
Basic text game |
TextWorld-CoinCollector-v0 |
Collect coins in a text world |
TextWorld-TreasureHunter-v0 |
Find treasure in a dungeon |
TextWorld-Cooking-v0 |
Follow recipes in a kitchen |
TextWorld-Custom-v0 |
Custom-generated game instances |
Citation¶
@inproceedings{cote2018textworld,
author = {Marc-Alexandre C{\^o}t{\'e} and {\'A}kos K{\'a}d{\'a}r and Xingdi Yuan and Ben Kybartas and Tavian Barnes and Emery Fine and James Moore and Matthew Hausknecht and Layla El Asri and Mahmoud Adada and Wendy Tay and Adam Trischler},
title = {TextWorld: A Learning Environment for Text-Based Games},
booktitle = {Computer Games Workshop at ICML/IJCAI},
year = {2018},
}