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 all 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)
- Added FRASA to the project page (@MarcDcls)

Release 2.4.0 (2024-11-18)
Expand Down
13 changes: 12 additions & 1 deletion docs/misc/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,17 @@ It enables solving environments involving partial observability or locomotion (e
| Github: https://github.com/corentinlger/ER-MRL
| Paper: https://arxiv.org/abs/2312.06695

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

These environments are dedicated to train efficient agents that can plan and forecast bipedal robot footsteps in order to go to a target location possibly avoiding obstacles. They are designed to be used with Reinforcement Learning (RL) algorithms.

Real world experiments were conducted during RoboCup competitions on the Sigmaban robot, a small-sized humanoid designed by the *Rhoban Team*.

| 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


FRASA: Fall Recovery And Stand up agent
---------------------------------------
Expand All @@ -265,4 +276,4 @@ various external disturbances and stand up in a few seconds.
Authors: Marc Duclusaud, Clément Gaspard, Grégoire Passault, Mélodie Daniel, Olivier Ly
Github: https://github.com/Rhoban/frasa
Paper: https://arxiv.org/abs/2410.08655
Video: https://www.youtube.com/watch?v=NL65XW0O0mk
Video: https://www.youtube.com/watch?v=NL65XW0O0mk
Loading