Skip to content

feat(rl-env): populate observation with task instruction #77

@abrichr

Description

@abrichr

WAALiveAdapter._get_observation() does not populate raw_observation with the task instruction. RLEnvironment stores _current_task.instruction but never exposes it on observations.

This means RL agents using observations cannot see what task they should perform.

Fix: populate raw_observation["instruction"] in observe(), or add a public current_instruction property to RLEnvironment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions