You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the base_height_l2 function to support for rough terrain.
Motivation
During training bipedal robots on the rough terrain, I found the base_height_l2 function does not support, so I modified it.
Alternatives
To get the "height" of the terrains, I choose the RayCaster sensor because it can get the position of sensor origin in world frame precisely. So it is helpful for us to calculate the target height adjusted by the rough terrain.
Checklist
[x ] I have checked that there is no similar issue in the repo (required)
The text was updated successfully, but these errors were encountered:
Proposal
Modify the base_height_l2 function to support for rough terrain.
Motivation
During training bipedal robots on the rough terrain, I found the base_height_l2 function does not support, so I modified it.
Alternatives
To get the "height" of the terrains, I choose the RayCaster sensor because it can get the position of sensor origin in world frame precisely. So it is helpful for us to calculate the target height adjusted by the rough terrain.
Checklist
The text was updated successfully, but these errors were encountered: