Skip to content
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
merged 17 commits into from
May 24, 2024
Merged

Jiminy release 1.8.6 #802

merged 17 commits into from
May 24, 2024

Conversation

duburcqa
Copy link
Owner

@duburcqa duburcqa commented May 24, 2024

mwulfman and others added 17 commits May 1, 2024 13:04
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.
@duburcqa duburcqa enabled auto-merge (squash) May 24, 2024 09:28
@duburcqa duburcqa disabled auto-merge May 24, 2024 12:54
@duburcqa duburcqa merged commit 8ff3ac6 into master May 24, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants