NeFut Logo NeFut
Admin Login

[CS.AI] PATS: Policy-Aware Training Scaffolding for Reinforcement Learning

Published at: 2026-07-25 22:00 Last updated: 2026-07-26 07:44
#AI #Machine Learning #Reinforcement Learning

Abstract

In long-horizon LLM agent reinforcement learning, weak policies often repeat similar failures, producing uninformative rollout trajectories and limiting effective policy optimization. Existing skill-centric methods improve exploration by optimizing, filtering, or internalizing reusable skills. However, they remain centered on the skills themselves rather than being designed as adaptive training-time support for the evolving policy.

To address this, we propose a policy-centric training paradigm that reframes skills as a dynamic training scaffold. Our framework, PATS, converts rollout groups from the latest policy into evidence cards and uses task-specific evaluation to adjust the context used in subsequent rollouts. Concrete guidance helps weak policies to complete challenging tasks.

As policy improves, redundant context is revised or removed to reduce reliance on explicit guidance while preserving useful rollout variation. The policy is optimized with environmental rewards using standard RLVR, and the training scaffold is discarded at deployment.

On ALFWorld and WebShop, PATS improves over strong baselines by up to 18.6%. Across seven search-augmented QA benchmarks, it remains competitive while using 32.1% fewer prompt tokens than the baseline.

Blogger's Review: PATS significantly enhances the performance of weak policies by transforming skills into dynamic support mechanisms, showcasing a new approach to policy optimization. Its effectiveness across various environments underlines the necessity for adaptive flexibility in reinforcement learning, providing valuable insights for future research.

Original Source: https://arxiv.org/abs/2607.21419

[h] Back to Home