-
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_jiminy/rllib] Full refactoring to support ray-rllib 2.38. (#832)
* [python/viewer] Use firefox instead of chromium for offscreen rendering with meshcat to fix rendering on MacOS VM. * [gym_jiminy/common] Do not permanently alter original simulation options with enabling debug and/or evaluation modes. * [gym_jiminy/common] Disallow switch between evaluation and training mode when a simulation is running. * [gym_jiminy/common] Rewrite binary log file automatically when calling 'BaseJiminyEnv.stop' in debug or evaluation mode. * [gym_jiminy/common] Fix replay if no simulation is running. * [gym_jiminy/common] Add previous action as input argument for evaluation policy callback. * [gym_jiminy/common] Automatic environment pipeline update. * [gym_jiminy/common] Fix composed reward computation. * [gym_jiminy/common] Use metaclass instead of inheritence for abstract classes. * [gym_jiminy/common] Enable typing of the obs and action spaces for 'gym.Env'. * [gym_jiminy/common] Fix nested gym space helpers. * [gym_jiminy/common] Update documentation. * [gym_jiminy/toolbox] Add support of arbitrarily nested task-settable env. * [gym_jiminy/envs] Add mirror mat to obs/action spaces. * [gym_jiminy/rllib] Full refactoring to support ray-rllib 2.38. * [misc] Move to macos-14 on Github Action (forcing panda3d tinydisplay driver).
- Loading branch information
Showing
39 changed files
with
2,672 additions
and
1,996 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
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
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.