enable training
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user