docs(cookbooks): add Daytona RL cookbook - #617
Open
shfunc wants to merge 2 commits into
Open
Conversation
shfunc
force-pushed
the
daytona-cookbook
branch
from
August 25, 2026 19:10
e9e9ab2 to
bfb3805
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bfb3805. Configure here.
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.

Note
Low Risk
New cookbook and benchmark scripts only; no changes to core HUD libraries or production services.
Overview
Adds
cookbooks/daytona-rl, an end-to-end example that runs GRPO training on Daytona sandboxes using the same HUDenv.pyfor eval and rollouts (pytest-graded “fixcalc.py” task with 24 deterministic bug variants).The cookbook wires up
DaytonaRuntime+ aDockerfile.hudimage, content-addressed snapshot names (snapshot.py), and warm-pool helpers (pool.py) sized to match batch concurrency.train.pyruns the documented 10-step / 128-wide run (chunkedforward_backwardto avoid 413s, resume viatrain_run.json, pool teardown on exit).bench/adds reproducibility scripts (baseline pass rate, concurrency ladder, warm-pool A/B, cleanup) plus committedtrain_run.json/train_curve.svgfor the published before/after numbers.Reviewed by Cursor Bugbot for commit 1c8ad44. Bugbot is set up for automated code reviews on this repo. Configure here.