Skip to content

Commit

Permalink
dof vel penalty
Browse files Browse the repository at this point in the history
  • Loading branch information
apirrone committed Aug 7, 2024
1 parent 9276937 commit 385b5e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -85,7 +85,7 @@ class control(LeggedRobotCfg.control):
# effort = 20 # Nm

stiffness_all = 10.0 # 4 [N*m/rad]
damping_all = 0.5 # 0.1 [N*m*s/rad]
damping_all = 0.05 # 0.1 [N*m*s/rad]
stiffness = {
"right_hip_yaw": stiffness_all,
"right_hip_roll": stiffness_all,
Expand Down
2 changes: 1 addition & 1 deletion rsl_rl/rsl_rl/datasets/motion_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def blend_frame_pose(self, frame0, frame1, blend):
blend_root_pos,
blend_root_rot,
blend_joints,
# blend_tar_toe_pos,
blend_tar_toe_pos,
blend_linear_vel,
blend_angular_vel,
blend_joints_vel,
Expand Down

0 comments on commit 385b5e4

Please sign in to comment.