mirror of https://github.com/fan-ziqi/rl_sar.git
fix: clear actions clip
This commit is contained in:
parent
8f345f61d6
commit
6b1f9efe82
|
@ -9,10 +9,8 @@ openloong_isaacsim:
|
|||
num_observations: 48
|
||||
observations: ["lin_vel", "ang_vel", "gravity_vec", "commands", "dof_pos", "dof_vel", "actions"]
|
||||
clip_obs: 100.0
|
||||
clip_actions_lower: [-10000, -10000, -10000, -10000, -10000, -10000,
|
||||
-10000, -10000, -10000, -10000, -10000, -10000]
|
||||
clip_actions_upper: [10000, 10000, 10000, 10000, 10000, 10000,
|
||||
10000, 10000, 10000, 10000, 10000, 10000]
|
||||
clip_actions_lower: null
|
||||
clip_actions_upper: null
|
||||
rl_kp: [251.625, 362.5214, 200, 200, 10.9805, 10.9805,
|
||||
251.625, 362.5214, 200, 200, 10.9805, 10.9805]
|
||||
rl_kd: [10, 10, 10, 10, 10, 10,
|
||||
|
|
Loading…
Reference in New Issue