trying to run enhanced training system

This commit is contained in:
Dobromir Popov
2025-08-10 15:31:56 +03:00
parent b3c5076e37
commit ade4e117bf
4 changed files with 203 additions and 763 deletions

View File

@@ -159,8 +159,7 @@ class CleanTradingDashboard:
if orchestrator is None:
self.orchestrator = TradingOrchestrator(
data_provider=self.data_provider,
enhanced_rl_training=True,
model_registry={}
enhanced_rl_training=True
)
logger.debug("Using unified Trading Orchestrator with full ML capabilities")
else: