Overview of HunyuanOCR-1.5 RL Training Setup
mainThe train_verl/ directory provides a complete reinforcement learning (RL) training suite for HunyuanOCR-1.5. It includes GRPO training scripts, a reward scoring system, data preparation tools, and Ray cluster startup scripts.
It uses a specialized fork of the verl framework (pspdada/verl-HYOCR) which implements FSDP2 actor + vLLM asynchronous rollout. The goal is to provide a minimal runnable scaffold for RL training rather than a full reproduction of technical report experiments.