update rewards
This commit is contained in:
parent
c660217810
commit
6ce61a0241
|
@ -97,12 +97,11 @@ class H1_2RoughCfg(LeggedRobotCfg):
|
||||||
ang_vel_xy = -0.1
|
ang_vel_xy = -0.1
|
||||||
orientation = -0.1
|
orientation = -0.1
|
||||||
base_height = -10.0
|
base_height = -10.0
|
||||||
dof_acc = -3.5e-9
|
dof_acc = -3e-8
|
||||||
feet_air_time = 1.0
|
feet_air_time = 1.0
|
||||||
collision = 0.0
|
collision = 0.0
|
||||||
action_rate = -0.001
|
action_rate = -0.1
|
||||||
torques = 0.0
|
dof_pos_limits = -10.0
|
||||||
dof_pos_limits = -1.0
|
|
||||||
|
|
||||||
only_positive_rewards = False # if true negative total rewards are clipped at zero (avoids early termination problems)
|
only_positive_rewards = False # if true negative total rewards are clipped at zero (avoids early termination problems)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue