Skip to content

Add memory-recall gym scenario (#1210)#1225

Merged
rysweet merged 1 commit intomainfrom
engineer/issue-1210-memory-recall-scenario
Apr 24, 2026
Merged

Add memory-recall gym scenario (#1210)#1225
rysweet merged 1 commit intomainfrom
engineer/issue-1210-memory-recall-scenario

Conversation

@rysweet
Copy link
Copy Markdown
Owner

@rysweet rysweet commented Apr 24, 2026

Adds the memory-recall-consolidated-episode gym scenario, covering category 10 (Memory recall) from #1210.

The new scenario asks the agent to use prior episode/consolidated memory context to recall the most recent consolidated episode and report its source_label and slot_type.

Tests

  • cargo test --lib -- gym::tests_scenarios ✅ (55 passed)
  • cargo test --lib -- gym::scenarios ✅ (12 passed)

Bumped the static array length to 153 and updated the count assertion accordingly.

Refs #1210.

Adds category 10 (Memory recall) coverage to the gym benchmark suite by
introducing the memory-recall-consolidated-episode scenario, which asks
the agent to use prior episode/consolidated memory context to summarize
the most recent consolidated episode's source_label and slot_type.

Refs #1210.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@rysweet rysweet merged commit b72be79 into main Apr 24, 2026
7 checks passed
@rysweet rysweet deleted the engineer/issue-1210-memory-recall-scenario branch April 24, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant