enable training

This commit is contained in:
Dobromir Popov
2025-09-08 12:13:50 +03:00
parent 4fe952dbee
commit 060fdd28b4
2 changed files with 8 additions and 112 deletions

View File

@@ -33,7 +33,7 @@ def create_safe_orchestrator() -> Optional[TradingOrchestrator]:
try:
# Create orchestrator with basic configuration (uses correct constructor parameters)
orchestrator = TradingOrchestrator(
enhanced_rl_training=False # Disable problematic training initially
enhanced_rl_training=True # Enable RL training for model improvement
)
logger.info("Trading orchestrator created successfully")