Reinforcement learning implementation using Q-learning and Dyna-Q for automated trading strategy development with experience replay and model-based planning.
A reinforcement learning project implementing Q-Learning for automated trading strategies. The project includes tabular Q-learning with epsilon-greedy exploration, Dyna-Q for model-based learning with experience replay, and application to real stock market data for trading decisions.
Designing appropriate state representations for financial data, tuning exploration-exploitation tradeoff, implementing efficient Q-table updates, and handling the non-stationarity of financial markets.
Successfully implemented a Q-Learner that develops profitable trading strategies through reinforcement learning, demonstrating understanding of RL principles in financial applications.
© 2025 Maxwell Vaglica. All rights reserved.