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? ------------------------------------