FinRL-DeepSeek Revisited: A Reproduction and Multi-Seed Robustness Analysis of LLM-Infused Risk-Sensitive Trading Agents

15 September 2026, Version 1
This content is an early or alternative research output and has not been peer-reviewed by Cambridge University Press at the time of posting.

Abstract

We reproduce and extend FinRL-DeepSeek (Benhenda, 2025), a trading framework combining Proximal Policy Optimization (PPO) (Schulman et al., 2017), Conditional Value-at-Risk (CVaR) constraints (Rockafellar and Uryasev, 2000), and large language model (LLM) signals extracted from financial news. Using the Nasdaq-100 universe (2013-2023) and the agent-ready datasets released by the original authors, we implement four agents from scratch in PyTorch - PPO, CPPO, PPO-DeepSeek, and CPPO-DeepSeek - and backtest them on the 2019-2023 period against an equal-weight buy-and-hold baseline. On a single seed, our results replicate the qualitative pattern reported by Benhenda (2025): LLM infusion improves both return and Sharpe ratio for both the unconstrained and CVaR-constrained agents. However, extending the evaluation to two independent seeds - a small but motivating step in light of well-documented seed sensitivity in deep RL (Henderson et al., 2018) - suggests that this single-seed pattern may not be stable, particularly for PPO-DeepSeek, whose Sharpe ratio ranking relative to plain PPO reverses between the two seeds we test. In contrast, CPPO-DeepSeek shows the smallest spread in total return across our two seeds of any agent. We present these observations as preliminary evidence, not a settled finding, and argue that they motivate wider-scale multi-seed evaluation in financial reinforcement learning research, an area where single-seed backtests remain the norm. We release our full codebase, including the trading environment, PPO/CPPO implementations, and evaluation pipeline, to support reproducibility.

Keywords

reinforcement learning
algorithmic trading
CVaR
large language models
PPO
reproducibility
financial NLP

Supplementary weblinks

Comments

Comments are not moderated before they are posted, but they can be removed by the site moderators if they are found to be in contravention of our Commenting and Discussion Policy [opens in a new tab] - please read this policy before you post. Comments should be used for scholarly discussion of the content in question. You can find more information about how to use the commenting feature here [opens in a new tab] .
This site is protected by reCAPTCHA and the Google Privacy Policy [opens in a new tab] and Terms of Service [opens in a new tab] apply.