:py:mod:`rofunc.learning.RofuncRL.trainers.td3_trainer`
=======================================================

.. py:module:: rofunc.learning.RofuncRL.trainers.td3_trainer

.. autodoc2-docstring:: rofunc.learning.RofuncRL.trainers.td3_trainer
   :allowtitles:

Module Contents
---------------

Classes
~~~~~~~

.. list-table::
   :class: autosummary longtable
   :align: left

   * - :py:obj:`TD3Trainer <rofunc.learning.RofuncRL.trainers.td3_trainer.TD3Trainer>`
     - .. autodoc2-docstring:: rofunc.learning.RofuncRL.trainers.td3_trainer.TD3Trainer
          :summary:

API
~~~

.. py:class:: TD3Trainer(cfg, env, device, env_name, **kwargs)
   :canonical: rofunc.learning.RofuncRL.trainers.td3_trainer.TD3Trainer

   Bases: :py:obj:`rofunc.learning.RofuncRL.trainers.base_trainer.BaseTrainer`

   .. autodoc2-docstring:: rofunc.learning.RofuncRL.trainers.td3_trainer.TD3Trainer

   .. rubric:: Initialization

   .. autodoc2-docstring:: rofunc.learning.RofuncRL.trainers.td3_trainer.TD3Trainer.__init__

   .. py:method:: get_action(states)
      :canonical: rofunc.learning.RofuncRL.trainers.td3_trainer.TD3Trainer.get_action

      .. autodoc2-docstring:: rofunc.learning.RofuncRL.trainers.td3_trainer.TD3Trainer.get_action

   .. py:method:: post_interaction()
      :canonical: rofunc.learning.RofuncRL.trainers.td3_trainer.TD3Trainer.post_interaction
