exoskeleton/code/config/experiments/h2_locked_template.json

42 lines
667 B
JSON
Raw Normal View History

{
"study_id": "g0c_estimator_sensitivity_locked_template_v1",
"split": "locked",
"root_seed": 2026072712,
"replicates": 20,
"methods": [
"scaled_dls",
"undamped_svd",
"no_bias",
"no_friction"
],
"trajectories": [
{
"id": "dynamic_wrench_sweep_locked",
"family": "synthetic_dynamic",
"sample_count": 512
}
],
"factors": {
"characteristic_length_m": [
0.3
],
"damping": [
0.01,
0.03
],
"min_scaled_singular": [
0.01,
0.05,
0.2
],
"model_error_std": [
0.0,
0.02
],
"torque_noise_std_Nm": [
0.002,
0.02
]
}
}