-
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.6 #802
Merged
Jiminy release 1.8.6 #802
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
May 24, 2024
•
edited
Loading
edited
- [core] Make 'jiminy::Model' and 'jiminy::Robot' copyable. ([gym/common] Add simulation vs trajectory quantity evaluation mode. #791)
- [core] Add stairs terrain ([core] Add stairs terrain #797)
- [core] Define position, velocity and effort limits at motor level. ([core] Implement velocity limits at motor-level. #798)
- [core] Implement velocity limits at motor-level. ([core] Implement velocity limits at motor-level. #798)
- [core] Allow direct access to all motors / sensors attached to a robot. ([core] Implement velocity limits at motor-level. #798)
- [core] Remove spring-damper position bounds dynamics to always use constraints. ([core] Implement velocity limits at motor-level. #798)
- [core] Remove damper velocity bounds dynamics. ([core] Implement velocity limits at motor-level. #798)
- [core] Define motor armature option at motor-side. ([core] Implement velocity limits at motor-level. #798)
- [core] Remove dedicated robot attributes for position, velocity and effort limits. ([core] Implement velocity limits at motor-level. #798)
- [core] Remove inefficient motor / sensor convenience helpers of 'Robot'. ([core] Implement velocity limits at motor-level. #798)
- [core] Log total joint effort instead of confusing motor effort on joint side. ([core] Implement velocity limits at motor-level. #798)
- [core] Enable attaching encoders either on motor or joint side. ([core] Implement velocity limits at motor-level. #798)
- [core] Mechanical reduction is now fully supported. ([core] Implement velocity limits at motor-level. #798)
- [core] Fix adding flexibility frame on root joint of fixed-base robot. ([core] Implement velocity limits at motor-level. #798)
- [core] Move 'enable(Velocity|Effort)Limit' options from AbstractMotor to SimpleMotor. ([core] Implement velocity limits at motor-level. #798)
- [core] Add velocity-torque slope when approaching maximum torque. ([core] Implement velocity limits at motor-level. #798)
- [core] Keep track of motor efforts both on motor and joint sides. ([core] Keep track of motor efforts both on motor and joint sides. #801)
- [core] Effort sensors now measure motor effort before transmission. ([core] Keep track of motor efforts both on motor and joint sides. #801)
- [core|python] Various cleanup. ([python] Introduce first-class trajectory object. #790)
- [python] Introduce first-class trajectory object. ([python] Introduce first-class trajectory object. #790)
- [python/log] Fix trajectory and sensor data extraction and replay from log. ([python/replay] Make specifying 'robot' optional in most helpers. #800)
- [python/plot] Get around tabbed figure hanging for 'matplotlib>=3.8'. ([python/plot] Get around tabbed figure hanging for 'matplotlib>=3.8'. #795)
- [python/viewer] Add missing documentation. ([python] Introduce first-class trajectory object. #790)
- [python/replay] Make specifying 'robot' optional in most helpers. ([python/replay] Make specifying 'robot' optional in most helpers. #800)
- [gym/common] Add generic stacked quantity wrapper. ([gym/common] Add generic stacked quantity wrapper. #783)
- [gym/common] Do NOT pass 'truncated' argument to 'compute_reward'. ([gym/common] Add generic stacked quantity wrapper. #783)
- [gym/common] More generic quantity batching. ([gym/common] Add generic stacked quantity wrapper. #783)
- [gym/common] Pass 'info' in argument of 'has_terminated' for consistency. ([gym/common] Add generic stacked quantity wrapper. #783)
- [gym/common] Remove BaseJiminyEnv 'enforce_bounded_spaces' option by lack of use-case. ([gym/common] Add generic stacked quantity wrapper. #783)
- [gym/common] Add masked quantity. ([gym/common] First draft of reward objects. #784)
- [gym/common] Add average odometry velocity quantity. ([gym/common] First draft of reward objects. #784)
- [gym/common] Introduce reward objects. ([gym/common] First draft of reward objects. #784)
- [gym/common] Add locomotion rewards. ([gym/common] First draft of reward objects. #784)
- [gym/common] Add base reward mixture class to ease pipeline instantiation. ([gym/common] Add base reward mixture class to ease pipeline instantiation. #786)
- [gym/common] Add basic survive reward. ([gym/common] Add base reward mixture class to ease pipeline instantiation. #786)
- [gym/common] Increase timeout ratio from 10 to 15 to avoid Mac OS CI failure. ([gym/common] Add base reward mixture class to ease pipeline instantiation. #786)
- [gym/common] Add compose reward pipeline wrapper. ([gym/common] Support specifying reward in pipeline config. #787)
- [gym/common] Support specifying reward in pipeline config. ([gym/common] Support specifying reward in pipeline config. #787)
- [gym/common] Add simulation vs trajectory quantity evaluation mode. ([gym/common] Add simulation vs trajectory quantity evaluation mode. #791)
- [gym/common] Expose trajectory database in quantity manager. ([gym/common] Add support of trajectory reference in reward computation. #792)
- [gym/common] Expose interpolate mode for trajectories. ([gym/common] Add support of trajectory reference in reward computation. #792)
- [gym/common] Add support of trajectory reference in reward computation. ([gym/common] Add support of trajectory reference in reward computation. #792)
- [gym/common] Enable specifying reference trajectories in pipeline config. ([gym/common] Add support of trajectory reference in reward computation. #792)
- [gym/common] Get around some memory alignment issue with Boost < 1.78. ([gym/common] Get around some memory alignment issue with Boost < 1.78. #794)
- [gym/zoo] Update Atlas learning environment. ([python/replay] Make specifying 'robot' optional in most helpers. #800)
- [gym/zoo] Update all robotic environments so that random actions do not trigger truncation. ([core] Keep track of motor efforts both on motor and joint sides. #801)
- [gym/rllib] Add symmetry surrogate loss in rllib custom ppo ([gym] Add symmetry surrogate loss in rllib custom ppo #780)
- [gym/rllib] Fix checkpoint save location. ([gym/rllib] Fix checkpoint saving due to ray >=2.9 #788)
- [gym/rllib] Update checkpoint_dir so it is dependant on iteration number ([gym/rllib] Update checkpoint_dir so it is dependant on iteration number #789)
- [misc] Update install instructions on windows. ([gym/common] Support specifying reward in pipeline config. #787)
Co-authored-by: mwulfman <mathias.wulfman@gmail.com>
* [gym/common] Do NOT pass 'truncated' argument to 'compute_reward'. * [gym/common] More generic quantity batching. * [gym/common] Pass 'info' in argument of 'has_terminated' for consistency. * [gym/common] Add generic stacked quantity wrapper. * [gym/common] Remove BaseJiminyEnv 'enforce_bounded_spaces' option by lack of use-case.
* [gym/common] Add masked quantity. * [gym/common] Add average odometry velocity quantity. * [gym/common] Introduce reward objects. * [gym/common] Add locomotion rewards.
…tion. (#786) * [gym/common] Add base reward mixture class to ease pipeline instantiation. * [gym/common] Add basic survive reward. * [gym/common] Increase timeout ratio from 10 to 15 to avoid Mac OS CI failure.
* [gym/common] Add compose reward pipeline wrapper. * [gym/common] Support specifying reward in pipeline config. * [misc] Update install instructions on windows.
* [core|python] Various cleanup. * [python] Introduce first-class trajectory object. * [python/viewer] Add missing documentation.
…791) * [core] Make 'jiminy::Model' and 'jiminy::Robot' copyable. * [gym/common] Add simulation vs trajectory quantity evaluation mode.
…n. (#792) * [gym/common] Expose trajectory database in quantity manager. * [gym/common] Expose interpolate mode for trajectories. * [gym/common] Add support of trajectory reference in reward computation. * [gym/common] Enable specifying reference trajectories in pipeline config.
Co-authored-by: mwulfman <mathias.wulfman@gmail.com>
* [core] Define position, velocity and effort limits at motor level. * [core] Implement velocity limits at motor-level. * [core] Allow direct access to all motors / sensors attached to a robot. * [core] Remove spring-damper position bounds dynamics to always use constraints. * [core] Remove damper velocity bounds dynamics. * [core] Define motor armature option at motor-side. * [core] Remove dedicated robot attributes for position, velocity and effort limits. * [core] Remove inefficient motor / sensor convenience helpers of 'Robot'. * [core] Log total joint effort instead of confusing motor effort on joint side. * [core] Enable attaching encoders either on motor or joint side. * [core] Mechanical reduction is now fully supported. * [core] Fix adding flexibility frame on root joint of fixed-base robot. * [core] Move 'enable(Velocity|Effort)Limit' options from AbstractMotor to SimpleMotor. * [core] Add velocity-torque slope when approaching maximum torque.
* [python/replay] Make specifying 'robot' optional in most helpers. * [python/log] Fix trajectory and sensor data extraction and replay from log. * [gym/env] Update Atlas learning environment.
* [core] Keep track of motor efforts both on motor and joint sides. * [core] Effort sensors now measure motor effort before transmission. * [gym/zoo] Update all robotic environments so that random actions do not trigger truncation.
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.