Actor-Critic Pretraining for Proximal Policy Optimization

πŸ“… 2026-02-27
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the high sample cost that limits reinforcement learning in robotic applications by proposing a novel dual-network pretraining framework for Actor-Critic algorithms such as PPO. Unlike existing approaches that pretrain only the policy network (Actor), this method simultaneously initializes both the Actor and the value network (Critic) using expert demonstration data, thereby significantly improving sample efficiency. By integrating behavioral cloning with reward estimation, the approach achieves a 86.1% improvement in sample efficiency over no pretraining and a 30.9% gain compared to Actor-only pretraining across 15 simulated robotic tasks. These results demonstrate the effectiveness and novelty of jointly pretraining both networks in an Actor-Critic architecture.

Technology Category

Application Category

πŸ“ Abstract
Reinforcement learning (RL) actor-critic algorithms enable autonomous learning but often require a large number of environment interactions, which limits their applicability in robotics. Leveraging expert data can reduce the number of required environment interactions. A common approach is actor pretraining, where the actor network is initialized via behavioral cloning on expert demonstrations and subsequently fine-tuned with RL. In contrast, the initialization of the critic network has received little attention, despite its central role in policy optimization. This paper proposes a pretraining approach for actor-critic algorithms like Proximal Policy Optimization (PPO) that uses expert demonstrations to initialize both networks. The actor is pretrained via behavioral cloning, while the critic is pretrained using returns obtained from rollouts of the pretrained policy. The approach is evaluated on 15 simulated robotic manipulation and locomotion tasks. Experimental results show that actor-critic pretraining improves sample efficiency by 86.1% on average compared to no pretraining and by 30.9% to actor-only pretraining.
Problem

Research questions and friction points this paper is trying to address.

reinforcement learning
actor-critic
sample efficiency
pretraining
expert demonstrations
Innovation

Methods, ideas, or system contributions that make the work stand out.

actor-critic pretraining
Proximal Policy Optimization
behavioral cloning
critic initialization
sample efficiency
πŸ”Ž Similar Papers
2024-07-21arXiv.orgCitations: 1
A
Andreas Kernbach
Fraunhofer Institute for Manufacturing Engineering and Automation IPA, Stuttgart, Germany; Institute of Industrial Manufacturing and Management IFF, University of Stuttgart, Germany
A
Amr Elsheikh
Institute of Industrial Manufacturing and Management IFF, University of Stuttgart, Germany
N
Nicolas Grupp
Institute for Control Engineering of Machine Tools and Manufacturing Units ISW, University of Stuttgart, Germany
R
RenΓ© Nagel
Materials Testing Institute MPA, University of Stuttgart, Germany
M
Marco F. Huber
Fraunhofer Institute for Manufacturing Engineering and Automation IPA, Stuttgart, Germany; Institute of Industrial Manufacturing and Management IFF, University of Stuttgart, Germany