Skip to content

How to Set Up

ai-lab-projects edited this page Apr 30, 2025 · 2 revisions

How to Set Up

1. Install Required Libraries

pip install tensorflow yfinance numpy pandas matplotlib scikit-learn

2. Clone the Repository

git clone https://github.com/ai-lab-projects/dqn-trading-simulation.git cd dqn-trading-simulation

3. Run the Training Script

python train_dqn_etf.py

Clone this wiki locally