> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# VLM Reasoning

> RL-based reasoning for vision-language models — GRPO/PPO fine-tuning labs on browser control and visual math.

Vision-language models extend LLM reasoning into the visual domain. The labs in this section apply the same RL post-training tools used for LLM reasoning (GRPO, PPO via TRL) to two VLM settings: browser-control with a 450M-parameter compact VLM, and visual reasoning with Qwen3-VL-2B-Instruct.

## Labs

<CardGroup cols={2}>
  <Card title="Visual GRPO with TRL (Qwen3-VL-2B)" icon="bullseye" href="/aiml-common/lectures/reasoning/vlm-reasoning/qwen3-vl-2b-instruct/vlm_grpo_trl">
    GRPO fine-tuning of Qwen3-VL-2B-Instruct on a visual reasoning task using the TRL library.
  </Card>
</CardGroup>

The browser-control GRPO lab on LFM2-VL-450M now lives under [Computer Using Agents](/aiml-common/lectures/computer-using-agents/index), where the broader CUA topic (OpenCUA, OS-Atlas, OSWorld, Mind2Web) is introduced.

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/aiml-common/lectures/reasoning/vlm-reasoning/index.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
