exoskeleton/code/config/experiments/h2_smoke.json

37 lines
568 B
JSON
Raw Normal View History

{
"study_id": "g0c_estimator_smoke_v1",
"split": "pilot",
"root_seed": 2026072798,
"replicates": 1,
"methods": [
"scaled_dls",
"undamped_svd",
"no_bias",
"no_friction"
],
"trajectories": [
{
"id": "short_wrench",
"family": "synthetic_dynamic",
"sample_count": 16
}
],
"factors": {
"characteristic_length_m": [
0.3
],
"damping": [
0.02
],
"min_scaled_singular": [
0.05
],
"model_error_std": [
0.01
],
"torque_noise_std_Nm": [
0.01
]
}
}