Skip to content

Commit

Permalink
fix trotting demo
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoruXue committed Sep 27, 2024
1 parent d119cc9 commit 08ae5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dial_mpc/envs/unitree_go2_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def randomize():
reward_gaits * 0.1
+ reward_air_time * 0.0
+ reward_pos * 0.0
+ reward_upright * 0.1
+ reward_upright * 0.5
+ reward_yaw * 0.3
# + reward_pose * 0.0
+ reward_vel * 1.0
Expand Down
2 changes: 1 addition & 1 deletion dial_mpc/examples/unitree_go2_trot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ leg_control: torque
action_scale: 1.0

# Go2
default_vx: 1.0
default_vx: 0.8
default_vy: 0.0
default_vyaw: 0.0
ramp_up_time: 1.0
Expand Down

0 comments on commit 08ae5e9

Please sign in to comment.