DynamisLab/src/OID_analysis/data/karman_cloak/karman_re100/config.json
Frank14f 2ae248421d fix(oid): confirm FIFO bias bug has no structural impact
- Fixed bias_arr[4] (front 0), bias_arr[5] (bottom -4U0), bias_arr[6] (top +4U0)
- Re-ran full karman pipeline: force-sig overlap unchanged (-0.034)
- Force-OID still beats POD (0.295 vs 0.068, was 0.750 vs 0.418)
- Absolute R2 shifted because corrected FIFO changed PPO trajectory start
- Structural conclusion (force-sig near-orthogonal) is robust

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 16:26:54 +08:00

20 lines
438 B
JSON

{
"scene_id": "karman",
"re_code": 100,
"nu": 0.004,
"has_disturbance": true,
"sample_interval": 800,
"action_scale": 8.0,
"action_bias": "(0.0, -4.0, 4.0)",
"source": "PPO_inference",
"model_name": "d1a3o12_re100",
"model_subdir": "old",
"n_objects_env": 7,
"obs_slice": "(2, 14)",
"sensor_x": 40.0,
"pinball_front_x": 30.0,
"pinball_rear_x": 31.3,
"target_type": "periodic",
"s_dim": 12,
"u0": 0.01
}