docs(diffusion RL v0.1): add quick start, OCR example, accuracy guide, and roadmap#23
Draft
zhihengy wants to merge 3 commits into
Draft
docs(diffusion RL v0.1): add quick start, OCR example, accuracy guide, and roadmap#23zhihengy wants to merge 3 commits into
zhihengy wants to merge 3 commits into
Conversation
Rockdu
reviewed
May 9, 2026
| n_samples_per_prompt = 16 samples per prompt | ||
| samples_per_rollout = 16 * 16 = 256 samples | ||
| num_steps_per_rollout = 2 optimizer steps | ||
| global_batch_size = 256 / 2 = 128 samples per optimizer step |
Owner
There was a problem hiding this comment.
we can refer to "batchsizes in miles-d" in docs here
| @@ -0,0 +1,56 @@ | |||
| # Roadmap | |||
|
|
|||
| This roadmap describes planned directions for miles-diffusion. It is intended | |||
Owner
There was a problem hiding this comment.
maybe we should also add some of our plan about stability
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.
Summary
This draft PR adds the first batch of documentation for the diffusion RL v0.1 branch:
Validation
git diff --check origin/diffusion_RL_v0.1..HEAD.origin/docs/diffusion_RL_v0.1_zhihengybefore opening this PR.Notes
This is intentionally opened as a draft so the same PR can continue to receive follow-up documentation updates without creating duplicate PRs.