Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] base height reward on rough terrain #1524

Closed
Andy-xiong6 opened this issue Dec 11, 2024 · 1 comment · Fixed by #1525
Closed

[Proposal] base height reward on rough terrain #1524

Andy-xiong6 opened this issue Dec 11, 2024 · 1 comment · Fixed by #1525
Labels
enhancement New feature or request

Comments

@Andy-xiong6
Copy link
Contributor

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

  • [x ] I have checked that there is no similar issue in the repo (required)
@RandomOakForest
Copy link
Collaborator

Thanks for posting this. We will tag this for consideration by the team.

@RandomOakForest RandomOakForest added the enhancement New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants