From 18215252b1fc6393c38ecc6994e7bb709b12e0b3 Mon Sep 17 00:00:00 2001 From: Mohammad Aghdam Date: Sun, 5 Oct 2025 08:51:22 +0200 Subject: [PATCH] updated readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42dc1f2..c0a5c14 100644 --- a/README.md +++ b/README.md @@ -247,11 +247,12 @@ The `3_Backtest.ipynb` notebook evaluates all trained models and generates a com | AvgHoldBars | 847.694255 | ![Equity Curve Comparison](notebooks/reports/ppo_EURUSD.png) ![Equity Curve Comparison](notebooks/reports/newplot.png) -### Individual Model Reports + +📊 Individual model reports (PPO, A2C, DQN) are available in `notebooks/reports/`. +To view them, download the HTML files locally for full interactivity. - **[View PPO Report](notebooks/reports/quantstats_report_ppo_EURUSD_M15.html)** -- **[View A2C Report](notebooks/reports/quantstats_report_a2c_EURUSD_M15.html)** -- **[View DQN Report](notebooks/reports/quantstats_report_dqn_EURUSD_M15.html)** + > Note: You may need to download the HTML files to view the interactive charts. GitHub provides a static preview.