exoskeleton/code/config/experiments/bilateral_locked_template.json

56 lines
967 B
JSON
Raw Normal View History

{
"study_id": "g0c_bilateral_locked_template_v1",
"split": "locked",
"root_seed": 2026072713,
"replicates": 20,
"methods": [
"proposed_energy",
"proposed_no_energy",
"direct_energy",
"matched_wrench_energy",
"proposed_popc"
],
"trajectories": [
{
"id": "free_space_roundtrip_locked",
"family": "free_space",
"duration_s": 4.0,
"contact_probe_fraction": 0.0
},
{
"id": "contact_roundtrip_locked",
"family": "contact_roundtrip",
"duration_s": 4.0,
"contact_probe_fraction": 0.03
}
],
"factors": {
"map_policy": [
"current",
"source_stamped"
],
"return_delay_s": [
0.0,
0.04,
0.08,
0.12
],
"return_jitter_s": [
0.0,
0.004
],
"return_packet_loss": [
0.0,
0.02
],
"wall_damping": [
30.0
],
"wall_stiffness": [
300.0,
600.0,
900.0
]
}
}