Skip to content

Commit

Permalink
Added velocity damping to pusher, fixes #477 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
AwesomeLemon authored Nov 27, 2024
1 parent 7f9f808 commit 300b107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brax/envs/assets/pusher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<numeric data="10" name="constraint_ang_damping"/>
<numeric data="50" name="constraint_vel_damping"/>
<numeric data="0" name="ang_damping"/>
<numeric data="-1" name="vel_damping"/>
<numeric data="1" name="spring_mass_scale"/>
<numeric data="1" name="spring_inertia_scale"/>
<numeric data="10" name="solver_maxls"/>
Expand Down

0 comments on commit 300b107

Please sign in to comment.