-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(v3.2.3) - Sinergym IncrementalWrapper (#391)
* Added ContinuousIncrementalWrapper class * Merging with main * IncrementalWrapper refinement * Added documentation for new incremental wrapper * Apply spelling fix * Added tests * Updated Sinergym version from 3.2.2 to 3.2.3 * pytype fix
- Loading branch information
1 parent
bbffab5
commit 3203826
Showing
13 changed files
with
243 additions
and
11 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
46 changes: 46 additions & 0 deletions
46
docs/source/pages/modules/sinergym.utils.wrappers.IncrementalWrapper.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
sinergym.utils.wrappers.IncrementalWrapper | ||
========================================== | ||
|
||
.. currentmodule:: sinergym.utils.wrappers | ||
|
||
.. autoclass:: IncrementalWrapper | ||
:members: | ||
:undoc-members: | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~IncrementalWrapper.__init__ | ||
~IncrementalWrapper.action | ||
~IncrementalWrapper.class_name | ||
~IncrementalWrapper.close | ||
~IncrementalWrapper.get_wrapper_attr | ||
~IncrementalWrapper.render | ||
~IncrementalWrapper.reset | ||
~IncrementalWrapper.step | ||
~IncrementalWrapper.wrapper_spec | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~IncrementalWrapper.action_space | ||
~IncrementalWrapper.logger | ||
~IncrementalWrapper.metadata | ||
~IncrementalWrapper.np_random | ||
~IncrementalWrapper.observation_space | ||
~IncrementalWrapper.render_mode | ||
~IncrementalWrapper.reward_range | ||
~IncrementalWrapper.spec | ||
~IncrementalWrapper.unwrapped | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.2.2 | ||
3.2.3 |
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.