-
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
[gym/envs] Fix broken 'Ant' environment. #731
Merged
Merged
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
Feb 28, 2024
•
edited
Loading
edited
- [core] Print warnings even for release build type.
- [core/python] Expose more methods for 'Model'.
- [core/python] Fix multiple typos.
- [python/simulator] Fix 'robot' and 'robot_state' corrupted if robot is replaced.
- [gym/common|gym/toolbox] Promote generic SE3 math utilities from toolbox to common module.
- [gym/common] Add 'compute_tilt_from_quat', 'swing_from_vector', and 'remove_twist_from_quat'.
- [gym/common] Fix 'refresh_observation' being called before 'initialize_buffers' at simulation start.
- [gym/common] Fix broken mahony filter for 'twist_time_constant != None'.
- [gym/common] Fix support of non-batched mode for generic math.
- [gym/common] Fix 'matrix_to_rpy' to be consistent with 'pin.matrixToRpy'.
- [gym/envs] Fix broken 'Ant' environment.
…ector' utilities.
…rt before 'initialize_buffers'.
duburcqa
force-pushed
the
minor_improvements
branch
2 times, most recently
from
February 28, 2024 22:50
28f682b
to
249aa24
Compare
duburcqa
force-pushed
the
minor_improvements
branch
from
February 29, 2024 08:47
249aa24
to
3e7fea8
Compare
duburcqa
force-pushed
the
minor_improvements
branch
from
February 29, 2024 17:39
2b33d61
to
78c6dc2
Compare
duburcqa
force-pushed
the
minor_improvements
branch
2 times, most recently
from
February 29, 2024 22:18
a5ccd7d
to
881e29e
Compare
duburcqa
force-pushed
the
minor_improvements
branch
from
March 1, 2024 06:43
881e29e
to
74f68b0
Compare
…tent with 'pin.matrixToRpy'.
duburcqa
force-pushed
the
minor_improvements
branch
from
March 1, 2024 06:59
74f68b0
to
59dc017
Compare
…remove_twist_from_quat' utilities.
duburcqa
force-pushed
the
minor_improvements
branch
from
March 1, 2024 07:32
106a42b
to
772d5e3
Compare
Merged
duburcqa
added a commit
that referenced
this pull request
Mar 7, 2024
* [core] Make visual and collision models optional. (#730) * [core] Throw exception when trying to alter hardware or controller internals during simulation. (#730) * [core] Mark src-local functions as static. (#730) * [core] Add some missing bad control flow checks. (#730) * [core] Print warnings even for release build type. (#731) * [core] Fix broken 'getRigidVelocityFromFlexible'. (#732) * [core/python] 'Model' can now be instantiated from Python. (#730) * [core/python] Fix partially broken 'FunctionalController' bindings. (#730) * [core/python] Avoid visitor pattern when irrelevant. (#730) * [core/python] Expose more methods for 'Model'. (#731) * [core/python] Fix multiple typos. (#731) * [python/simulator] Fix 'robot' and 'robot_state' corrupted if robot is replaced. (#731) * [gym/common] Add 'compute_tilt_from_quat', 'swing_from_vector', and 'remove_twist_from_quat'. (#731) * [gym/common] Fix 'refresh_observation' being called before 'initialize_buffers' at simulation start. (#731) * [gym/common] Fix broken mahony filter for 'twist_time_constant != None'. (#731) * [gym/common] Fix support of non-batched mode for generic math. (#731) * [gym/common] Fix 'matrix_to_rpy' to be consistent with 'pin.matrixToRpy'. (#731) * [gym/common] Add 'DeformationEstimator' block. (#732) * [gym/common] Allow negative block update period to match env step. (#734) * [gym/common|gym/toolbox] Promote generic SE3 math utilities from toolbox to common module. (#731) * [gym/envs] Fix broken 'Ant' environment. (#731) * [misc] Update documentation. (#736)
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.