Implicit Action Chunking for Smooth Continuous Control
About
Reinforcement learning often produces high-frequency oscillatory control signals that undermine the safety and stability required for physical deployment. Explicit action chunking addresses this by predicting fixed-horizon trajectories but scales the policy output dimension proportionally with the horizon length, leading to optimization difficulties and incompatibility with standard step-wise interaction. To overcome these challenges, this paper proposes Dual-Window Smoothing (DWS), an implicit action chunking framework for smooth continuous control. Unlike explicit methods, DWS enforces temporal coherence without expanding the action space. It uses a dual-window design: an execution window that ensures physical smoothness through deterministic modulation, and a value window that aligns temporal-difference targets over the horizon to correct critic bias caused by open-loop execution. DWS also includes a lightweight actor-side temporal regularizer based on first-order action differences to promote global continuity. This design effectively bridges the gap between temporal abstraction and reactive step-wise control. Experiments on benchmarks including the DeepMind Control Suite and industrial energy management tasks show that DWS outperforms state-of-the-art (SOTA) baselines. In complex vision-based autonomous driving tasks, DWS achieves smoother control, safer behavior with reduced jitter, and attains a 100% success rate.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Continuous Control | DeepMind Control Suite (DMC) Walker standard (test) | Reward901.5 | 12 | |
| Continuous Control | DeepMind Control Suite Point Mass - Easy | Reward912.6 | 12 | |
| Continuous Control | DMC Cheetah (harder) | Reward796.9 | 12 | |
| Continuous Control | Ball in Cup Catch | Reward974.8 | 12 | |
| Continuous Control | DeepMind Control Suite Reacher Hard (test) | Reward975.4 | 12 | |
| Continuous Control | DMC Cart Pole Swingup | Reward867 | 12 | |
| Continuous Control | DMC Reacher Easy | Reward979.8 | 12 | |
| Autonomous Emergency Braking | CARLA AEB | Reward390.7 | 6 | |
| Energy Management | Light vehicles Test Cycles (WLTC) | Reward-1.39e+3 | 6 | |
| Lane-Change Overtaking | LCO NPC speed 5 m/s | Success Rate (SR)100 | 6 |