update docs

This commit is contained in:
Brian Delhaisse
2019-06-26 03:37:23 +02:00
parent 542284fdde
commit 52020bceb5
34 changed files with 418 additions and 130 deletions
+13
View File
@@ -0,0 +1,13 @@
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?
------------------------------------