-
Notifications
You must be signed in to change notification settings - Fork 515
docs(roadmap): add 2026 Q2 and H2 milestones #1390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sitabulaixizawaluduo
wants to merge
2
commits into
main
Choose a base branch
from
docs/update-roadmap
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+121
−2
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,125 @@ direction of the project. | |
| **Latest Release:** Check [releases](https://github.com/areal-project/AReaL/releases) | ||
| for the most recent version. | ||
|
|
||
| ## 2026 H2 Roadmap (due December 31, 2026) | ||
|
|
||
| [GitHub Issue #1381](https://github.com/areal-project/AReaL/issues/1381). | ||
|
|
||
| This roadmap tracks major planned enhancements for the second half of 2026. Items are | ||
| organized into two categories: | ||
|
|
||
| - **On-going:** Features currently under active development by the core AReaL team | ||
| - **Planned but not in progress:** Features that are good to have but currently lacking | ||
| bandwidth | ||
|
|
||
| We use `[CC]` to mark items suitable for community contributions. If you're interested | ||
| in contributing, please reach out to discuss implementation details. | ||
|
|
||
| ### Backends | ||
|
|
||
| **On-going** | ||
|
|
||
| - [ ] Support training the latest large MoE models with the Megatron backend (including | ||
| Kimi 2.5 / GLM 5 / DeepSeek V3 / Qwen 3.6, etc.) | ||
| ([#1372](https://github.com/areal-project/AReaL/pull/1372), | ||
| [#1373](https://github.com/areal-project/AReaL/pull/1373)) | ||
| - [ ] More distribution strategies for colocated deployment | ||
|
|
||
| **Planned but not in progress** | ||
|
|
||
| - [ ] Omini model RL support with FSDP backend | ||
| - [ ] Proxy server support via RayScheduler (HTTP launcher actor) `[CC]` | ||
| - [ ] Weight delta update with `awex` | ||
| - [ ] Memory service for self-evolving agent | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this mean introducing a new memory service to provide persistent memory across sessions and training iterations? |
||
|
|
||
| ### Usability | ||
|
|
||
| **On-going** | ||
|
|
||
| - [ ] Effective AReaL CLI support | ||
| ([#1374](https://github.com/areal-project/AReaL/issues/1374)) | ||
| - [ ] Profiling toolkit (distributed trace) | ||
| - [ ] Online RL training example based on AReaL 2.0 architecture | ||
|
|
||
| **Planned but not in progress** | ||
|
|
||
| - [ ] More RL post-training paradigms: IcePop Plus algorithm (verified in Ling MoE | ||
| training) and stepwise reward rubrics | ||
| - [ ] GUI Agent VLM training example | ||
| - [ ] OS-bench VLM training example `[CC]` | ||
| - [ ] Diffusion image/video generation model RL post-training `[CC]` | ||
| - [ ] Comprehensive LoRA support over the existing policy model training | ||
| - [ ] AReaL autopilot (automatic performance-optimized RL deployment suggestions and | ||
| systematic bottleneck analysis) | ||
|
|
||
| ### Documentation | ||
|
|
||
| **Planned but not in progress** | ||
|
|
||
| - [ ] Explain benchmarking results from nightly CI and how to extract issues | ||
|
|
||
| ## 2026 Q2 Roadmap (due July 31, 2026) | ||
|
|
||
| [GitHub Issue #1302](https://github.com/areal-project/AReaL/issues/1302). | ||
|
|
||
| This roadmap tracks major planned enhancements through July 31, 2026. Items are | ||
| organized into two categories: | ||
|
|
||
| - **On-going:** Features currently under active development by the core AReaL team | ||
| - **Planned but not in progress:** Features that are good to have but currently lacking | ||
| bandwidth | ||
|
|
||
| We use `[CC]` to mark items suitable for community contributions. If you're interested | ||
| in contributing, please reach out to discuss implementation details. | ||
|
|
||
| ### Backends | ||
|
|
||
| **On-going** | ||
|
|
||
| - [ ] Full training example with AReaL 2.0 architecture | ||
| - [ ] Deprecate support for SPMD mode (launcher, sglang/vllm server, etc.) | ||
| - [ ] Initial support of colocation weight transfer with `awex` | ||
|
|
||
| **Planned but not in progress** | ||
|
|
||
| - [ ] Migrate primary Megatron integration lib from `mbridge` to `megatron-bridge` | ||
| ([#1260](https://github.com/areal-project/AReaL/issues/1260)) `[CC]` | ||
| - [ ] Full support for colocation/separation weight transfer with `awex` as the backend | ||
| (`areal/experimental/weight_update/`) `[CC]` | ||
| - [ ] Migrate legacy NCCL broadcast weight transfer approach from `areal/engine` into | ||
| `areal/experimental/weight_update/` `[CC]` | ||
| - [ ] Omini model RL support with FSDP backend | ||
|
sitabulaixizawaluduo marked this conversation as resolved.
|
||
| ([#879](https://github.com/areal-project/AReaL/issues/879)) `[CC]` | ||
| - [ ] Support training the latest large MoE models with the Megatron backend, including | ||
| dpsk-v3/v4, Kimi-2.5, GLM-4/5 `[CC]` | ||
|
sitabulaixizawaluduo marked this conversation as resolved.
|
||
| - [ ] Native Kubernetes (K8S) scheduler `[CC]` | ||
|
|
||
| ### Usability | ||
|
|
||
| **On-going** | ||
|
|
||
| - [ ] Nightly CI workflow for performance benchmarking | ||
| ([#1284](https://github.com/areal-project/AReaL/issues/1284)) | ||
| - [ ] Refactor unit tests for faster execution | ||
|
|
||
| **Planned but not in progress** | ||
|
|
||
| - [ ] OS-bench VLM training example `[CC]` | ||
| - [ ] Multi-agent training example (single LLM, different prompts, e.g., planner agent | ||
| with sub-agents) `[CC]` | ||
| - [ ] Migrate legacy multi-turn agent examples to new API (`agenerate` → `ArealOpenAI` | ||
|
sitabulaixizawaluduo marked this conversation as resolved.
|
||
| or URL-based `AgentWorkflow`) `[CC]` | ||
| - [ ] Publish PyPI packages and CLI for running experiments | ||
| - [ ] Support distributed training and debugging in Jupyter notebooks | ||
| - [ ] Implement controller construction with model-centric API similar to `transformers` | ||
|
|
||
| ### Documentation | ||
|
|
||
| **Planned but not in progress** | ||
|
|
||
| - [ ] Explain benchmarking results from nightly CI and how to extract issues | ||
| - [ ] Document AReaL 2.0 architecture | ||
|
|
||
| ## 2026 Q1 Roadmap (due April 30, 2026) | ||
|
|
||
| [GitHub Issue #907](https://github.com/areal-project/AReaL/issues/907). | ||
|
|
@@ -28,7 +147,7 @@ organized into two categories: | |
| **Planned but not in progress** | ||
|
|
||
| - [ ] Support for agentic training with large VLM MoE models (Archon backend) | ||
| - [ ] Omni model RL support with FSDP/Archon backend | ||
| - [ ] Omini model RL support with FSDP/Archon backend | ||
| - [ ] Decoupling agent service from the inference service | ||
| - [ ] Online RL training with the proxy server | ||
| - [ ] LoRA support for the Archon backend | ||
|
|
@@ -207,7 +326,7 @@ agentic AI systems** that is: | |
|
|
||
| ______________________________________________________________________ | ||
|
|
||
| **Last Updated:** 2026-02-06 | ||
| **Last Updated:** 2026-06-05 | ||
|
|
||
| **Questions about the roadmap?** Open a discussion in | ||
| [GitHub Discussions](https://github.com/areal-project/AReaL/discussions) or ask in our | ||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.