Incorporating Cognitive Biases into Reinforcement Learning for Financial Decision-Making
Liu He
TL;DR
The paper addresses incorporating cognitive biases into reinforcement learning for financial decision-making. It proposes a bias-aware RL framework using biased rewards, e.g., loss aversion with $r_{\text{LA}}(s,a)=r(s,a)$ for $r(s,a)\ge0$ and $r_{\text{LA}}(s,a)=\lambda r(s,a)$ for $r(s,a)<0$, and adaptive exploration to model overconfidence. It evaluates a tabular Q-learning agent in a synthetic random-walk market, reporting predominantly negative profitability and stability issues, highlighting the difficulty of achieving benefits from naïve bias integration. The findings emphasize the need for richer bias models and more advanced RL methods, and they provide guidance for future work in realistic environments and potential multi-agent setups.
Abstract
Financial markets are influenced by human behavior that deviates from rationality due to cognitive biases. Traditional reinforcement learning (RL) models for financial decision-making assume rational agents, potentially overlooking the impact of psychological factors. This study integrates cognitive biases into RL frameworks for financial trading, hypothesizing that such models can exhibit human-like trading behavior and achieve better risk-adjusted returns than standard RL agents. We introduce biases, such as overconfidence and loss aversion, into reward structures and decision-making processes and evaluate their performance in simulated and real-world trading environments. Despite its inconclusive or negative results, this study provides insights into the challenges of incorporating human-like biases into RL, offering valuable lessons for developing robust financial AI systems.
