exoskeleton/code/config/experiments/h1_calibration.json

35 lines
656 B
JSON
Raw Permalink Normal View History

{
"study_id": "g0c_sew_calibration_v1",
"split": "calibration",
"root_seed": 2026072701,
"replicates": 2,
"methods": [
"sew",
"scaled_joint_space",
"bounded_dls_ik",
"task_priority_ik"
],
"trajectories": [
{
"id": "nominal_sweep",
"family": "nominal",
"sample_count": 81
},
{
"id": "reach_boundary",
"family": "reach_boundary",
"sample_count": 81
},
{
"id": "joint_limit_neighborhood",
"family": "joint_limit",
"sample_count": 81
},
{
"id": "low_manipulability",
"family": "low_manipulability",
"sample_count": 81
}
]
}