Things changed in this PR: - various docs update, add TOC - split buffer into several files - fix venv action_space randomness
36 lines
514 B
ReStructuredText
36 lines
514 B
ReStructuredText
tianshou.utils
|
|
==============
|
|
|
|
.. automodule:: tianshou.utils
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
|
|
Pre-defined Networks
|
|
--------------------
|
|
|
|
Common
|
|
~~~~~~
|
|
|
|
.. automodule:: tianshou.utils.net.common
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
Discrete
|
|
~~~~~~~~
|
|
|
|
.. automodule:: tianshou.utils.net.discrete
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
Continuous
|
|
~~~~~~~~~~
|
|
|
|
.. automodule:: tianshou.utils.net.continuous
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|