Search papers, labs, and topics across Lattice.
This paper investigates the generalization capabilities of reinforcement fine-tuned (RFT) LLM agents across varying task difficulty within an environment, transfer to unseen environments, and sequential multi-environment training. The study reveals that while RFT agents generalize well across task difficulty, their performance weakens when transferring to unseen environments due to shifts in semantic priors and observation/action interfaces. Sequential training, however, demonstrates promising downstream gains with minimal forgetting, and mixture training enhances overall balance.
RFT's impressive in-domain performance masks surprisingly weak generalization to new environments, highlighting a critical challenge for deploying LLM agents in the real world.
Reinforcement fine-tuning (RFT) has shown promise for training LLM agents to perform multi-turn decision-making based on environment feedback. However, most existing evaluations remain largely in-domain: training and testing are conducted in the same environment or even on the same tasks. In real-world deployment, agents may operate in unseen environments with different background knowledge, observation spaces, and action interfaces. To characterize the generalization profile of RFT under such shifts, we conduct a systematic study along three axes: (1) within-environment generalization across task difficulty, (2) cross-environment transfer to unseen environments, and (3) sequential multi-environment training to quantify transfer and forgetting. Our results show that RFT generalizes well across task difficulty within an environment, but exhibits weaker transfer to unseen environments, which correlates with shifts in both semantic priors and observation/action interfaces. In contrast, sequential training yields promising downstream gains with minimal upstream forgetting, and mixture training across environments improves the overall balance. We further provide detailed analyses and deeper insights, and hope our work helps the community develop and deploy generalizable LLM agents.