Add Differentiable Physics: Mass-Spring System example#1359
Merged
Conversation
✅ Deploy Preview for pytorch-examples-preview canceled.
|
Contributor
Author
msaroufim
added a commit
that referenced
this pull request
Jun 25, 2025
This reverts commit 7c35995.
msaroufim
added a commit
that referenced
this pull request
Jun 25, 2025
gera-aldama
pushed a commit
to jafraustro/examples_xpu
that referenced
this pull request
Jul 11, 2025
* Add Differentiable Physics: Mass-Spring System example * Add differentiable_physics to run_all() in test script * Add visualization and update training code in mass_spring.py * Finalize differentiable_physics with visualization and CI integration * Finalize differentiable_physics with visualization and CI integration * Finalize differentiable_physics with the updates * Update requirements.txt for differentiable_physics * Update run_python_examples.sh to test differentiable_physics in CI * Add mass spring example and update requirements * Add mass spring example and update requirements * Updated README and visualization from corporate ID (abhitorch81) * Update readme.md --------- Co-authored-by: Abhishek Nandy <abhishek.nandy81@gmail.com>
gera-aldama
pushed a commit
to jafraustro/examples_xpu
that referenced
this pull request
Jul 11, 2025
…rch#1360) Revert "Add Differentiable Physics: Mass-Spring System example (pytorch#1359)" This reverts commit 7c35995.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Re-submitting PR #1332 from my corporate GitHub account (
abhitorch81).This PR includes:
[0, -9.8]Reviewer feedback from @dvrogozh on the previous PR has been fully addressed.