Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CONTEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,25 @@ _Avoid_: Interpolated episode, repaired episode
**Training Frame**:
One fixed-rate set of aligned observations, an applied action, task text, and complementary information.
_Avoid_: Camera frame, raw sample

## Policy Rollout

**Policy rollout**:
One active execution of one configured checkpoint against live observations, from an explicit start until stop, timeout, failure, or control preemption.
_Avoid_: Policy task, inference request

**Rollout supervisor**:
The lifecycle supervisor that translates semantic operator actions into policy and control-task activation requests.
_Avoid_: Policy runtime, control task

**Policy arm command**:
An absolute arm-joint target routed to the coordinator's activation-gated policy trajectory task.
_Avoid_: Applied command, measured state

**Policy gripper command**:
A normalized gripper opening routed to the coordinator's activation-gated policy gripper task.
_Avoid_: Native gripper position, arm command

**Control preemption**:
A control tick in which a higher-priority task wins joints claimed by another task. Activation-gated tasks deactivate themselves after preemption.
_Avoid_: Rejected command, hidden output
Loading
Loading