Skip to content

Commit

Permalink
noise
Browse files Browse the repository at this point in the history
  • Loading branch information
apirrone committed Oct 12, 2024
1 parent b6b2222 commit 65ff2f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions legged_gym/envs/bdx/bdx_amp_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ class noise:
noise_level = 1.0 # scales other values

class noise_scales:
dof_pos = 0.2
dof_vel = 0.2 # finish with very large dof_vel ? 1.5
lin_vel = 0.2
ang_vel = 0.2
gravity = 0.2
dof_pos = 0.1
dof_vel = 0.1 # finish with very large dof_vel ? 1.5
lin_vel = 0.1
ang_vel = 0.1
gravity = 0.1
height_measurements = 0.1

class rewards(LeggedRobotCfg.rewards):
Expand Down

0 comments on commit 65ff2f3

Please sign in to comment.