Scouting the Dynamics Gap: Test-Time Policy Adaptation via Action-Outcome Feedback

Anonymous Authors

We present SCOUT, which uses a Shared belief latent to Couple the policy with dynamics predictions to enable Outcome-driven policy Updates at Test-time, enabling manipulation policies to adapt to different environment dynamics on the fly.

Abstract

While pretrained robotic policies exhibit impressive capabilities in controlled environments, the inherent unpredictability of the real world, including unobserved dynamic properties, requires these policies to rapidly adapt during deployment. Existing test-time adaptation methods typically rely on sparse scalar rewards, failing to exploit the rich geometric and dynamic feedback from the environment during physical interaction.

To address this challenge, we propose SCOUT, a dynamics-aware meta-learning framework that enables manipulation policies to rapidly adapt by continuously revising their internal beliefs about environment dynamics. Our approach couples an action-prediction policy with a forward dynamics model via a shared belief latent space. During meta-training, an inner loop updates this shared belief latent by minimizing the dynamics prediction error against the observed action outcome, while the outer loop optimizes the network for action selection. At deployment, this structure allows the agent to infer and adapt to unknown physical dynamics on the fly. By updating its latent belief based on action-outcome mismatches, the policy automatically adapts without risking catastrophic forgetting.

We demonstrate that SCOUT significantly accelerates online adaptation across simulated manipulation benchmarks and achieves robust sim-to-real transfer in the real world.

Real World Demos

We demonstrate SCOUT on real-world uneven bar pickup and push tasks. SCOUT adapts via action-outcome feedback to different center of mass positions along the bar.

Select weight position on the bar:

Simulation Demos

SCOUT is evaluated across six simulated manipulation tasks with varying dynamics. Select a task to view adaptation videos.

Quantitative Results

Simulation: ISE Benchmark

Slide 1

Simulation: Ambiguous Door Benchmark

Slide 2

Real-World: Uneven Bar Pick / Push

Slide 3

Model Architecture

Overview of our test-time adaptation architecture. Our framework is meta-trained end-to-end, utilizing an inner loop that adapts an initial belief q0 to qk via latent dynamics error minimization, which then modulates the outer loop's policy head via FiLM to predict actions.