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

[gym_jiminy/rllib] Fix evaluation sampling. #863

Merged
merged 6 commits into from
Jan 18, 2025
Merged

[gym_jiminy/rllib] Fix evaluation sampling. #863

merged 6 commits into from
Jan 18, 2025

Conversation

duburcqa
Copy link
Owner

@duburcqa duburcqa commented Jan 16, 2025

  • [gym_jiminy/common] Trajectory time mode is not specific to each trajectory in the dataset.
  • [gym_jiminy/common] Trajectory time offset is now a global attribute of the dataset.
  • [gym_jiminy/common] 'QuantityManager' now has its own API instead of abusing mutable dict.
  • [gym_jiminy/common] Stop relying on confusing dark-magic '__getattr__' in favor of explicit delegation.
  • [gym_jiminy/common] Cleanup pipeline wrappers.
  • [gym_jiminy/rllib] Fix evaluation sampling.
  • [misc] Fix broken Python bindings docstring substitution.

@duburcqa duburcqa enabled auto-merge (squash) January 16, 2025 13:22
@duburcqa duburcqa force-pushed the misc branch 8 times, most recently from 5b83cf2 to 6daf555 Compare January 18, 2025 10:57
@duburcqa duburcqa disabled auto-merge January 18, 2025 11:00
@duburcqa duburcqa enabled auto-merge (squash) January 18, 2025 11:18
@duburcqa duburcqa force-pushed the misc branch 2 times, most recently from b2c809c to 1ed668a Compare January 18, 2025 12:01
@duburcqa duburcqa disabled auto-merge January 18, 2025 12:21
@duburcqa duburcqa merged commit 67ec3b2 into dev Jan 18, 2025
3 of 19 checks passed
@duburcqa duburcqa mentioned this pull request Jan 20, 2025
duburcqa added a commit that referenced this pull request Jan 20, 2025
* [gym_jiminy/common] Fix hard-coded termination conditions not being recorded in 'info'. (#862)
* [gym_jiminy/common] Fix 'log_path' not properly reset at setup. (#862)
* [gym_jiminy/common] Fix 2D Euclidean space angle algebra for drift and shift termination conditions. (#865)
* [gym_jiminy/common] Flatten info hierarchy for reward components. (#862)
* [gym_jiminy/common] Do not store individual termination condition states in info. (#862)
* [gym_jiminy/common] Use asymmetric sigmoid normalization for stability reward. (#862)
* [gym_jiminy/common] Trajectory time mode is not specific to each trajectory in the dataset. (#863)
* [gym_jiminy/common] Trajectory time offset is now a global attribute of the dataset. (#863)
* [gym_jiminy/common] 'QuantityManager' now has its own API instead of abusing mutable dict. (#863)
* [gym_jiminy/common] Stop relying on confusing dark-magic '\_\_getattr\_\_' in favor of explicit delegation. (#863)
* [gym_jiminy/common] Add instantaneous mechanical power quantity. (#862)
* [gym_jiminy/common] Add support of ellipsis to 'MaskedQuantity'. (#862)
* [gym_jiminy/common] Add generic concatenation quantity. (#862)
* [gym_jiminy/common] Add quantity computing reference position vector with true odometry pose. (#862)
* [gym_jiminy/common] Add option to allow registering variables to the telemetry in training mode. (#862)
* [gym_jiminy/common] Add ellipsis support in pipeline configuration files. (#862)
* [gym_jiminy/toolbox|rllib] Task-settable capability is now provided by a wrapper. (#864)
* [gym_jiminy/rllib] Fix evaluation sampling. (#863)
* [misc] Fix doc generation. (#862)
* [misc] Fix broken Python bindings docstring substitution. (#863)
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.

1 participant