LGAIMLMay 12

Plan Before You Trade: Inference-Time Optimization for RL Trading Agents

arXiv:2605.1265324.4
Predicted impact top 79% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the limitation of static RL policies in portfolio management by enabling dynamic adaptation to price forecasts at inference time, offering a practical plugin for existing agents.

FPILOT introduces an inference-time optimization framework for RL trading agents that uses price forecasts to improve portfolio allocation, achieving consistent gains in total return and risk-adjusted metrics (Sharpe, Sortino, Calmar) across five policy algorithms on the DJ30 benchmark.

Reinforcement learning agents for portfolio management are typically trained and deployed as static policies, with no mechanism for using price forecasts at inference time. We propose $\text{FPILOT}$ (**Fin**ancial **P**lugin **I**nference-time **L**earning for **O**ptimal **T**rading), a plugin inference-time optimization framework inspired by Model Predictive Control (MPC). Our key structural insight is that future prices mostly do not depend on one agent's portfolio allocation, so a suitable predictive model can produce a multi-step price trajectory without iterative action-conditioned rollouts as in typical reinforcement learning. At each decision step, we use the forecaster's predicted price trajectory to construct an allocation-based imagined return objective, and optimize the policy at inference-time before executing one step of the trade. Our framework is compatible with any pre-trained agent and adapts the policy to the forecaster's predictions without any retraining. Evaluated across five policy learning algorithms on the TradeMaster DJ30 benchmark, $\text{FPILOT}$ produces consistent improvements in total return and return-based risk-adjusted metrics (Sharpe, Sortino, Calmar), with stochastic policies benefiting more than deterministic ones. Further, using synthetic forecasts at calibrated quality levels, we show that gains consistently improve with forecaster quality, suggesting that our performance will improve based on advances in financial forecasting.

Foundations

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

Your Notes