44 lines
795 B
ReStructuredText
44 lines
795 B
ReStructuredText
|
tianshou\.core\.policy
|
||
|
==============================
|
||
|
|
||
|
.. automodule:: tianshou.core.policy
|
||
|
:members:
|
||
|
:undoc-members:
|
||
|
:show-inheritance:
|
||
|
|
||
|
Base class
|
||
|
----------
|
||
|
|
||
|
.. automodule:: tianshou.core.policy.base
|
||
|
:members:
|
||
|
:undoc-members:
|
||
|
:show-inheritance:
|
||
|
|
||
|
Deterministic policy
|
||
|
------------------------
|
||
|
|
||
|
.. automodule:: tianshou.core.policy.deterministic
|
||
|
:members:
|
||
|
:undoc-members:
|
||
|
:show-inheritance:
|
||
|
:inherited-members:
|
||
|
|
||
|
Distributional policy
|
||
|
------------------------
|
||
|
|
||
|
.. automodule:: tianshou.core.policy.distributional
|
||
|
:members:
|
||
|
:undoc-members:
|
||
|
:show-inheritance:
|
||
|
:inherited-members:
|
||
|
|
||
|
DQN policy
|
||
|
------------------------
|
||
|
|
||
|
.. automodule:: tianshou.core.policy.dqn
|
||
|
:members:
|
||
|
:undoc-members:
|
||
|
:show-inheritance:
|
||
|
:inherited-members:
|
||
|
|