wip on the RL training pipeline and data collection

This commit is contained in:
Dobromir Popov
2025-05-29 14:08:14 +03:00
parent 6b7d7aec81
commit 3f4e9b9774
18 changed files with 6154 additions and 3446 deletions

View File

@@ -33,7 +33,7 @@ def test_imports():
logger.info("✓ Dash imports successful")
# Try to import the dashboard
from web.scalping_dashboard import RealTimeScalpingDashboard
from web.old_archived.scalping_dashboard import RealTimeScalpingDashboard
logger.info("✓ RealTimeScalpingDashboard imported")
return True
@@ -48,7 +48,7 @@ def test_dashboard_creation():
try:
logger.info("Testing dashboard creation...")
from web.scalping_dashboard import RealTimeScalpingDashboard
from web.old_archived.scalping_dashboard import RealTimeScalpingDashboard
from core.data_provider import DataProvider
# Create data provider