forked from Advanced-Optimization/Practical1
-
Notifications
You must be signed in to change notification settings - Fork 0
Prepare for publication #2
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
Merged
EulalieCoevoet
merged 14 commits into
SofaComplianceRobotics:main
from
HanaeRateau:pr_readyforpublishing
Apr 20, 2026
Merged
Changes from 7 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
b3583c6
Fixes the scene to see gradients for optimization and python button t…
HanaeRateau cdb3167
Fixes paths and updates content to match new Emio Labs button syntax …
HanaeRateau 4c855a2
Removes unused files, renames and updates lab.json
HanaeRateau e4fee7c
Deletes unecessary files again
HanaeRateau dcd6c93
Adds authors
HanaeRateau 3fe8245
Replaces Practical1 mentions with new lab name, adds details about da…
HanaeRateau 48e294f
Freezes tensorboard version
HanaeRateau 8f28159
Renames with new lab name and updates buttons syntax
HanaeRateau 974f969
Replaces image
HanaeRateau 0f0b6c7
Removes async code for posix since SOFA bug has been fixed
HanaeRateau dc14cf2
Updates datasets and homogenize their names
HanaeRateau d26bc4e
Adds matplotlib into requirements
HanaeRateau d500279
Adds calibration image and adds details in Dataset generation section
HanaeRateau ce1d5d8
Removes paths modification in train_model
HanaeRateau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,16 @@ | ||
| # Practical 1 | ||
| # Emio Lab First-Order Optimization | ||
|
|
||
| To perform this practical, you need to follow the instructions provided on Canvas. | ||
|  | ||
|
|
||
| If you are just browsing, you can take a look at `./lab_practical1.md` for a description of the lab. | ||
|
|
||
| This lab aims at, in a first part, introducing the inverse kinematics of Emio using a multilayer perceptron (MLP) to model the mapping from end-effector position to motor angles. In a second part, the concept of parametric model is introduced to calibrate the youg modulus. | ||
|
|
||
| Knowledge Requirements: | ||
| - Programming with PyTorch | ||
| - Understanding of forward kinematics | ||
| - Undergraduate level for numerical methods | ||
|
|
||
| ## Authors | ||
|
|
||
| This lab was made by [Assistant Pr. Frederike Dumbgen](https://duembgen.github.io/) in collaboration with [Compliance Robotics](https://compliance-robotics.com/). | ||
| You can find the [original repo here](https://github.com/Advanced-Optimization/Practical1). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "name": "Practical1", | ||
| "filename": "lab_practical1.md", | ||
| "title": "Practical1", | ||
| "name": "lab_first_order_optimization", | ||
| "filename": "lab_first_order_optimization.md", | ||
| "title": "Lab First-Order Optimization", | ||
| "description": "learn models from data", | ||
| "url": "https://github.com/Advanced-Optimization/Practical1" | ||
| "url": "https://github.com/SofaComplianceRobotics/Emio.lab_first_order_optimization" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.