diff --git a/legged_gym/envs/h1_2/h1_2_config.py b/legged_gym/envs/h1_2/h1_2_config.py index 0e498d5..200cc75 100644 --- a/legged_gym/envs/h1_2/h1_2_config.py +++ b/legged_gym/envs/h1_2/h1_2_config.py @@ -97,12 +97,11 @@ class H1_2RoughCfg(LeggedRobotCfg): ang_vel_xy = -0.1 orientation = -0.1 base_height = -10.0 - dof_acc = -3.5e-9 + dof_acc = -3e-8 feet_air_time = 1.0 collision = 0.0 - action_rate = -0.001 - torques = 0.0 - dof_pos_limits = -1.0 + action_rate = -0.1 + dof_pos_limits = -10.0 only_positive_rewards = False # if true negative total rewards are clipped at zero (avoids early termination problems)