wow_step
Advance the game simulation by one step by executing a named action. Returns reward, completion flags, and the new state.
Instructions
Take ONE named action and advance the sim by one env step (5 sim ticks ~ 0.25s). Returns reward, end flags, and the new decoded state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | action name from wow_list_actions, e.g. "forward", "attack", "ability_3", "interact", "eat_drink" |