paper-with-me

홈 › Papers

Zero-Shot Policy Transfer in Reinforcement Learning using Buckingham's Pi Theorem

2025-10-09 · Francisco Pascoa, Ian Lalonde, Alexandre Girard arxiv

Reinforcement learning (RL) policies often fail to generalize to new robots, tasks, or environments with different physical parameters, a challenge that limits their real-world applicability. This paper presents a simple, zero-shot transfer method based on Buckingham's Pi Theorem to address this limitation. The method adapts a pre-trained policy to new system contexts by scaling its inputs (observations) and outputs (actions) through a dimensionless space, requiring no retraining. The approach is evaluated against a naive transfer baseline across three environments of increasing complexity: a simulated pendulum, a physical pendulum for sim-to-real validation, and the high-dimensional HalfCheetah. Results demonstrate that the scaled transfer exhibits no loss of performance on dynamically similar contexts. Furthermore, on non-similar contexts, the scaled policy consistently outperforms the naive transfer, significantly expanding the volume of contexts where the original policy remains effective. These findings demonstrate that dimensional analysis provides a powerful and practical tool to enhance the robustness and generalization of RL policies.

📄 PDF Abstract BibTeX arXiv:2510.08768

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Dimensionless Policies based on the Buckingham $π$ Theorem: Is This a Good Way to Generalize Numerical Results?

2023-07-29 · Alexandre Girard

The answer to the question posed in the title is yes if the context (the list of variables defining the motion control problem) is dimensionally similar. This article explores the use of the Buckingham $\pi$ theorem as a…

Transfer Learning

Simulation to Scaled City: Zero-Shot Policy Transfer for Traffic Control via Autonomous Vehicles

2018-12-14 · Kathy Jang, Eugene Vinitsky, Behdad Chalaki, Ben Remer 외

Using deep reinforcement learning, we train control policies for autonomous vehicles leading a platoon of vehicles onto a roundabout. Using Flow, a library for deep reinforcement learning in micro-simulators, we train tw…

Autonomous VehiclesDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Sustainable Transfer Learning for Adaptive Robot Skills

2026-04-08 · Khalil Abuibaid, Vinit Hegiste, Nigora Gafur, Achim Wagner 외 arxiv

Learning robot skills from scratch is often time-consuming, while reusing data promotes sustainability and improves sample efficiency. This study investigates policy transfer across different robotic platforms, focusing …

Reinforcement LearningTransfer Learning

Zero-Shot Policy Transfer with Disentangled Task Representation of Meta-Reinforcement Learning

2022-10-01 · Zheng Wu, Yichen Xie, Wenzhao Lian, Changhao Wang 외

Humans are capable of abstracting various tasks as different combinations of multiple attributes. This perspective of compositionality is vital for human rapid learning and adaption since previous experiences from relate…

DisentanglementMeta Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Distributional Successor Features Enable Zero-Shot Policy Optimization

2024-03-10 · Chuning Zhu, Xinqi Wang, Tyler Han, Simon S. Du 외

Intelligent agents must be generalists, capable of quickly adapting to various tasks. In reinforcement learning (RL), model-based RL learns a dynamics model of the world, in principle enabling transfer to arbitrary rewar…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)