The action-only desktop recipe uses a 1280x720 screenshot target (rounded to 1280x704 by the processor), history length 50, and up to four prompt images per step. Reasoning is disabled. Data is filtered for non-excluded trajectories with episode return greater than 0.5. Conversion failures are skipped and the seeded candidate pool is replenished until 5,000 usable trajectories are obtained.
The trainer defines an epoch as floor(5000 / 32) = 156 optimizer updates. One checkpoint is saved per epoch, at zero-based rollout IDs 155, 311, and 467. The last-step training loss above is a single training-batch value, not a benchmark score. No downstream benchmark evaluation is reported for this checkpoint.
Use a Transformers version with Qwen3.5 support; the training export used Transformers 5.6.0. Load the model and processor from this repository. For desktop-agent inference, use CUA-Lite with the included desktop.use.compact.yaml so the prompt, action format, and image history match training. Full training details are in training_config.json.
License
The original Qwen3.5-4B Apache 2.0 license is included as LICENSE. These weights are modified by supervised fine-tuning as described above.