ClothPPO: A Proximal Policy Optimization Enhancing Framework for Robotic Cloth Manipulation with Observation-Aligned Action Spaces
Libing Yang, Yang Li, Long Chen
TL;DR
ClothPPO tackles vision-based cloth unfolding under partial observability with a very large action space by introducing an observation-aligned pixel-space policy (OBAP) that uses rotated and scaled spatial action maps to produce ~$10^6$ actions. It combines self-supervised pre-training of a UNet-based policy with PPO-based finetuning using a clipped surrogate objective $L^{PPO}$ to optimize long-horizon rewards, and employs a reward design that ties cloth coverage to learning signals via $\tilde{r}_t$ normalization. The approach demonstrates strong performance and generalization across unseen garment types in Cloth Action Gym, achieving state-of-the-art results and offering a scalable framework for policy-based control in deformable-object manipulation. This work highlights a practical path to leveraging high-dimensional, pixel-space actions in robotics by coupling self-supervised initialization with PPO refinement and observation-aligned action sampling, enabling robust, data-efficient cloth unfolding.
Abstract
Vision-based robotic cloth unfolding has made great progress recently. However, prior works predominantly rely on value learning and have not fully explored policy-based techniques. Recently, the success of reinforcement learning on the large language model has shown that the policy gradient algorithm can enhance policy with huge action space. In this paper, we introduce ClothPPO, a framework that employs a policy gradient algorithm based on actor-critic architecture to enhance a pre-trained model with huge 10^6 action spaces aligned with observation in the task of unfolding clothes. To this end, we redefine the cloth manipulation problem as a partially observable Markov decision process. A supervised pre-training stage is employed to train a baseline model of our policy. In the second stage, the Proximal Policy Optimization (PPO) is utilized to guide the supervised model within the observation-aligned action space. By optimizing and updating the strategy, our proposed method increases the garment's surface area for cloth unfolding under the soft-body manipulation task. Experimental results show that our proposed framework can further improve the unfolding performance of other state-of-the-art methods.
