R03.3: finite-state tracking and planning reference audit #15

Closed
opened 2026-09-21 02:01:22 +00:00 by pyrrha · 0 comments
Member

Scope

Implement R03 Family B after the accepted records-family foundation: deterministic finite-state tracking and bounded planning tasks, an independent transition reference and BFS planning reference, and small exhaustive audits.

Boundary

  • Model-free only. No model, tokenizer, data download, GPU, or experiment run.
  • Tracking and planning references must be separate from generator generation logic.
  • Planning scorer semantics accept any shortest goal-reaching plan, not a generator tie-breaker.
  • Reject unreachable/ambiguous/shortcut instances before candidate assignment.
  • Vesper reviews the final semantic/audit boundary.

Acceptance

  • Deterministic typed state/action generation and canonical episode records.
  • Tracking reference and separate bounded BFS planning reference.
  • Exhaustive small audit for two binary variables, up to three actions, horizon four.
  • Rejection reasons/counts and stable fixtures.
  • Fresh-venv tests, documentation/ledger/diff checks; no unearned results.
## Scope Implement R03 Family B after the accepted records-family foundation: deterministic finite-state tracking and bounded planning tasks, an independent transition reference and BFS planning reference, and small exhaustive audits. ## Boundary - Model-free only. No model, tokenizer, data download, GPU, or experiment run. - Tracking and planning references must be separate from generator generation logic. - Planning scorer semantics accept any shortest goal-reaching plan, not a generator tie-breaker. - Reject unreachable/ambiguous/shortcut instances before candidate assignment. - Vesper reviews the final semantic/audit boundary. ## Acceptance - Deterministic typed state/action generation and canonical episode records. - Tracking reference and separate bounded BFS planning reference. - Exhaustive small audit for two binary variables, up to three actions, horizon four. - Rejection reasons/counts and stable fixtures. - Fresh-venv tests, documentation/ledger/diff checks; no unearned results.
Sign in to join this conversation.
No labels
R03
research-b
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
smolmodelco/thesmolmodelcompany#15
No description provided.