wow_play
Batch up to 10 game actions to advance the environment step-by-step. Stops early if episode ends, returning total reward and final state.
Instructions
Apply a SEQUENCE of named actions, one env step each. Fewer round-trips than calling wow_step repeatedly, so prefer batches of 1-10 actions per call. Stops early if the episode ends. Returns total reward, end flags, and final state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | ordered list of action names from wow_list_actions |