The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Reinforcement-learning portfolios can meaningfully improve sustainability metrics while keeping returns stable: agents trained with ESG and sector CO2 inputs produce portfolios with markedly better ESG/emission scores than traditional Modern Portfolio Theory allocations, though pure return-focused agents still deliver the highest profitability.

Reinforcement Learning for Low-Carbon Investment Strategies
Ovchinnikov, Stanislav · January 01, 2026 · Theseus (Ammattikorkeakoulujen)
openalex descriptive low evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

OpenAlex

Latest observation:

  1. Ovchinnikov, Stanislav provider ID
A PPO-based reinforcement learning agent that ingests financial returns, LSTM-predicted returns, ESG scores, and sector CO2 data can learn portfolios that trade off profitability and sustainability, with balanced reward weights improving sustainability metrics while maintaining stable financial performance versus classical MPT portfolios.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Sustainable investing has become increasingly important in financial markets, while reinforcement learning has appeared as a useful method for solving complex decision-making problems such as portfolio optimization. This research examined whether reinforcement learning models that use CO2 emission scores, ESG metrics, and financial data can create investment strategies that are both profitable and more sustainable. A portfolio management framework based on the Proximal Policy Optimization algorithm was implemented. The model used predicted financial returns (provided by LSTM models), current financial re-turns, ESG scores, and sector-level CO2 emission scores as input features. The reward function combined financial and sustainability objectives using weighted parameters. Model hyperparameters were optimized using a genetic search algorithm. The reinforcement learning models were compared with portfolios built using Modern Portfolio Theory. The results showed that reinforcement learning models were able to construct portfolios that balance financial performance and sustainability indicators. Models focused on financial returns achieved the highest profitability but lower sustainability metrics. In contrast, sustainability-focused models produced higher ESG and emission scores but lower financial returns. Balanced models achieved stable financial performance while significantly improving sustainability indicators. The results suggest that combining financial and sustainability data into a reinforcement learning model can produce investment strategies that are both profitable and more sustainable than strategies based only on financial data.

Summary

Main Finding

Reinforcement learning (PPO) that combines predicted returns (from LSTMs), current financial data, ESG scores, and sector-level CO2 emissions can produce portfolios that substantially improve sustainability metrics while maintaining competitive financial performance. Return-maximizing RL agents achieve the highest profitability but poorer sustainability scores; sustainability-focused agents improve ESG/emission metrics at the cost of returns; balanced agents provide stable returns and meaningful sustainability gains versus finance-only strategies and vs. Modern Portfolio Theory (MPT) baselines.

Key Points

  • Objective: build an AI-driven portfolio strategy for Nasdaq Helsinki stocks that prioritizes low-carbon / sustainable assets while maintaining acceptable financial returns.
  • Algorithmic stack:
    • Time-series forecasts: LSTM models for predicted asset returns.
    • Reinforcement learning: Proximal Policy Optimization (PPO) agent acting in a portfolio environment.
    • Missing-data imputation: ANN regression for IPO/missing values.
    • Hyperparameter tuning: genetic algorithm.
  • Inputs to the RL agent: LSTM-predicted returns, current returns, ESG scores, sector-level CO2 emission scores, engineered features.
  • Reward design: multi-objective scalar reward combining financial return and sustainability (ESG/emissions) with tunable weights to emphasize return, sustainability, or a balance.
  • Baseline: Modern Portfolio Theory portfolios (mean-variance optimization / efficient frontier).
  • Empirical outcomes:
    • Return-oriented PPO: highest profitability, lower sustainability metrics.
    • Sustainability-oriented PPO: improved ESG and emission scores, reduced returns.
    • Balanced PPOs: stable financial performance with significant improvements in ESG and CO2 indicators compared to finance-only approaches and MPT.
  • Limitations highlighted: sector-level emissions used when firm-level disclosures absent; omitted macroeconomic variables; sample limited to Finnish-listed equities; potential underfitting and sensitivity to historical regime changes.

Data & Methods

  • Universe: Nasdaq Helsinki-listed firms (Finnish equities).
  • Data sources:
    • Historical stock market prices/returns.
    • ESG metrics from providers (discussion mentions LSEG, Sustainalytics; diverse scales and methodological inconsistency).
    • Sector-level CO2 emission scores where firm-level emissions unavailable.
  • Preprocessing & features:
    • Feature engineering and normalization/scaling for multi-objective reward compatibility.
    • Synthetic data visualizations and ESG distribution analyses for sectoral patterns.
  • Forecasting:
    • LSTM architectures trained per asset for return prediction; model evaluations and directional accuracy used as inputs to RL.
    • ANN regression used to impute missing IPO-related data.
  • Reinforcement learning design:
    • Environment: custom PortfolioEnv encoding portfolio state, rebalancing, transaction costs and action space (allocation adjustments).
    • Algorithm: PPO policy network trained with episodes; exploration and training regimen described.
    • Reward: mathematical formulation combining financial return and sustainability score; weighting strategies tested to produce return-oriented, sustainability-oriented, and balanced agents.
    • Hyperparameter search via genetic algorithm to optimize PPO settings.
  • Validation & evaluation:
    • Data split into training, validation, and evaluation ranges.
    • Models compared across multiple evaluation ranges and against MPT portfolios.
    • Performance reported across financial metrics (returns) and sustainability measures (ESG quartiles, sector CO2 scores).

