✨ Add configurable RL pass timeouts - #789
Closed
flowerthrower wants to merge 4 commits into
Closed
flowerthrower wants to merge 4 commits into
flowerthrower wants to merge 4 commits into
Conversation
flowerthrower
force-pushed
the
v3/configurable-pass-timeouts
branch
from
August 27, 2026 13:21
e060f32 to
ee01ca3
Compare
flowerthrower
force-pushed
the
v3/reproducible-rl-seeding
branch
from
August 27, 2026 13:21
9c416ed to
4bea5f8
Compare
This was referenced Aug 27, 2026
Assisted-by: GPT-5.6 via Codex Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com> Assisted-by: GPT 5.6 via Codex
Assisted-by: GPT-5.6 via Codex Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com> Assisted-by: GPT 5.6 via Codex
Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com>
Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com> Assisted-by: GPT 5.6 via Codex
flowerthrower
force-pushed
the
v3/configurable-pass-timeouts
branch
from
August 27, 2026 13:28
a748f7e to
a7cf25f
Compare
flowerthrower
force-pushed
the
v3/reproducible-rl-seeding
branch
from
August 27, 2026 13:28
561bba3 to
c55cdda
Compare
Member
Author
|
🤖 AI text below 🤖\n\nSuperseded while rebuilding the corrected downstream stack after #758. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 AI text below 🤖
Description
Adds an opt-in timeout for individual RL compilation passes during training and inference.
pass_timeoutis exposed through training and inference entry points.The implementation uses POSIX real-time signals on the main thread. Unsupported platforms or worker threads warn and continue without a timeout. Reward policy is intentionally not owned here; the final reward PR later changes failed-action rewards to the paper penalty.
This draft is stacked on the seeding PR. Validated with repository lint and six focused timeout tests.
Part of #664
Checklist
If PR contains AI-assisted content: