Files
foxhunt/crates/ml/tests
jgrusewski 410ede2ad7 fix(ml): OOM guard on CPU PER fallback, clippy cleanup, PPO recurrent test fixes
- Add 4 GB pre-flight memory check in try_gpu_prioritized_with_fallback
  before attempting CPU PER fallback (prevents system OOM on absurd capacity)
- GPU pre-flight already rejects oversized buffers; CPU fallback was unguarded
- Fix integration test: assert Err for 500M capacity instead of unwrap
- Fix PPO recurrent tests: TradingAction → FactoredAction, num_actions 3/5 → 45
- Clippy: wildcard match arms → explicit variants, add missing else clause

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 00:57:14 +01:00
..