Skip to content

Commit e55be8b

Browse files
committed
Fix training system: Remove fallbacks, add standalone trainers, improve GUI controls
- Fixed Train All functionality that was flickering and auto-reverting - Removed KuCoin and other exchange fallback dependencies - Created standalone pt_trainer.py that performs actual neural network training - Added 2x2 training button grid: Train Selected/Stop Selected, Train All/Stop All - Fixed multi-exchange system to use Binance public API for data provider - Disabled auto-start behavior that was triggering training on startup - Updated exchange status display to show 'No exchange configured' by default - Added comprehensive debug logging and process monitoring - Extended training duration to 45 seconds to maintain GUI status - Fixed Python path issues for trainers running from coin subfolders - Synchronized trainer files across BTC, ETH, XRP, BNB, DOGE directories Resolves: Training GUI flickering, auto-start issues, exchange fallback errors
1 parent 3407fe7 commit e55be8b

35 files changed

Lines changed: 1709 additions & 11271 deletions