Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
apirrone committed Oct 11, 2024
1 parent c0ceb92 commit f060e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legged_gym/envs/bdx/bdx_amp_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class scales(LeggedRobotCfg.rewards.scales):
feet_air_time = 0.0
collision = 0.0
feet_stumble = 0.0
action_rate = -0.1 # -1.0
action_rate = -1.0 # -1.0
stand_still = 0.0
dof_pos_limits = 0.0
action_smoothness = -0.002
Expand Down

0 comments on commit f060e7a

Please sign in to comment.