mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-08-21 11:19:49 +08:00
15 lines
335 B
ReStructuredText
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?
|
|
------------------------------------
|
|
|