feat(rollout): add Python 3.11 robot runtime and safety gates - #583
feat(rollout): add Python 3.11 robot runtime and safety gates#583ElmoPA wants to merge 20 commits into
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
14ba921 to
d69a3ef
Compare
d69a3ef to
4be680f
Compare
Claude Code ReviewReview of PR #583SummaryThis PR consolidates the robot rollout runtime onto Python 3.11, moves policy ownership into each algorithm class, adds safety gates for live rollout, and introduces a narrow compatibility shim for one specific frozen Fold checkpoint. It's a large, mostly well-structured change with strong safety framing, but a few concerns warrant attention before merge. Key concerns1. Hardcoded secret was previously in Dockerfile 🚨The removed Dockerfile chunk contained a Graphite auth token ( 2.
|

feat(pipeline): consolidate Fold, PushT, overlays, and MoE
feat(rollout): unify Python 3.11 robot runtime
build(robot): validate amd64 Python 3.11 image
refactor(rollout): move policy ownership into algorithms
fix(robot): fail closed before live rollout