-
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] Make sure environments are fully configured at init. (#229)
* [core] Catch some seldom exceptions. * [core] Enable to call 'initialize' multiple times for 'Engine*'. * [core] 'isSimulationRunning' is set to True at the end of 'start' instead of the beginning. * [core|python] Several critical bug fixes. * [gym] Make sure the environment is completely initialized at '__init__', which is expected by OpenAI Gym API. * [gym] Fix some internal buffersnot properly reset. * [gym] Fix base env '_setup' method not called at reset. * [gym] Send zero motor efforts at reset since the initial action is undefined. Co-authored-by: Alexis Duburcq <[email protected]>
- Loading branch information
Showing
17 changed files
with
452 additions
and
397 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
Oops, something went wrong.