NeFut Logo NeFut
Admin Login

[CS.AI] SLAC: A Breakthrough in Safe and Efficient Real-Robot Reinforcement Learning

Published at: 2026-07-21 22:00 Last updated: 2026-07-22 01:01
#robotics #Reinforcement Learning #Simulation

Abstract

Building capable household and industrial robots requires mastering the control of versatile, high-degree-of-freedom (DoF) systems such as mobile manipulators. While reinforcement learning (RL) holds promise for autonomously acquiring robot control policies, scaling it to high-DoF embodiments remains challenging. Direct RL in the real world demands both safe exploration and high sample efficiency, which are difficult to achieve in practice. Sim-to-real RL, on the other hand, is often brittle due to the reality gap.

This paper introduces SLAC, a method that renders real-world RL feasible for complex embodiments by leveraging a low-fidelity simulator to pretrain a task-agnostic latent action space. SLAC trains this latent action space via a customized unsupervised skill discovery method designed to promote temporal abstraction, disentanglement, and safety, thereby facilitating efficient downstream learning.

Once a latent action space is learned, SLAC uses it as the action interface for a novel off-policy RL algorithm to autonomously learn downstream tasks through real-world interactions. We evaluate SLAC against existing methods on a suite of bimanual mobile manipulation tasks, where it achieves state-of-the-art performance. Notably, SLAC learns contact-rich whole-body tasks in under an hour of real-world interactions, without relying on any demonstrations or hand-crafted behavior priors.

Blogger's Review: The SLAC method effectively enhances the efficiency and safety of reinforcement learning in the real world, leveraging low-fidelity simulators and unsupervised skill discovery. This paves the way for future robotic autonomy, especially in scenarios lacking extensive data or demonstrations. Its innovative approach in temporal abstraction and disentanglement merits further exploration and application.

Original Source: https://arxiv.org/abs/2506.04147

[h] Back to Home