ZeroHour
Story · 2 sources · 2 articlesfirst updated ()

Don't Mask the Environment: Observation Supervision Changes How Agents Explore Under RL

infoAI researchimportance 52
What's new: Initial merged story (no previous summary). Reports 1 (Hugging Face daily papers, 2026-09-16) and 2 (arXiv cs.AI/cs.LG/cs.CL, 2026-09-17) are consistent on all figures; Report 2 adds the detail that action and observation gradients become orthogonal.
Merged summary · glm-5.3-flash · rewritten as coverage arrives

ActObs adds supervision on environment-observation tokens during SFT — with no extra data, parameters, tokens, or forward passes — and GRPO initialized from ActObs outperforms action-only SFT on Terminal-Bench 2.0 for Qwen3-4B at every sampling budget, with…

The paper introduces ActObs, an SFT variant that applies prediction loss to environment-observation tokens already present in agent trajectories, in addition to the usual supervision on action tokens. On Qwen3-4B, GRPO initialized from ActObs achieves higher pass@k than action-only SFT at every sampling budget on Terminal-Bench 2.0. On Qwen3-8B, the method trades some pass@1 reliability for a +3.4 pp gain at pass@16 while solving more distinct tasks. The benefit also transfers to unseen code-editing tasks: ActObs yields +4.2 pp pass@1 on aider-polyglot at the 4B scale. The authors' gradient analysis traces the advantage to action and observation gradients becoming orthogonal under joint supervision, which preserves environment (consequence) prediction and policy entropy, improving exploration during downstream RL. Both source reports agree on all reported figures.

  • ActObs supervises environment-observation tokens already in agent trajectories during SFT, requiring no extra data, parameters, tokens, or forward passes.
  • Qwen3-4B: GRPO initialized from ActObs achieves higher pass@k at every sampling budget on Terminal-Bench 2.0 compared with action-only SFT.
  • Qwen3-8B: +3.4 pp pass@16, at the cost of some pass@1 reliability, while solving more distinct tasks.
  • Cross-domain transfer: +4.2 pp pass@1 on unseen aider-polyglot code-editing tasks at the 4B scale.
  • Gradient analysis shows action and observation gradients become orthogonal, preserving environment prediction and policy entropy to support downstream RL exploration.

Coverage timeline

  1. · 1d ago
    Hugging Face daily papers· 52
    Don't Mask the Environment: Observation Supervision Changes How Agents Explore Under RL

    ActObs adds observation-token supervision to SFT, yielding higher pass@k for Qwen3 agents after GRPO on Terminal-Bench 2.0 and code editing.

  2. · 21h ago
    arXiv cs.AI / cs.LG / cs.CL· 35
    Don't Mask the Environment: Observation Supervision Changes How Agents Explore Under RL

    ActObs supervises observation tokens during SFT, improving GRPO-trained agent pass@k on Terminal-Bench 2.0 and cross-domain code editing for Qwen3 models.