Skip to content

feat(grpo): extend action types (scroll, key, noop) #37

@abrichr

Description

@abrichr

GRPO DSL only supports CLICK/TYPE/WAIT/DONE. The schema (episode.py) supports 24 action types. RL training requires scroll, key, and noop at minimum.

_format_action_as_text silently converts unknown types to DONE, causing gradient signal loss. Extend parser, formatter, and prompt to support the full action vocabulary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions