Off-Policy Actor-Critic with Sigmoid-Bounded Entropy for Real-World Robot Learning
Xiefeng Wu, Mingyu Hu, Shu Zhang
TL;DR
This work tackles the data inefficiency and robustness challenges of deploying reinforcement learning in real-world robotics by proposing SigEnt-SAC, an off-policy actor-critic method that learns from scratch from a single expert trajectory. The core ideas are a sigmoid-bounded entropy term $\mathcal{H}_{\text{sig}}$ to stabilize Q-value updates and a gated behavior cloning component to provide targeted guidance near expert demonstrations, yielding a stable learning signal without large offline datasets. Across D4RL benchmarks and four real-world robots with single-view perception and sparse rewards, SigEnt-SAC achieves rapid convergence to 100% success, demonstrates resilience to noisy demonstrations, and generalizes across morphologies, while maintaining comparable deployment costs. These results suggest a practical path toward low-cost, data-efficient real-world RL deployment in diverse robotic systems.
Abstract
Deploying reinforcement learning in the real world remains challenging due to sample inefficiency, sparse rewards, and noisy visual observations. Prior work leverages demonstrations and human feedback to improve learning efficiency and robustness. However, offline-to-online methods need large datasets and can be unstable, while VLA-assisted RL relies on large-scale pretraining and fine-tuning. As a result, a low-cost real-world RL method with minimal data requirements has yet to emerge. We introduce \textbf{SigEnt-SAC}, an off-policy actor-critic method that learns from scratch using a single expert trajectory. Our key design is a sigmoid-bounded entropy term that prevents negative-entropy-driven optimization toward out-of-distribution actions and reduces Q-function oscillations. We benchmark SigEnt-SAC on D4RL tasks against representative baselines. Experiments show that SigEnt-SAC substantially alleviates Q-function oscillations and reaches a 100\% success rate faster than prior methods. Finally, we validate SigEnt-SAC on four real-world robotic tasks across multiple embodiments, where agents learn from raw images and sparse rewards; results demonstrate that SigEnt-SAC can learn successful policies with only a small number of real-world interactions, suggesting a low-cost and practical pathway for real-world RL deployment.
