LGAIRODec 18, 2025

Posterior Behavioral Cloning: Pretraining BC Policies for Efficient RL Finetuning

arXiv:2512.16911v16 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses the challenge of ensuring pretrained policies are effective initializations for RL finetuning in domains like robotics, though it is incremental as it builds on existing pretraining and finetuning methods.

The paper tackles the problem of pretraining policies for efficient reinforcement learning (RL) finetuning by showing that standard behavioral cloning can fail to ensure coverage over demonstrator actions, and proposes posterior behavioral cloning (PostBC) to model the posterior distribution, which improves RL finetuning performance on robotic control benchmarks and real-world tasks.

Standard practice across domains from robotics to language is to first pretrain a policy on a large-scale demonstration dataset, and then finetune this policy, typically with reinforcement learning (RL), in order to improve performance on deployment domains. This finetuning step has proved critical in achieving human or super-human performance, yet while much attention has been given to developing more effective finetuning algorithms, little attention has been given to ensuring the pretrained policy is an effective initialization for RL finetuning. In this work we seek to understand how the pretrained policy affects finetuning performance, and how to pretrain policies in order to ensure they are effective initializations for finetuning. We first show theoretically that standard behavioral cloning (BC) -- which trains a policy to directly match the actions played by the demonstrator -- can fail to ensure coverage over the demonstrator's actions, a minimal condition necessary for effective RL finetuning. We then show that if, instead of exactly fitting the observed demonstrations, we train a policy to model the posterior distribution of the demonstrator's behavior given the demonstration dataset, we do obtain a policy that ensures coverage over the demonstrator's actions, enabling more effective finetuning. Furthermore, this policy -- which we refer to as the posterior behavioral cloning (PostBC) policy -- achieves this while ensuring pretrained performance is no worse than that of the BC policy. We then show that PostBC is practically implementable with modern generative models in robotic control domains -- relying only on standard supervised learning -- and leads to significantly improved RL finetuning performance on both realistic robotic control benchmarks and real-world robotic manipulation tasks, as compared to standard behavioral cloning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes