Fix: mp_config missing for BoxPushing ProDMP

This commit is contained in:
Dominik Moritz Roth 2023-09-17 17:31:41 +02:00
parent 0629d1260c
commit da34db22c8

View File

@ -17,7 +17,15 @@ class MPWrapper(RawInterfaceWrapper):
} }
}, },
'DMP': {}, 'DMP': {},
'ProDMP': {}, 'ProDMP': {
'controller_kwargs': {
'p_gains': 0.01 * np.array([120., 120., 120., 120., 50., 30., 10.]),
'd_gains': 0.01 * np.array([10., 10., 10., 10., 6., 5., 3.]),
},
'basis_generator_kwargs': {
'basis_bandwidth_factor': 2 # 3.5, 4 to try
}
},
} }
# Random x goal + random init pos # Random x goal + random init pos