tw-play

Play a TextWorld game (.z8 or .ulx).

usage: tw-play [-h] [--mode MODE] [--max-steps STEPS] [--viewer [PORT]]
               [--hints] [-v] [-vv]
               game

Positional Arguments

game

Named Arguments

--mode

Possible choices: random, human, random-cmd, walkthrough

Select an agent to play the game: [‘random’, ‘human’, ‘random-cmd’, ‘walkthrough’]. Default: “human”.

Default: “human”

--max-steps

Limit maximum number of steps.

Default: 0

--viewer

Start web viewer.

--hints

Provide commands autocompletion and quest progression when –mode=human.

Default: False

-v, --verbose

Verbose mode.

Default: False

-vv, --very-verbose

Print debug information.

Default: False