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

Open
Andy-xiong6 opened this issue Dec 11, 2024 · 0 comments · May be fixed by #1525
Open

[Proposal] base height reward on rough terrain #1524

Andy-xiong6 opened this issue Dec 11, 2024 · 0 comments · May be fixed by #1525

Comments

@Andy-xiong6
Copy link

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)
@Andy-xiong6 Andy-xiong6 linked a pull request Dec 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant