-
Notifications
You must be signed in to change notification settings - Fork 26
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
Jiminy release 1.8.7 #811
Merged
Jiminy release 1.8.7 #811
Conversation
This file contains 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
Owner
duburcqa
commented
Jun 18, 2024
- [core] Allow integer reduction ratio at motor level for unbounded revolute joints. ([gym/common] Add more trajectory tracking rewards. #803)
- [core] Add option to log constraint lambda multipliers. ([python|gym] Add contraint lambda multipliers to state and extracted trajectory. #809)
- [core] Replace constraint tree node terminology for registry for clarity. ([python|gym] Add contraint lambda multipliers to state and extracted trajectory. #809)
- [core] Enforce unique constraint name per registry not globally, then remove now irrelevant helpers. ([python|gym] Add contraint lambda multipliers to state and extracted trajectory. #809)
- [core] Make sure no constraint is added/removed if simulation is running. ([python|gym] Add contraint lambda multipliers to state and extracted trajectory. #809)
- [core] Rename 'runge_kutta_dopri5' in 'runge_kutta_dopri' for clarity. ([gym/common] Add foot vertical forces quantity. #810)
- [python/viewer] Fix support of 'matplotlib>=3.9.0'. ([gym/common] Add more trajectory tracking rewards. #803)
- [python/dynamics] Fix trajectory interpolation preferring t+ over t-. ([python|gym] Add contraint lambda multipliers to state and extracted trajectory. #809)
- [python|gym] Add contraint lambda multipliers to state and extracted trajectory. ([python|gym] Add contraint lambda multipliers to state and extracted trajectory. #809)
- [gym/common] Robust deletion of quantities in control flow. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Add state quantity init guard. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Add option to disable dynamic computation graph update. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Add unary operator quantity. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Add odometry pose quantity. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Add support of multi-frame quantities. ([gym/common] Add support of multi-frame quantities. #804)
- [gym/common] Add mean quaternion quantity. ([gym/common] Add support of multi-frame quantities. #804)
- [gym/common] Add foot odometry pose quantity. ([gym/common] Add support of multi-frame quantities. #804)
- [gym/common] Add relative foot poses quantity. ([gym/common] Add relative foot poses quantity. #805)
- [gym/common] Add foot vertical forces quantity. ([gym/common] Add foot vertical forces quantity. #810)
- [gym/common] Speed up 'MultiFootRelativeXYZQuat' quantity. ([gym/common] Add new generic quantities and reward components. #807)
- [gym/common] Unify all frame orientation representations as one quantity. ([gym/common] Add relative foot poses quantity. #805)
- [gym/common] Add base angular momentum quantity and reward. ([gym/common] Add new generic quantities and reward components. #807)
- [gym/common] Add relative foot positions and orientations tracking reward. ([gym/common] Add new generic quantities and reward components. #807)
- [gym/common] Add actuated joint tracking reward. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Add tracking base height reward. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Add foot pose tracking reward. ([gym/common] Add foot pose tracking reward. #806)
- [gym/common] Add cature point quantity and capture point tracking reward. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Add angular momentum minimisation reward. ([gym/common] Add angular momentum, stability, and friction rewards. #808)
- [gym/common] Add projected support polygon zmp stability margin maximisation reward. ([gym/common] Add angular momentum, stability, and friction rewards. #808)
- [gym/common] Add ground contact friction minimisation reward. ([gym/common] Add angular momentum, stability, and friction rewards. #808)
- [gym/common] Add foot force distribution reward. ([gym/common] Add foot vertical forces quantity. #810)
- [gym/common] Fix reset of automatically refreshed quantities. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Fix quantity eval mode handling. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Fix reward deletion cleanup. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Fix env action not cleanup at reset. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] More extensive quantities and rewards testing. ([gym/common] Add more trajectory tracking rewards. #803)
- [gym/common] Math utils no longer return values with out is specified. ([gym/common] Add foot pose tracking reward. #806)
- [gym/common] Refresh state quantities only if needed. ([python|gym] Add contraint lambda multipliers to state and extracted trajectory. #809)
- [gym/common] Add 'log3', 'exp3', 'log6', 'exp6', 'quat_difference', 'xyzquat_difference' and 'quat_apply' math utils. ([gym/common] Add new generic quantities and reward components. #807)
- [gym/common] Remove error-prone, confusing and slow 'getattr' fallback in pipelines. ([gym/common] Add angular momentum, stability, and friction rewards. #808)
- [gym/zoo] Re-order motors and sensors to be consistent with joints. ([gym/common] Add more trajectory tracking rewards. #803)
- [misc] Add motor documentation. ([gym/common] Add more trajectory tracking rewards. #803)
- [misc] Fix segfault on windows due to vcruntime conflicts. ([gym/common] Add angular momentum, stability, and friction rewards. #808)
* [core] Allow integer reduction ratio at motor level for unbounded revolute joints. * [python/viewer] Fix support of 'matplotlib>=3.9.0'. * [gym/common] Robust deletion of quantities in control flow. * [gym/common] Add state quantity init guard. * [gym/common] Add option to disable dynamic computation graph update. * [gym/common] Add unary operator quantity. * [gym/common] Add odometry pose quantity. * [gym/common] Add actuated joint tracking reward. * [gym/common] Add tracking base height reward. * [gym/common] Add cature point quantity and capture point tracking reward. * [gym/common] Fix reset of automatically refreshed quantities. * [gym/common] Fix quantity eval mode handling. * [gym/common] Fix reward deletion cleanup. * [gym/common] Fix env action not cleanup at reset. * [gym/common] More extensive quantities and rewards testing. * [gym/zoo] Re-order motors and sensors to be consistent with joints. * [misc] Add motor documentation.
* [gym/common] Add support of multi-frame quantities. * [gym/common] Add mean quaternion quantity. * [gym/common] Add foot odometry pose quantity.
* [gym/common] Add relative foot poses quantity. * [gym/common] Unify all frame orientation representations as one quantity.
* [gym/common] Math utils no longer return values with out is specified. * [gym/common] Add foot pose tracking reward.
* [gym/common] Speed up 'MultiFootRelativeXYZQuat' quantity. * [gym/common] Add relative foot positions and orientations tracking reward. * [gym/common] Add 'log3', 'exp3', 'log6', 'exp6', 'quat_difference', 'xyzquat_difference' and 'quat_apply' math utils. * [gym/common] Add base angular momentum quantity and reward.
…808) * [gym/common] Remove error-prone, confusing and slow '__getattr__' fallback in pipelines. * [gym/common] Add angular momentum minimisation reward. * [gym/common] Add projected support polygon zmp stability margin maximisation reward. * [gym/common] Add ground contact friction minimisation reward. * [misc] Fix segfault on windows due to vcruntime conflicts.
…trajectory. (#809) * [core] Add option to log constraint lambda multipliers. * [core] Replace constraint tree node terminolgy for registry for clarity. * [core] Enforce unique constraint name per registry not globally, then remove now irrelevant helpers. * [core] Make sure no constraint is added/removed if simulation is running. * [python|gym] Add contraint lambda multipliers to state and extracted trajectory. * [python/dynamics] Fix trajectory interpolation preferring t+ over t-. * [gym/common] Refresh state quantities only if needed.
* [core] Rename 'runge_kutta_dopri5' in 'runge_kutta_dopri' for clarity. * [gym/common] Add foot vertical forces quantity. * [gym/common] Add foot force distribution reward. * [gym/common] Do not pre-allocate memory for tracking op as it makes no difference.
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.