-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed wrong docs of parameters - fixed errors in doc compilation - deleted folders utils
- Loading branch information
1 parent
8d0be98
commit 1ae4000
Showing
7 changed files
with
113 additions
and
129 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
Tensors | ||
======= | ||
|
||
Gaussian tensor | ||
--------------- | ||
.. automodule:: mushroom_rl.features.tensors.constant_tensor | ||
:members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: mushroom_rl.features.tensors.basis_tensor | ||
:members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: mushroom_rl.features.tensors.gaussian_tensor | ||
.. automodule:: mushroom_rl.features.tensors.random_fourier_tensor | ||
:members: | ||
:private-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -0,0 +1,82 @@ | ||
Eligibility trace | ||
----------------- | ||
|
||
.. automodule:: mushroom_rl.rl_utils.eligibility_trace | ||
:members: | ||
:private-members: | ||
:inherited-members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Optimizers | ||
---------- | ||
|
||
.. automodule:: mushroom_rl.rl_utils.optimizers | ||
:members: | ||
:private-members: | ||
:inherited-members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Parameters | ||
---------- | ||
|
||
.. automodule:: mushroom_rl.rl_utils.parameters | ||
:members: | ||
:private-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
|
||
Preprocessors | ||
------------- | ||
|
||
.. automodule:: mushroom_rl.rl_utils.preprocessors | ||
:members: | ||
:private-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
Replay memory | ||
------------- | ||
|
||
.. automodule:: mushroom_rl.rl_utils.replay_memory | ||
:members: | ||
:private-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
Running Statistics | ||
------------------ | ||
|
||
.. automodule:: mushroom_rl.rl_utils.running_stats | ||
:members: | ||
:private-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
Spaces | ||
------ | ||
|
||
.. automodule:: mushroom_rl.rl_utils.spaces | ||
:members: | ||
:show-inheritance: | ||
|
||
|
||
Value Functions | ||
--------------- | ||
|
||
.. automodule:: mushroom_rl.rl_utils.value_functions | ||
:members: | ||
:private-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
Variance parameters | ||
------------------- | ||
|
||
.. automodule:: mushroom_rl.rl_utils.variance_parameters | ||
:members: | ||
:private-members: | ||
:inherited-members: | ||
:show-inheritance: |
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 was deleted.
Oops, something went wrong.