Skip to content

Commit

Permalink
pr
Browse files Browse the repository at this point in the history
  • Loading branch information
budzianowski committed Dec 6, 2024
1 parent 3252b73 commit 022817b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sim/envs/humanoids/zeroth_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ class domain_rand(LeggedRobotCfg.domain_rand):
randomize_friction = True
friction_range = [0.1, 2.0]
randomize_base_mass = True # True
added_mass_range = [-0.5, 0.5]
push_robots = True # True
added_mass_range = [-0.25, 0.25]
push_robots = False # True
push_interval_s = 4
max_push_vel_xy = 0.05
max_push_ang_vel = 0.1
Expand Down Expand Up @@ -157,7 +157,7 @@ class rewards:
only_positive_rewards = True
# tracking reward = exp(error*sigma)
tracking_sigma = 5.0
max_contact_force = 50 # forces above this value are penalized
max_contact_force = 400 # forces above this value are penalized

class scales:

Expand Down

0 comments on commit 022817b

Please sign in to comment.