Fix Typo: weights_scale should apply to traj_gen, not controller
This commit is contained in:
parent
a4e28837bb
commit
8b3d05aaaf
@ -10,6 +10,8 @@ class MPWrapper(RawInterfaceWrapper):
|
|||||||
'ProMP': {
|
'ProMP': {
|
||||||
'controller_kwargs': {
|
'controller_kwargs': {
|
||||||
'p_gains': 50.0,
|
'p_gains': 50.0,
|
||||||
|
},
|
||||||
|
'trajectory_generator_kwargs': {
|
||||||
'weights_scale': 0.2,
|
'weights_scale': 0.2,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user