Tianshou/docs/api/tianshou.utils.rst
youkaichao e767de044b
Remove dummy net code (#123)
* remove dummy net; delete two files

* split code to have backbone and head

* rename class

* change torch.float to torch.float32

* use flatten(1) instead of view(batch, -1)

* remove dummy net in docs

* bugfix for rnn

* fix cuda error

* minor fix of docs

* do not change the example code in dqn tutorial, since it is for demonstration

Co-authored-by: Trinkle23897 <463003665@qq.com>
2020-07-09 22:57:01 +08:00

23 lines
413 B
ReStructuredText

tianshou.utils
==============
.. automodule:: tianshou.utils
:members:
:undoc-members:
:show-inheritance:
.. automodule:: tianshou.utils.net.common
:members:
:undoc-members:
:show-inheritance:
.. automodule:: tianshou.utils.net.discrete
:members:
:undoc-members:
:show-inheritance:
.. automodule:: tianshou.utils.net.continuous
:members:
:undoc-members:
:show-inheritance: