English

Chunking the Critic: A Transformer-based Soft Actor-Critic with N-Step Returns

Machine Learning 2025-09-30 v3

Abstract

We introduce a sequence-conditioned critic for Soft Actor--Critic (SAC) that models trajectory context with a lightweight Transformer and trains on aggregated NN-step targets. Unlike prior approaches that (i) score state--action pairs in isolation or (ii) rely on actor-side action chunking to handle long horizons, our method strengthens the critic itself by conditioning on short trajectory segments and integrating multi-step returns -- without importance sampling (IS). The resulting sequence-aware value estimates capture the critical temporal structure for extended-horizon and sparse-reward problems. On local-motion benchmarks, we further show that freezing critic parameters for several steps makes our update compatible with CrossQ's core idea, enabling stable training \emph{without} a target network. Despite its simplicity -- a 2-layer Transformer with 128-256 hidden units and a maximum update-to-data ratio (UTD) of 11 -- the approach consistently outperforms standard SAC and strong off-policy baselines, with particularly large gains on long-trajectory control. These results highlight the value of sequence modeling and NN-step bootstrapping on the critic side for long-horizon reinforcement learning.

Cite

@article{arxiv.2503.03660,
  title  = {Chunking the Critic: A Transformer-based Soft Actor-Critic with N-Step Returns},
  author = {Dong Tian and Onur Celik and Gerhard Neumann},
  journal= {arXiv preprint arXiv:2503.03660},
  year   = {2025}
}

Comments

34 pages, 15 figures, ICLR2026 under review

R2 v1 2026-06-28T22:08:02.893Z