Reinforcement Learning Discovers Price Manipulation More Effectively Than Model-Based Methods.

Ioanna-Yvonni Tsaknaki, Andrea Macr\`i, Fabrizio Lillo· July 9, 2026 View original

Summary

This paper explores whether model-free reinforcement learning (RL) agents can identify and exploit price manipulation opportunities more efficiently than traditional model-based approaches. It finds that RL consistently outperforms model-based methods when parameter estimates are noisy, especially for intermediate market volatility.

The research investigates the effectiveness of model-free Reinforcement Learning (RL) agents in uncovering and capitalizing on price manipulation within financial markets. This is compared against conventional model-based strategies that assume a correct data-generating process but are susceptible to noisy parameter estimations. The study uses a single-asset market framework, specifically the Almgren-Chriss model, which incorporates non-linear permanent and linear temporary market impacts. The authors first established the existence of price-manipulative strategies in a discrete-time setting and calculated an optimal benchmark strategy using Sequential Least Squares Quadratic Programming under full information. They then compared two learning approaches: a model-based procedure that estimates impact parameters from simulated execution data, and an agnostic RL approach using Deep Deterministic Policy Gradient, trained on the same data volume. Results indicate that for intermediate volatility levels, the RL agent successfully identifies profitable manipulative strategies without explicit knowledge of the underlying market model, even with limited training data. Crucially, RL consistently outperformed the model-based approach when parameter estimates were affected by sampling error. However, for high volatility, neither method succeeded, and for low volatility, the model-based approach was superior. These findings underscore RL's potential in complex control problems and highlight the inherent risks of deploying learning algorithms in financial markets without proper safeguards.

Why it matters

Financial professionals and regulators need to understand advanced techniques for identifying and preventing market manipulation, and this research shows RL's potential in this complex domain.

How to implement this in your domain

  1. 1Explore RL-based anomaly detection systems for identifying unusual trading patterns indicative of manipulation.
  2. 2Develop simulation environments to test RL agents' ability to detect and counter manipulative strategies.
  3. 3Integrate RL insights into risk management frameworks to assess potential market vulnerabilities.
  4. 4Collaborate with data scientists to prototype RL solutions for market surveillance and compliance.

Who benefits

BFSIFinTechRegulatory BodiesInvestment Management

Key takeaways

  • Reinforcement Learning can effectively discover and exploit price manipulation opportunities.
  • RL outperforms model-based approaches when market parameter estimates are noisy.
  • The effectiveness of RL varies with market volatility, performing best at intermediate levels.
  • Deploying RL in financial markets requires careful consideration of risks and safeguards.

Original post by Ioanna-Yvonni Tsaknaki, Andrea Macr\`i, Fabrizio Lillo

"arXiv:2607.06121v1 Announce Type: cross Abstract: In this paper, we investigate whether a model-free RL agent can identify and exploit price manipulation opportunities more effectively than a traditional model-based approach that assumes correct specification of the data-generati…"

View on X

Originally posted by Ioanna-Yvonni Tsaknaki, Andrea Macr\`i, Fabrizio Lillo on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Transformers Learn Non-Invertible Modular Multiplication via Stratified Fourier Mechanisms.

This research investigates how small transformers learn modular integer multiplication over composite moduli, a non-invertible operation. It proposes the "monoid extension" theory, suggesting models partition input space into hierarchical algebraic regions where Fourier mechanisms apply, explaining how embeddings, attention, and local features contribute to the computation.

Zitong Andrew Chen, Junaid Hasan, Akhil Srinivasan, Hemkesh Bandi, Jarod AlperJul 9, 2026
AI Engineering & DevToolsAI Research

New Interpretable Model Handles Feature Interactions in Tabular Data.

This paper introduces Interaction Aware Interpretable Machine Learning (IAIML), a framework for tabular data that addresses the limitation of traditional interpretable models in capturing feature interactions. IAIML uses adaptive discretization, pairwise interaction scoring, and a partitioned explanation budget to achieve high accuracy while maintaining interpretability.

Srikumar KrishnamoorthyJul 9, 2026
AI ResearchAI Engineering & DevTools

Principles of Deep Feedforward ReLU Networks Unveiled.

This paper systematically studies the mechanisms of deep feedforward ReLU networks, generalizing principles from two-layer networks to deeper architectures. It explains how hidden-layer units form piecewise linear manifolds to divide input space and how paths and their relationships are central to understanding the back-propagation training solution.

Changcun HuangJul 9, 2026