Notabletraining methods

PoEM: Predicting RL Outcomes from Existing Policies

Kimia Hamidieh, Giannis Daras, Antonio Torralba

Published
Sep 24, 2026 — 17:50 UTC

Problem

The paper addresses the challenge of predicting reinforcement learning (RL) outcomes for new reward functions without the need to run RL algorithms on these functions. This is particularly relevant in scenarios where running RL is computationally expensive or impractical. The work is presented as a preprint and has not undergone peer review.

Method

The proposed framework, PoEM, leverages existing policies to predict the outcomes of RL under new reward functions. The core approach is based on the observation that a new reward function can be expressed as a linear combination of existing reward functions. Consequently, the new policy in log-space can also be represented as a linear combination of existing log-policies. This leads to the conclusion that the log-policies derived from RL training span a low-rank subspace across different rewards. The estimation of the weighting coefficients for these linear combinations is performed using outputs from either the reward or basis policies on sampled data.

Results

The available text does not report quantitative results. However, the authors validate their approach through experiments conducted across synthetic and real rewards in both text and image modalities, although specific performance metrics or comparisons to baselines are not provided.

Limitations

The authors do not explicitly state any limitations in their work. However, potential limitations can be inferred, such as the reliance on the assumption that new reward functions can be accurately represented as linear combinations of existing ones, as well as the low-rank assumption regarding the span of log-policies. These assumptions may not hold in all scenarios, potentially limiting the generalizability of the framework.

Why it matters

The implications of this work are significant for the field of reinforcement learning, particularly in enhancing the efficiency of policy evaluation and adaptation. By enabling the prediction of outcomes without the need for extensive RL trials, PoEM could facilitate faster experimentation and deployment of RL systems in various applications, thereby accelerating advancements in the field.

Summarised from the primary source with AI assistance under human editorial oversight. Turing Wire is not a primary source — read the original for the authoritative account.

Source: arXiv cs.AI