Skip to content

Conversation

JingchengYang4
Copy link
Contributor

Add VTool-R1 into Awesome work using verl

What does this PR do?

This PR adds a recent work built upon verl into the "Awesome work using verl" Section of the README.md file.
Add VTool-R1: VLMs Learn to Think with Images via Reinforcement Learning on Multimodal Tool Use, into Awesome work using verl

Checklist Before Starting

  • Search for similar PRs. Paste at least one query link here: ...
  • Format the PR title as [{modules}] {type}: {description} (This will be checked by the CI)
    • {modules} include fsdp, megatron, sglang, vllm, rollout, trainer, ci, training_utils, recipe, hardware, deployment, ray, worker, single_controller, misc, perf, model, algo, env, tool, ckpt, doc, data
    • If this PR involves multiple modules, separate them with , like [megatron, fsdp, doc]
    • {type} is in feat, fix, refactor, chore, test
    • If this PR breaks any API (CLI arguments, config, function signature, etc.), add [BREAKING] to the beginning of the title.
    • Example: [BREAKING][fsdp, megatron] feat: dynamic batching

Copy link
Contributor

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

@vermouth1992 vermouth1992 merged commit b6cdcdf into volcengine:main Aug 13, 2025
4 checks passed
yellowbee686 pushed a commit to yellowbee686/verl that referenced this pull request Aug 15, 2025
…lcengine#3036)

Add VTool-R1 into `Awesome work using verl`

### What does this PR do?

This PR adds a recent work built upon verl into the "Awesome work using
verl" Section of the README.md file.
Add VTool-R1: VLMs Learn to Think with Images via Reinforcement Learning
on Multimodal Tool Use, into `Awesome work using verl`

### Checklist Before Starting

- [x] Search for similar PRs. Paste at least one query link here: ...
- [x] Format the PR title as `[{modules}] {type}: {description}` (This
will be checked by the CI)
- `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`,
`trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`,
`ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`,
`env`, `tool`, `ckpt`, `doc`, `data`
- If this PR involves multiple modules, separate them with `,` like
`[megatron, fsdp, doc]`
  - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test`
- If this PR breaks any API (CLI arguments, config, function signature,
etc.), add `[BREAKING]` to the beginning of the title.
  - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
techkang pushed a commit to techkang/verl that referenced this pull request Aug 15, 2025
…lcengine#3036)

Add VTool-R1 into `Awesome work using verl`

### What does this PR do?

This PR adds a recent work built upon verl into the "Awesome work using
verl" Section of the README.md file.
Add VTool-R1: VLMs Learn to Think with Images via Reinforcement Learning
on Multimodal Tool Use, into `Awesome work using verl`

### Checklist Before Starting

- [x] Search for similar PRs. Paste at least one query link here: ...
- [x] Format the PR title as `[{modules}] {type}: {description}` (This
will be checked by the CI)
- `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`,
`trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`,
`ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`,
`env`, `tool`, `ckpt`, `doc`, `data`
- If this PR involves multiple modules, separate them with `,` like
`[megatron, fsdp, doc]`
  - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test`
- If this PR breaks any API (CLI arguments, config, function signature,
etc.), add `[BREAKING]` to the beginning of the title.
  - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
ChangyiYang pushed a commit to SwordFaith/verl that referenced this pull request Aug 16, 2025
…lcengine#3036)

Add VTool-R1 into `Awesome work using verl`

### What does this PR do?

This PR adds a recent work built upon verl into the "Awesome work using
verl" Section of the README.md file.
Add VTool-R1: VLMs Learn to Think with Images via Reinforcement Learning
on Multimodal Tool Use, into `Awesome work using verl`

### Checklist Before Starting

- [x] Search for similar PRs. Paste at least one query link here: ...
- [x] Format the PR title as `[{modules}] {type}: {description}` (This
will be checked by the CI)
- `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`,
`trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`,
`ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`,
`env`, `tool`, `ckpt`, `doc`, `data`
- If this PR involves multiple modules, separate them with `,` like
`[megatron, fsdp, doc]`
  - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test`
- If this PR breaks any API (CLI arguments, config, function signature,
etc.), add `[BREAKING]` to the beginning of the title.
  - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
whatadayG pushed a commit to whatadayG/verl that referenced this pull request Sep 5, 2025
…lcengine#3036)

Add VTool-R1 into `Awesome work using verl`

### What does this PR do?

This PR adds a recent work built upon verl into the "Awesome work using
verl" Section of the README.md file.
Add VTool-R1: VLMs Learn to Think with Images via Reinforcement Learning
on Multimodal Tool Use, into `Awesome work using verl`

### Checklist Before Starting

- [x] Search for similar PRs. Paste at least one query link here: ...
- [x] Format the PR title as `[{modules}] {type}: {description}` (This
will be checked by the CI)
- `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`,
`trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`,
`ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`,
`env`, `tool`, `ckpt`, `doc`, `data`
- If this PR involves multiple modules, separate them with `,` like
`[megatron, fsdp, doc]`
  - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test`
- If this PR breaks any API (CLI arguments, config, function signature,
etc.), add `[BREAKING]` to the beginning of the title.
  - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
WncFht pushed a commit to WncFht/verl that referenced this pull request Oct 10, 2025
…lcengine#3036)

Add VTool-R1 into `Awesome work using verl`

### What does this PR do?

This PR adds a recent work built upon verl into the "Awesome work using
verl" Section of the README.md file.
Add VTool-R1: VLMs Learn to Think with Images via Reinforcement Learning
on Multimodal Tool Use, into `Awesome work using verl`

### Checklist Before Starting

- [x] Search for similar PRs. Paste at least one query link here: ...
- [x] Format the PR title as `[{modules}] {type}: {description}` (This
will be checked by the CI)
- `{modules}` include `fsdp`, `megatron`, `sglang`, `vllm`, `rollout`,
`trainer`, `ci`, `training_utils`, `recipe`, `hardware`, `deployment`,
`ray`, `worker`, `single_controller`, `misc`, `perf`, `model`, `algo`,
`env`, `tool`, `ckpt`, `doc`, `data`
- If this PR involves multiple modules, separate them with `,` like
`[megatron, fsdp, doc]`
  - `{type}` is in `feat`, `fix`, `refactor`, `chore`, `test`
- If this PR breaks any API (CLI arguments, config, function signature,
etc.), add `[BREAKING]` to the beginning of the title.
  - Example: `[BREAKING][fsdp, megatron] feat: dynamic batching`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants