Agentic-RL is a research integration for multimodal agentic search with
reinforcement learning. The original project work is focused on the
rllm/vision_deepresearch_async_workflow/ pipeline:
Large frameworks (rllm, verl, Megatron-LM, mbridge) are vendored only
to make the training integration reproducible. See THIRD_PARTY_NOTICE.md for
attribution and license boundaries.
Install the main RL package:
cd rllm
pip install -e .
Run a single-node Qwen3-VL training job:
bash vision_deepresearch_async_workflow/run/qwen3-vl-8b-single-node.sh
Other launch scripts are available in
rllm/vision_deepresearch_async_workflow/run/.
The repository excludes generated package metadata, local parquet datasets,
compiled objects, checkpoints and trajectory dumps. Prepare datasets with the
scripts in rllm/vision_deepresearch_async_workflow/data_prepare/, then run the
launch script that matches your GPU topology.
The 8B recipes currently use RLOO-style grouped rollouts, while the 2B recipe keeps a GRPO configuration. Resume descriptions should use the more precise phrase "failure-aware trajectory masking / advantage handling" unless referring specifically to the 2B GRPO script.
3 commits
Python
91.1%
Shell
8.2%
Agentic-RL is a research integration for multimodal agentic search with
reinforcement learning. The original project work is focused on the
rllm/vision_deepresearch_async_workflow/ pipeline:
Large frameworks (rllm, verl, Megatron-LM, mbridge) are vendored only
to make the training integration reproducible. See THIRD_PARTY_NOTICE.md for
attribution and license boundaries.
Install the main RL package:
cd rllm
pip install -e .
Run a single-node Qwen3-VL training job:
bash vision_deepresearch_async_workflow/run/qwen3-vl-8b-single-node.sh
Other launch scripts are available in
rllm/vision_deepresearch_async_workflow/run/.
The repository excludes generated package metadata, local parquet datasets,
compiled objects, checkpoints and trajectory dumps. Prepare datasets with the
scripts in rllm/vision_deepresearch_async_workflow/data_prepare/, then run the
launch script that matches your GPU topology.
The 8B recipes currently use RLOO-style grouped rollouts, while the 2B recipe keeps a GRPO configuration. Resume descriptions should use the more precise phrase "failure-aware trajectory masking / advantage handling" unless referring specifically to the 2B GRPO script.
3 commits
Python
91.1%
Shell
8.2%