Files
pyrobolearn/docs/source/approximators.rst
T
2019-06-26 03:37:23 +02:00

14 lines
334 B
ReStructuredText

Approximators
=============
An ``Approximator`` accepts as inputs the ``State``, ``Action``, and learning ``Model``, and connects them.
Approximators are used by other classes in the PRL framework.
How to use an approximator?
---------------------------
How to create your own approximator?
------------------------------------