Implications for AI Economics

  • Multi-objective RL is a viable approach for aligning investors’ sustainability preferences with portfolio performance; it offers a flexible mechanism to trade off financial returns and externalities (carbon emissions) via reward weighting.
  • Policy relevance: RL strategies that internalize ESG/CO2 information can help channel capital toward low-carbon firms, supporting regulatory goals (e.g., CSRD) and national decarbonization targets.
  • Market design and productization: asset managers can use RL frameworks to create configurable sustainable funds (tunable between return and impact objectives).
  • Data challenges matter economically: reliance on heterogeneous ESG providers and sector proxies introduces measurement error and comparability problems; standardization of ESG and mandatory firm-level emissions disclosures would improve model quality and market efficiency.
  • General equilibrium & adoption considerations:
    • Widespread use of sustainability-weighted RL strategies could change asset prices and sectoral capital allocation — potentially reducing the returns premium for green assets over time.
    • Concerns about robustness, interpretability, and regime shifts limit immediate institutional adoption; stress-testing, explainability, and causal analysis should accompany deployment.
  • Research & policy directions suggested:
    • Expand to multi-country/universe settings and firm-level emissions to assess scalability and cross-market effects.
    • Incorporate macroeconomic variables, transaction frictions, liquidity constraints, and model risk into RL environments.
    • Explore alternative RL algorithms, risk-aware rewards, and methods for explainability and regulatory compliance.

If you’d like, I can extract key figures/tables or produce a one-page executive summary highlighting quantitative results and model comparisons from the thesis.

Assessment

Paper Typedescriptive Evidence Strengthlow — Findings rest on algorithmic backtests and out-of-sample performance of trained agents rather than any causal identification; results likely sensitive to model specification (LSTM return predictions, reward weights), hyperparameter tuning, and potential overfitting. No randomized or natural-experiment design, limited mention of robustness, transaction costs, market impact, or statistical inference, so confidence that results generalize to real-world trading is limited. Methods Rigormedium — The study employs modern methods (PPO for RL, LSTM for return predictions, genetic search for hyperparameters) and benchmarks against Modern Portfolio Theory, which shows methodological competence; however, the description lacks important rigor elements such as transparent cross-validation, robustness checks (different asset universes, bootstrapped significance testing), transaction cost and market-impact modeling, multiple baselines, and sensitivity analyses of reward-weight choices, which weakens overall methodological robustness. SampleBacktest-style dataset combining financial time series (asset prices/returns), predicted returns from LSTM models, firm-level ESG scores, and sector-level CO2 emission scores; exact asset universe, geographic coverage, sample period, and sample size are not reported in the summary. Themesinnovation governance GeneralizabilityBacktest / simulation setting — real-world trading frictions (transaction costs, slippage, market impact) may alter results, Reliance on LSTM-predicted returns introduces model risk and potential look-ahead/overfitting, Unclear asset universe and sample period — results may not hold across markets, time periods, or asset classes, ESG and CO2 measures are coded in a specific way (firm-level ESG, sector CO2) and may not generalize to alternative sustainability metrics or data providers, Hyperparameter tuning (genetic search) can overfit to historical data, reducing out-of-sample performance

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
A portfolio management framework based on the Proximal Policy Optimization (PPO) algorithm was implemented. Other null_result model_implementation
Reading fidelity high
Study strength high
not reported
0.3
The model used predicted financial returns (provided by LSTM models), current financial returns, ESG scores, and sector-level CO2 emission scores as input features. Other null_result model_inputs
Reading fidelity high
Study strength high
not reported
0.3
The reward function combined financial and sustainability objectives using weighted parameters. Other null_result reward_function_design
Reading fidelity high
Study strength high
not reported
0.3
Model hyperparameters were optimized using a genetic search algorithm. Other null_result hyperparameter_optimization_method
Reading fidelity high
Study strength high
not reported
0.3
The reinforcement learning models were compared with portfolios built using Modern Portfolio Theory (MPT). Other null_result comparative_evaluation
Reading fidelity high
Study strength high
not reported
0.3
Reinforcement learning models were able to construct portfolios that balance financial performance and sustainability indicators. Firm Revenue positive financial performance and sustainability indicators (ESG/emissions)
Reading fidelity high
Study strength medium
not reported
0.18
Models focused on financial returns achieved the highest profitability but lower sustainability metrics. Firm Revenue mixed profitability (financial returns) and sustainability metrics (ESG/emissions)
Reading fidelity high
Study strength medium
not reported
0.18
Sustainability-focused models produced higher ESG and emission scores but lower financial returns. Consumer Welfare mixed ESG and CO2 emission scores (sustainability) and financial returns
Reading fidelity high
Study strength medium
not reported
0.18
Balanced models achieved stable financial performance while significantly improving sustainability indicators. Firm Revenue positive financial performance stability and improvement in sustainability indicators (ESG/emissions)
Reading fidelity high
Study strength medium
not reported
0.18
Combining financial and sustainability data into a reinforcement learning model can produce investment strategies that are both profitable and more sustainable than strategies based only on financial data. Firm Revenue positive profitability relative to financial-only strategies and sustainability metrics (ESG/emissions)
Reading fidelity high
Study strength medium
not reported
0.18

Notes