-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gym/envs] Fix broken 'Ant' environment. (#731)
* [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.
- Loading branch information
Showing
30 changed files
with
607 additions
and
429 deletions.
There are no files selected for viewing
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
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
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
40 changes: 20 additions & 20 deletions
40
python/gym_jiminy/common/gym_jiminy/common/bases/__init__.py
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
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
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
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
Oops, something went wrong.