Files
foxhunt/crates/ml/trained_models/hyperopt_results.json
jgrusewski 9c3d741a08 refactor: restructure repo — crates/, bin/, testing/ layout
Move 17 library crates into crates/, CLI binary into bin/fxt,
consolidate 10 test crates into testing/, split config crate
from deployment config files.

Root directory reduced from 38+ to ~17 directories.
All Cargo.toml paths and build.rs proto refs updated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 11:56:00 +01:00

14 lines
376 B
JSON

{
"ppo": {
"best_objective": -10.562240600585938,
"best_params": {
"clip_epsilon": 0.1937704475953032,
"entropy_coeff": 0.004575857121380468,
"policy_learning_rate": 0.0009063277596553022,
"value_learning_rate": 0.00008412342994353697,
"value_loss_coeff": 1.3082900521181515
},
"elapsed_secs": 4.173037206,
"trials": 6
}
}