Deep Q-Network (DQN) multi-agent reinforcement learning (MARL) for Stock Trading
By: John Christopher Tidwell, John Storm Tidwell
Potential Business Impact:
Helps computers make smart money trades.
This project addresses the challenge of automated stock trading, where traditional methods and direct reinforcement learning (RL) struggle with market noise, complexity, and generalization. Our proposed solution is an integrated deep learning framework combining a Convolutional Neural Network (CNN) to identify patterns in technical indicators formatted as images, a Long Short-Term Memory (LSTM) network to capture temporal dependencies across both price history and technical indicators, and a Deep Q-Network (DQN) agent which learns the optimal trading policy (buy, sell, hold) based on the features extracted by the CNN and LSTM.
Similar Papers
Multi-Agent Reinforcement Learning for Dynamic Pricing in Supply Chains: Benchmarking Strategic Agent Behaviours under Realistically Simulated Market Conditions
Machine Learning (CS)
Helps stores set prices that change smartly.
Multi-Agent Reinforcement Learning for Sample-Efficient Deep Neural Network Mapping
Machine Learning (CS)
Makes computer chips run faster and use less power.
Q-MARL: A quantum-inspired algorithm using neural message passing for large-scale multi-agent reinforcement learning
Machine Learning (CS)
Lets many robots learn to work together.