BREAKING CHANGES: - Removed orphaned dqn.rs monolithic trainer (4,975 lines) - Removed orphaned dqn_ensemble.rs module (816 lines) - Removed orphaned tft.rs and tft_complete_int8_integration_test.rs - TFT trainer split into modular directory structure DQN Module Refactoring: - Split trainers/dqn.rs into modular structure (config.rs, statistics.rs, trainer.rs) - Fixed hyperopt 39D search space (continuous params only) - Boolean flags (use_dueling, use_double_dqn, use_per, use_noisy_nets) are now FIXED architectural decisions - use_distributional defaults to false (Candle BUG #36 - scatter_add gradient issues) Clean Module Structure: - ml/src/trainers/dqn/ directory with proper mod.rs exports - ml/src/trainers/tft/ directory with config.rs, types.rs, model.rs, trainer.rs, tests.rs - All P0 features validated: TD-error clamping, batch diversity, LR scheduler, priority staleness Documentation: - Added comprehensive docs in docs/codebase-cleanup/ - ADR-001 for DQN refactoring decisions - Rainbow DQN component matrix and quick reference guides Build Status: Compiles with zero errors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
Blocking waiting for file lock on build directory
|
|
Compiling ring v0.17.14
|
|
Compiling mio v1.0.4
|
|
Compiling indexmap v2.11.4
|
|
Compiling num-traits v0.2.19
|
|
Compiling stable_deref_trait v1.2.0
|
|
Compiling tinystr v0.8.1
|
|
Compiling petgraph v0.6.5
|
|
Compiling zerotrie v0.2.2
|
|
Compiling icu_collections v2.0.0
|
|
Compiling time-macros v0.2.24
|
|
Compiling sqlx-core v0.8.6
|
|
Compiling flate2 v1.1.3
|
|
Compiling yoke v0.8.0
|
|
Compiling openssl v0.10.73
|
|
Compiling openssl-sys v0.9.109
|
|
Compiling zerovec v0.11.4
|
|
Compiling icu_locale_core v2.0.0
|
|
Compiling tokio v1.47.1
|
|
Compiling chrono v0.4.42
|
|
Compiling compression-codecs v0.4.31
|
|
Compiling deranged v0.5.4
|
|
Compiling num-integer v0.1.46
|
|
Compiling rust_decimal v1.38.0
|
|
Compiling icu_provider v2.0.0
|
|
Compiling icu_normalizer v2.0.0
|
|
Compiling icu_properties v2.0.1
|
|
Compiling potential_utf v0.1.3
|
|
Compiling parking_lot_core v0.9.12
|
|
Compiling num-bigint v0.4.6
|
|
Compiling sqlx-postgres v0.8.6
|
|
Compiling parking_lot v0.12.5
|
|
Compiling idna_adapter v1.2.1
|
|
Compiling idna v1.1.0
|
|
Compiling native-tls v0.2.14
|
|
Compiling futures-intrusive v0.5.0
|
|
Compiling url v2.5.7
|
|
Compiling equator v0.4.2
|
|
Compiling time v0.3.44
|
|
Compiling aligned-vec v0.6.4
|
|
Compiling half v2.6.0
|
|
Compiling bytemuck v1.24.0
|
|
Compiling tokio-util v0.7.16
|
|
Compiling tokio-native-tls v0.3.1
|
|
Compiling async-compression v0.4.32
|
|
Compiling toml_edit v0.22.27
|