Files
2019-06-29 02:43:12 +02:00

15 lines
335 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?
------------------------------------