beef up DQN model, fix training issues

This commit is contained in:
Dobromir Popov
2025-07-27 20:48:44 +03:00
parent 1894d453c9
commit bd986f4534
6 changed files with 414 additions and 55 deletions

View File

@ -1672,7 +1672,7 @@ class TradingOrchestrator:
processing_time_ms=0.0, # We don't track this in orchestrator
memory_usage_mb=0.0, # We don't track this in orchestrator
input_features=input_features_array,
checkpoint_id=None,
checkpoint_id=None,f
metadata=inference_record.get('metadata', {})
)