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

@ -34,7 +34,7 @@ from core.config import get_config
from core.data_provider import DataProvider
from core.enhanced_orchestrator import EnhancedTradingOrchestrator
from core.unified_data_stream import UnifiedDataStream
from web.scalping_dashboard import RealTimeScalpingDashboard
from web.old_archived.scalping_dashboard import RealTimeScalpingDashboard
class EnhancedDashboardIntegrationTest:
"""Test enhanced dashboard integration with RL training pipeline"""