feat(train): freeze canonical V5 training release

Publish the unified scratch-training contract, compact best-policy bundles, calibrated targets, tests, and presentation-ready retained evidence while excluding archived and intermediate run payloads.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Frank14f
2026-08-04 14:12:27 +08:00
co-authored by Cursor
parent 01645f8d1c
commit b702fb7300
164 changed files with 4217 additions and 1091 deletions
@@ -0,0 +1,50 @@
{
"case": "karman_d2_v2",
"dist_radius": 2.0,
"grid": {
"nx": 2000,
"ny": 600
},
"config_path": "/root/private_data/DynamisLab/configs/config_lbm_karman_2000x600.json",
"SI": 800,
"FIFO_LEN": 150,
"CONV_LEN": 30,
"SENSOR_CC": 78.0,
"FORCE_SCALE": 0.0046,
"SENS_SCALE": 0.77,
"dtw_norm_scale": 0.393,
"SIM_BP": [
0.0,
0.3,
0.65,
0.79,
0.89,
1.0
],
"SIM_VAL": [
0.0,
0.2,
0.5,
0.8,
0.9,
1.0
],
"K_CD": 50.0,
"K_CL": 100.0,
"W_CD": 0.3,
"W_CL": 0.3,
"W_SIM": 0.4,
"FLOOR_CD": 0.1,
"FLOOR_CL": 0.1,
"FLOOR_SIM": 0.1,
"FLOOR_PENALTY": 0.05,
"ACTION_SCALE": 12.0,
"ACTION_BIAS": [
0.0,
0.0,
0.0
],
"U0": 0.01,
"RADIUS": 10.0,
"L0": 20.0
}