Entropy-Regularized Mean-Variance Objective
- The entropy-regularized mean-variance objective is a continuous-time stochastic control framework that augments terminal quadratic loss with a Shannon-entropy penalty to encourage exploration and robustness.
- It replaces deterministic controls with probability density functions, resulting in a Gaussian optimal policy where variance quantifies risk and exploration across different settings.
- This framework finds applications in portfolio optimization, electricity bidding, and robust order execution, and yields closed-form value functions via HJB equations.
import requests, textwrap, re, xml.etree.ElementTree as ET, json, math url='http://export.arxiv.org/api/query?search_query=all:%22entropy-regularized%20mean-variance%22&start=0&max_results=5' try: r=requests.get(url, timeout=20) print(r.status_code) print(r.text[:500]) except Exception as e: print("ERR", e)
to=python code to=python code to=python code to=python code The entropy-regularized mean-variance objective is a continuous-time stochastic control criterion that augments a mean-variance terminal objective with an entropy term on randomized controls. In the portfolio formulations considered in "Continuous-Time Mean-Variance Portfolio Selection: A Reinforcement Learning Framework" (Wang et al., 2019), "Entropy Regularization as Robustness under Bayesian Drift Uncertainty" (Au, 18 Feb 2026), and "Electricity Virtual Bidding Strategy Via Entropy-Regularized Stochastic Control Method" (Fang, 2023), the control at each time is not a point action but a probability density over holdings or allocations, and the objective combines terminal quadratic loss with either a Shannon-entropy penalty of the form or, equivalently, an entropy reward written through .
1. Canonical objective and control-theoretic formulation
In the basic continuous-time mean-variance formulation, discounted wealth is driven by a risky allocation and Brownian noise. For a single risky asset, the classical controlled wealth SDE is
where is the Sharpe ratio and is the discounted dollar amount invested in the risky asset. The exploratory version replaces the point control by a density on , with relaxed dynamics determined by the mean and variance of the sampled action (Wang et al., 2019).
The associated entropy-regularized mean-variance criterion is written with a Lagrange multiplier as
$J[\pi;w] = \E\bigl[(X_T^\pi-w)^2\bigr] + \lambda\,\E\!\Bigl[\int_0^T\!\!\int_{\mathbb R}\pi_t(u)\ln\pi_t(u)\,du\,dt\Bigr] -(w-z)^2,$
where 0 is the target expected terminal wealth and 1 is the exploration weight. The first term is the squared-error around 2, while the entropy term rewards higher-entropy policies because 3 is the negative of differential Shannon entropy (Wang et al., 2019).
A multidimensional version appears in electricity virtual bidding. There, wealth evolves as
4
where the drift vector 5 and volatility matrix 6 are functions of observed meteorological variables 7. The virtual bidding problem is then transformed into a mean-variance portfolio management problem and approached by the exploratory mean-variance portfolio management framework (Fang, 2023).
Under Bayesian drift uncertainty, the same objective is embedded in partial information. The discounted wealth process satisfies
8
with posterior mean and variance 9 obtained from the Kalman-Bucy filter. The entropy-regularized cost is
0
and this is stated to be dual to
1
with suitable matching of 2 and 3 (Au, 18 Feb 2026).
2. HJB structure and the Gaussian optimal policy
The defining analytical feature of the entropy-regularized mean-variance objective is that dynamic programming produces an HJB equation whose inner optimization is over probability densities rather than point controls. In the single-asset case, the value function
4
satisfies
5
with terminal condition 6 (Wang et al., 2019).
The stationarity condition in 7 yields a Gibbs density,
8
and, because the exponent is quadratic in 9, the optimizer is Gaussian. For the known-drift single-asset problem, the explicit solution is
0
so the optimal feedback policy is Gaussian with time-decaying variance (Wang et al., 2019).
The same structure persists in multidimensional and partial-information settings. In the exploratory mean-variance portfolio problem used for virtual bidding, the optimizer is
1
so both the mean and covariance inherit the market-price parameters 2 and 3 (Fang, 2023).
With Bayesian drift uncertainty, the HJB is written in 4 and the inner minimization depends on
5
The optimizer is again Gaussian,
6
with the mixed derivative 7 coupling learning into the mean (Au, 18 Feb 2026).
3. Explicit value functions and the link to classical mean-variance control
A central result in the literature is that entropy regularization preserves the tractability of continuous-time mean-variance control. In the single-asset RL formulation, the value function admits the quadratic representation
8
which gives 9 and directly produces the Gaussian optimizer (Wang et al., 2019).
The zero-entropy limit connects the exploratory and classical problems. As 0, the optimal distribution 1 converges weakly to the Dirac mass at the classical optimal control
2
and the value function converges pointwise to
3
The exploratory problem with 4 and the classical problem with 5 are stated to share the same Lagrange multiplier 6, the same drift in the optimal wealth SDE, and solvability equivalence (Wang et al., 2019).
The virtual bidding formulation yields the same qualitative link. The mean of the optimal Gaussian policy is exactly the classical mean-variance optimal holding, proportional to 7, but shrunk by the risk-adjusted term 8. Its covariance is proportional to 9 and acts as an exploration bonus of order 0. As 1, the policy collapses to the deterministic classical policy; for 2, the policy remains Gaussian and explores around the mean (Fang, 2023).
Under Bayesian drift uncertainty, the value function remains quadratic in wealth:
3
with explicit closed-form coefficients 4 and 5 along the deterministic path of 6. The paper emphasizes that 7 is independent of 8 and 9, so the entropy term enters through the additive entropy-premium term and the policy variance rather than through the quadratic wealth coefficient itself (Au, 18 Feb 2026).
4. Exploration, robustness, and information masking
The interpretation of the entropy term depends on the informational structure of the model. In the reinforcement-learning formulation with known drift, the entropy-regularized mean-variance criterion is explicitly presented as a device for achieving the best tradeoff between exploration and exploitation. The policy variance
0
decays exponentially from an initially high exploration level, while the mean equals the classical exploitative control (Wang et al., 2019).
Under Bayesian drift uncertainty, the same formal regularizer acquires a different meaning. The mean control is exactly the deterministic Bayesian Markowitz feedback and is independent of 1, whereas the policy variance depends only on 2 and 3. Because filtering 4 is independent of the policy, the extra variance does not speed up learning; instead it provides belief-dependent robustness. The optimal variance is symmetric in 5, minimized at 6, and strictly increasing in 7, so action randomization increases when the certainty-equivalent mean position is most aggressive (Au, 18 Feb 2026).
A third interpretation appears in mean-variance Stackelberg competition with asymmetric information. There the leader maximizes
8
and the optimal randomized trading policy is Gaussian with variance
9
Larger 0 produces a wider Gaussian and more masking of the true information from the follower, whereas larger 1 or larger 2 reduce randomization (Huang et al., 3 Sep 2025).
These formulations rule out a common simplification: entropy regularization is not uniformly an exploration mechanism. In the RL setting it is tied to exploration; in the Bayesian partial-information setting it is explicitly interpreted as robustness; and in the Stackelberg setting it is used to prevent information leakage (Wang et al., 2019, Au, 18 Feb 2026, Huang et al., 3 Sep 2025).
5. Variants and application domains
The objective has been embedded in several distinct stochastic environments. The common elements are randomized controls, mean-variance terminal criteria, and an entropy or relative-entropy regularizer; the differences lie in the state dynamics, the source of uncertainty, and the operational role of randomization.
| Setting | Dynamics and uncertainty | Role of entropy term |
|---|---|---|
| Electricity virtual bidding | Brownian motion with drift; drift and volatility depend on meteorological variables | Exploration around mean-variance-optimal holding |
| Portfolio optimization with jumps | Lévy-driven return process and exploratory wealth SDE with compensated jump measure | Gaussian control under jump-diffusion dynamics |
| Bayesian drift uncertainty | Kalman-Bucy filtering for unknown Sharpe ratio | Belief-dependent robustness |
| Stackelberg asymmetric information | Leader randomizes actions observed by follower | Information masking |
| Robust optimal order execution | KL penalty relative to prior market-rate distribution | Distributional robustness |
In electricity virtual bidding, price differences between the day-ahead market and the real-time market are modeled as Brownian motion with drift, where the drift rate and volatility are functions of meteorological variables. The paper states that one estimates 3, for example by regression on temperature, wind, and humidity, and 4, for example via a rolling-window covariance from historical LMP-differences; these quantities then enter both the drift term of 5 and the shape of the exploration bonus (Fang, 2023).
In the jump setting, the discounted return process is Lévy-driven, the exploratory wealth SDE is obtained as the weak-convergence limit of a natural discrete-time randomization scheme, and the continuous-time HJB again yields a Gaussian optimal distribution. The coefficient fields 6 and 7 are defined through a backward PIDE, and the optimal covariance is 8, while the optimal wealth process admits a closed-form representation via the Doléans-Dade exponential (Bender et al., 2023).
Relative-entropy regularization in optimal order execution is closely related but not identical. There the inner minimization is over distributions 9 for the market trading rate, and the objective adds a Kullback-Leibler term
0
Under the LQG ansatz and a Gaussian prior, the posterior 1 is Gaussian, the HJI reduces to coupled Riccati and linear ODEs, and finite 2 forces the posterior to stay close to the prior, guarding against misspecified market-rate models (Wang et al., 2023).
6. Algorithmic consequences and recurrent points of confusion
The entropy-regularized mean-variance objective is not only analytically tractable; it also supports policy-improvement and learning procedures. In the RL formulation, if a smooth feedback policy 3 has value 4 with 5, then the update
6
satisfies
7
Iterating this improve-evaluate procedure is stated to converge, in finitely many steps for the mean-variance LQ structure, to the global optimum 8 and 9 (Wang et al., 2019).
The implementable EMV algorithm parameterizes $J[\pi;w] = \E\bigl[(X_T^\pi-w)^2\bigr] + \lambda\,\E\!\Bigl[\int_0^T\!\!\int_{\mathbb R}\pi_t(u)\ln\pi_t(u)\,du\,dt\Bigr] -(w-z)^2,$0 by the quadratic/exponential form implied by the HJB solution and $J[\pi;w] = \E\bigl[(X_T^\pi-w)^2\bigr] + \lambda\,\E\!\Bigl[\int_0^T\!\!\int_{\mathbb R}\pi_t(u)\ln\pi_t(u)\,du\,dt\Bigr] -(w-z)^2,$1 as a Gaussian family, computes the continuous-time TD error
$J[\pi;w] = \E\bigl[(X_T^\pi-w)^2\bigr] + \lambda\,\E\!\Bigl[\int_0^T\!\!\int_{\mathbb R}\pi_t(u)\ln\pi_t(u)\,du\,dt\Bigr] -(w-z)^2,$2
updates $J[\pi;w] = \E\bigl[(X_T^\pi-w)^2\bigr] + \lambda\,\E\!\Bigl[\int_0^T\!\!\int_{\mathbb R}\pi_t(u)\ln\pi_t(u)\,du\,dt\Bigr] -(w-z)^2,$3 and $J[\pi;w] = \E\bigl[(X_T^\pi-w)^2\bigr] + \lambda\,\E\!\Bigl[\int_0^T\!\!\int_{\mathbb R}\pi_t(u)\ln\pi_t(u)\,du\,dt\Bigr] -(w-z)^2,$4 by stochastic gradient descent to minimize squared TD error, and updates the Lagrange multiplier through the Robbins-Monro rule
$J[\pi;w] = \E\bigl[(X_T^\pi-w)^2\bigr] + \lambda\,\E\!\Bigl[\int_0^T\!\!\int_{\mathbb R}\pi_t(u)\ln\pi_t(u)\,du\,dt\Bigr] -(w-z)^2,$5
The paper reports that this algorithm outperforms both an adaptive control based method and a deep neural networks based algorithm in simulations (Wang et al., 2019).
Several misconceptions are resolved directly by the cited formulations. One is that entropy regularization necessarily changes the deterministic feedback law; in the Bayesian partial-information model, the mean control is identical to deterministic Bayesian Markowitz feedback and only the policy variance changes (Au, 18 Feb 2026). Another is that entropy-regularized mean-variance control must be diffusion-only; the jump formulation shows that Gaussian randomized controls persist in a Lévy environment, although the coefficient fields are determined by a backward PIDE rather than an ODE system (Bender et al., 2023). A further misconception is that entropy regularization always operates through the agent’s own action distribution; the order-execution model uses relative entropy with respect to a prior on the market trading-rate distribution, yielding a robust stochastic differential game rather than a purely exploratory control problem (Wang et al., 2023).
Across these formulations, the entropy-regularized mean-variance objective retains the mean-variance target-tracking structure, admits HJB-based closed forms in LQ and related settings, and replaces deterministic controls by Gaussian policies whose variance quantifies exploration, robustness, or strategic masking according to the surrounding information model (Wang et al., 2019).