English

Reinforced Reasoning for Embodied Planning

Artificial Intelligence 2025-07-15 v2 Machine Learning

Abstract

Embodied planning requires agents to make coherent multi-step decisions based on dynamic visual observations and natural language goals. While recent vision-language models (VLMs) excel at static perception tasks, they struggle with the temporal reasoning, spatial understanding, and commonsense grounding needed for planning in interactive environments. In this work, we introduce a reinforcement fine-tuning framework that brings R1-style reasoning enhancement into embodied planning. We first distill a high-quality dataset from a powerful closed-source model and perform supervised fine-tuning (SFT) to equip the model with structured decision-making priors. We then design a rule-based reward function tailored to multi-step action quality and optimize the policy via Generalized Reinforced Preference Optimization (GRPO). Our approach is evaluated on Embench, a recent benchmark for interactive embodied tasks, covering both in-domain and out-of-domain scenarios. Experimental results show that our method significantly outperforms models of similar or larger scale, including GPT-4o-mini and 70B+ open-source baselines, and exhibits strong generalization to unseen environments. This work highlights the potential of reinforcement-driven reasoning to advance long-horizon planning in embodied AI.

Keywords

Cite

@article{arxiv.2505.22050,
  title  = {Reinforced Reasoning for Embodied Planning},
  author = {Di Wu and Jiaxin Fan and Junzhe Zang and Guanbo Wang and Wei Yin and Wenhao Li and Bo Jin},
  journal= {arXiv preprint arXiv:2505.22050},
  year   = {2025}
}
R2 v1 2026-07-01T02:45:31.156Z