OFFLINE-TO-ONLINE REINFORCEMENT LEARNING

Stabilizing Conservative Q-Learning with Sigmoid-Bounded Entropy.

SCQ enables low-cost online training of generalizable skills across real-world embodied tasks.

Starting from limited demonstrations, it stabilizes online policy improvement under visual distribution shift—without human-in-the-loop correction.

Humanoid robot kicking a ball Humanoid kicking
Wheeled robot moving a ball toward a goal Ball-to-goal
Quadruped robot navigating a physical environment Quadruped navigation
Robot arm performing precision alignment Precision arm alignment
01 Positive bounded entropy
02 Conservative value learning
03 Offline-to-online adaptation

THE CENTRAL IDEA

Entropy should support optimization, not destabilize it.

Standard entropy terms can become negative. During online fine-tuning with limited replay support, that can amplify policy-mean oscillations and pull improvement toward out-of-distribution actions.

Policy πθ(a | s) sample actions
SigEnt σ((−log π − m) / t) strictly positive & bounded
Conservative critic Qϕ(s, a) stable value improvement

A

Sigmoid-bounded entropy

Transforms per-dimension surprisal into a smooth bounded score, so the entropy contribution remains positive and controlled.

B

Conservative Q-learning

Retains conservative value regularization and return-based calibration to reduce overestimation under dataset shift.

C

Stable online adaptation

Targets a reliable learning signal when policies transition from demonstrations to online robot interaction.

FIG. 01 · MECHANISM AND TRAINING DIAGNOSTIC

Why bounded entropy produces a clearer policy-improvement signal.

Three-panel composite: conceptual soft-Q landscape under default vs. sigmoid-bounded entropy, per-run Q-gradient stability curves, and post-100K summary bars, for Door Human one-shot training

(a) Conceptual soft-Q effect. With a Gaussian policy of σπ = 0.1 and actions sampled within 1.5σπ of the mean, the default entropy term can lower Q̂ near the policy action and shift max-Q improvement toward OOD actions; SigEnt stays positive and bounded, producing a clearer high-Q region. (b) Door Human one-shot diagnostic. Each curve is a five-seed mean of the signed, normalized second difference of the logged policy-mean Q-gradient over 1M online steps, across four old-entropy targets (−0.5, −1, −1.5, −2) and four SigEnt target standard deviations (0.03, 0.05, 0.08, 0.10). (c) Post-100K summary. Mean absolute normalized curvature after the initial transient, mean ± sample standard deviation across the same five seeds — SigEnt settles to a visibly calmer signal than every old-entropy target shown.

PROTOCOL ADVANTAGE

Real-world online learning without a human safety net.

SCQ is designed for a stricter deployment contract: start with one successful demonstration, learn online from robot interaction, and operate without corrective human intervention.

Deployment requirement SCQthis work RL-100real-world manipulation HIL-SERLhuman-in-the-loop RL
One successful demonstration initializes learningMinimal offline data before deployment Yesone-shot protocol Not the reported setting Not the reported setting
Human corrective intervention required onlineOperator action correction during training Noautonomous after initialization Noiterative self-improvement Yeshuman-in-the-loop
End-to-end visual policy updated on the robotOnline policy improvement from visual observations Yes Yes Yes
Cross-embodiment task coverageManipulation, wheeled, quadruped, and humanoid systems Yesfour embodiment families Manipulation focus Manipulation focus
Fixed-anchor training with deployment generalizationChanged target position and angle at evaluation Yescross-position & cross-angle Not the reported setting Not the reported setting

Protocol-level comparison based on the central settings reported for each method; it is not a matched performance ranking. RL-100 refers to RL-100: Performant Robotic Manipulation with Real-World Reinforcement Learning; HIL-SERL refers to Precise and Dexterous Robotic Manipulation via Human-in-the-Loop Reinforcement Learning.

REAL-WORLD ROBOT LEARNING

Learn from one demonstration. Improve online. Deploy without intervention.

SCQ is designed around a practical deployment setting: a robot begins with a single successful demonstration, learns from its own online interaction, and executes without human-in-the-loop correction.

ONE LEARNING FRAMEWORK, MULTIPLE EMBODIMENTS

  • High-precision manipulationfine-grained object control
  • Wheeled loco-manipulationmobile ball-to-goal behavior
  • Quadruped navigationvisual navigation in physical layouts
  • Humanoid navigation & kickingdynamic whole-body interaction
01

One-shot initialization

Start from one successful demonstration rather than a large, task-specific data collection campaign.

02

Online learning

Improve the policy directly from new robot interaction after the initial demonstration.

03

No HIL correction

Run the learning and deployment loop without human-in-the-loop action correction or teleoperation.

04

Generalization in deployment

Target robustness to changes in object position and environmental lighting from a fixed camera view.

TASK 01 · 01 CLIP

High-Precision Manipulation

Visual arm alignment for a fine-grained contact and positioning task.

HIGH-PRECISION ALIGNMENT · SUMMARY

MetricResult
Online training time30 min
First 100% success8,000 interaction steps
Positioning precision<0.2 mm
Angular precision<1°

GENERALIZATION PROTOCOL

Training
Fixed anchor configuration
Evaluation
Changed target position and target angle

Tests cross-position and cross-angle generalization rather than memorization of the training pose.

TASK 02 · 08 CLIPS

Wheeled Loco-Manipulation

Ball-to-goal behavior combines navigation, object interaction, and variable spatial task layouts.

TASK 03 · 06 CLIPS

Quadruped Navigation

Visual locomotion through physical environments with changed obstacle layouts and paths.

TASK 04 · 06 CLIPS

Humanoid Navigation & Kicking

Dynamic whole-body control with locomotion, target approach, and contact-rich kicking behavior.

RESOURCES

Project materials.

CITATION

Reference SCQ.

Preprint available on arXiv.

@article{scq,
  title   = {SCQ: Stabilizing Conservative Q-Learning with Sigmoid-Bounded Entropy},
  author  = {Wu, Xiefeng and Zhang, Shu and Chu, Zhaojie and Hu, Mingyu},
  year    = {2026},
  eprint  = {2609.12749},
  archivePrefix = {arXiv},
  url     = {https://arxiv.org/abs/2609.12749}
}