Enhancing Tactile-based Reinforcement Learning for Robotic Control
Elle Miller, Trevor McInroe, David Abel, Oisin Mac Aodha, Sethu Vijayakumar
TL;DR
This work addresses the challenge of making tactile sensing reliable in reinforcement learning by proposing four self-supervised objectives—Tactile Reconstruction, Full Reconstruction, Forward Dynamics, and Tactile Forward Dynamics—applied to a proprioception plus sparse binary tactile setup. Modeling tactile manipulation as a POMDP, the approach learns a compact latent representation $\mathbf{z_t}$ via an observation encoder, which powers a PPO policy and value function while optimizing SSL losses. Empirical results on the RoTO benchmark (Find, Bounce, Baoding) show that SSL-based tactile learning substantially improves performance over RL-only baselines, with forward dynamics providing strong, sometimes task-dependent gains, and a separated auxiliary memory stabilizing training for long-horizon tasks like Baoding. The work introduces a scalable, vision-free tactile RL paradigm that achieves superhuman dexterity in simulation and offers practical guidance for deploying tactile-focused SSL in real-world robotic manipulation, while acknowledging limitations such as lack of real hardware validation and increased compute time.
Abstract
Achieving safe, reliable real-world robotic manipulation requires agents to evolve beyond vision and incorporate tactile sensing to overcome sensory deficits and reliance on idealised state information. Despite its potential, the efficacy of tactile sensing in reinforcement learning (RL) remains inconsistent. We address this by developing self-supervised learning (SSL) methodologies to more effectively harness tactile observations, focusing on a scalable setup of proprioception and sparse binary contacts. We empirically demonstrate that sparse binary tactile signals are critical for dexterity, particularly for interactions that proprioceptive control errors do not register, such as decoupled robot-object motions. Our agents achieve superhuman dexterity in complex contact tasks (ball bouncing and Baoding ball rotation). Furthermore, we find that decoupling the SSL memory from the on-policy memory can improve performance. We release the Robot Tactile Olympiad (RoTO) benchmark to standardise and promote future research in tactile-based manipulation. Project page: https://elle-miller.github.io/tactile_rl
