-
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.8 #827
Merged
Jiminy release 1.8.8 #827
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
Jul 17, 2024
- [core] Fix robot serialization issue. ([gym/common] Refactor quantity management to dramatically improve its performance. #821)
- [core] Minor improvement periodic Perlin process and periodic stair ground. ([core] Add Perlin ground profile generators. #799)
- [core] 'PeriodicGaussianProcess' and 'PeriodicFourierProcess' are now differentiable. ([core] Add Perlin ground profile generators. #799)
- [core] Fix negative time support for all existing random processes. ([core] Add Perlin ground profile generators. #799)
- [core] Add N-dimension Perlin processes. ([core] Add Perlin ground profile generators. #799) ([core] Faster Perlin process evaluation. #823)
- [core] Add gradient computation for all Perlin processes. ([core] Add Perlin ground profile generators. #799) ([core] Faster Perlin process evaluation. #823) ([core] Various cleanup and bug fixes of Perlin processes. #825)
- [core] Make all Perlin processes faster and copy-able. ([core] Add Perlin ground profile generators. #799)
- [core] Add Perlin ground generators. ([core] Add Perlin ground profile generators. #799)
- [core] Replace MurmurHash3 by xxHash32 which is faster. ([core] Faster ground profile querying. #824)
- [core] Make gradient computation optional for heightmap functions. ([core] Faster ground profile querying. #824)
- [jiminy_py] Fix 'tree.unflatten_as' mixing up key order for 'gym.spaces.Dict'. ( [jiminy_py] Fix 'tree.unflatten_as' mixing up key order for 'gym.spaces.Dict'. #819)
- [python/simulator] Consistent keyword arguments between 'Simulator.build' and 'Simulator.add_robot'. ([gym/common] Refactor quantity management to dramatically improve its performance. #821)
- [python/viewer] Fix MacOS support. ([python/viewer] Fix MacOS support. #822)
- [python/viewer] Add support of user-specified extra cameras (rgb and depth). ([python/viewer] Add support of user-specified extra cameras (rgb and depth). #826)
- [python/viewer] Significantly speed-up both offscreen and onscreen rendering for Panda3D. ([python/viewer] Add support of user-specified extra cameras (rgb and depth). #826)
- [gym/common] More generic stacking quantity. ([gym/common] Add termination condition abstraction. #812)
- [gym/common] Add termination condition abstraction. ([gym/common] Add termination condition abstraction. #812)
- [gym/common] Add quantity shift and drift tracking termination conditions. ([gym/common] Add termination condition abstraction. #812)
- [gym/common] Add support of termination composition in pipeline environments. ([gym/common] Add termination condition abstraction. #812)
- [gym/common] Add base roll/pitch termination condition. ([gym/common] Add several termination conditions. #813)
- [gym/common] Add base relative height termination condition. ([gym/common] Add several termination conditions. #813)
- [gym/common] Add foot collision termination condition. ([gym/common] Add several termination conditions. #813)
- [gym/common] More generic actuated joint kinematic quantity. ([gym/common] Add safety limits termination condition. #814)
- [gym/common] Add multi-ary operator quantity. ([gym/common] Add safety limits termination condition. #814)
- [gym/common] Add safety limits termination condition. ([gym/common] Add safety limits termination condition. #814)
- [gym/common] Add robot flying termination condition. ([gym/common] Add robot flying termination condition. #815)
- [gym/common] Add power consumption termination condition. ([gym/common] Add several termination conditions. #816)
- [gym/common] Add ground impact force termination condition. ([gym/common] Add several termination conditions. #816)
- [gym/common] Add base odometry pose drift tracking termination condition. ([gym/common] Add several termination conditions. #817)
- [gym/common] Add motor positions shift tracking termination condition. ([gym/common] Add several termination conditions. #817)
- [gym/common] Add relative foot odometry pose shift tracking termination conditions. ([gym/common] Add relative foot odom pose shift tracking termination conditions. #820)
- [gym/common] Add unit test checking that observation wrappers preserve key ordering. ([gym/common] Add relative foot odom pose shift tracking termination conditions. #820)
- [gym/common] Fix quantity hash collision issue in quantity manager. ([gym/common] Refactor quantity management to dramatically improve its performance. #821)
- [gym/common] Refactor quantity management to dramatically improve its performance. ([gym/common] Refactor quantity management to dramatically improve its performance. #821)
- [gym/common] Add 'order' option to 'AdditiveReward'. ([gym/common] Refactor quantity management to dramatically improve its performance. #821)
- [misc] Fix missing compositions documentation. ([gym/common] Add termination condition abstraction. #812)
* [misc] Fix missing compositions documentation. * [gym/common] More generic stacking quantity. * [gym/common] Add termination condition abstraction. * [gym/common] Add quantity shift and drift tracking termination conditions. * [gym/common] Add support of termination composition in pipeline environments.
* [gym/common] Add base roll/pitch termination condition. * [gym/common] Add base relative height termination condition. * [gym/common] Add foot collision termination condition.
* [gym/common] More generic actuated joint kinematic quantity. * [gym/common] Add multi-ary operator quantity. * [gym/common] Add safety limits termination condition.
* [gym/common] Add power consumption termination condition. * [gym/common] Add ground impact force termination condition.
* [gym/common] Add base odometry pose drift tracking termination condition. * [gym/common] Add motor positions shift tracking termination condition.
…onditions. (#820) * [gym/common] Add relative foot odometry pose shift tracking termination conditions. * [gym/common] Add unit test checking that observation wrappers preserve key ordering.
… performance. (#821) * [core] Fix robot serialization issue. * [python/simulator] Consistent keyword arguments between 'Simulator.build' and 'Simulator.add_robot'. * [gym/common] Fix quantity hash collision issue in quantity manager. * [gym/common] Refactor quantity management to dramatically improve performance. * [gym/common] Add 'order' option to 'AdditiveReward'.
* [core] Minor improvement periodic Perlin process and periodic stair ground. * [core] 'PeriodicGaussianProcess' and 'PeriodicFourierProcess' are now differentiable. * [core] Fix negative time support for all existing random processes. * [core] Add N-dimension Perlin processes. * [core] Add gradient computation for all Perlin processes. * [core] Make all Perlin processes faster and copy-able. * [core] Add Perlin ground generators. --------- Co-authored-by: Alexis Duburcq <alexis.duburcq@gmail.com>
* [core] Replace MurmurHash3 by xxHash32 which is faster. * [core] Make gradient computation optional for heightmap functions.
…depth). (#826) * [python/viewer] Add support of user-specified extra cameras (rgb and depth). * [python/viewer] Significantly speed-up both offscreen and onscreen rendering for Panda3d.
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.