Deep CFR endpoint depth metrics 보강

This commit is contained in:
2026-05-07 00:54:16 +09:00
parent 95d0660b0b
commit 7ef7e5b927
4 changed files with 31 additions and 2 deletions
@@ -124,6 +124,8 @@ def test_deep_cfr_trainer_smoke_run() -> None:
assert metrics[0].strategy_samples > 0
assert metrics[0].traversal_nodes > 0
assert metrics[0].traversal_max_depth_reached <= 3
assert metrics[0].traversal_endpoints > 0
assert metrics[0].traversal_avg_endpoint_depth >= 0.0
assert metrics[0].advantage_loss >= 0.0
assert metrics[0].strategy_loss >= 0.0