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

Add FootstepNet Envs to doc project page #2058

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Documentation:
- Added Decisions and Dragons to resources. (@jmacglashan)
- Updated PyBullet example, now compatible with Gymnasium
- Added link to policies for ``policy_kwargs`` parameter (@kplers)
- Add FootstepNet Envs to the project page (@cgaspard3333)

Release 2.4.0 (2024-11-18)
--------------------------
Expand Down
14 changes: 14 additions & 0 deletions docs/misc/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,17 @@ It enables solving environments involving partial observability or locomotion (e
| Authors: Corentin Léger, Gautier Hamon, Eleni Nisioti, Xavier Hinaut, Clément Moulin-Frier
| Github: https://github.com/corentinlger/ER-MRL
| Paper: https://arxiv.org/abs/2312.06695

FootstepNet Envs
----------------

Footsteps Planning RL Environments for Fast On-line Bipedal Footstep Planning and Forecasting.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you shorten the description and make it less "abstract-like"?
you can take inspiration from #2059 ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a shorter new version, tell me if it's okay for you ;)


This project introduces an efficient and lightweight method for bipedal footstep planning in local environments containing obstacles. Leveraging state-of-the-art Deep Reinforcement Learning (DRL) techniques, our approach achieves real-time on-line inference with minimal computational requirements. Unlike traditional methods, our solution is heuristic-free and operates within a continuous action space to generate feasible and effective footsteps for navigating complex environments.

In addition to planning, we propose a forecasting method, allowing to quickly estimate the number of footsteps required to reach different candidates of local targets. This forecasting is seamlessly integrated into the computations performed by the actor-critic DRL architecture, ensuring fast and reliable predictions without additional overhead.


| Authors: Clément Gaspard, Grégoire Passault, Mélodie Daniel, Olivier Ly
| Github: https://github.com/Rhoban/footstepnet_envs
| Paper: https://arxiv.org/abs/2403.12589