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

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

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

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

Classes
~~~~~~~

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

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

API
~~~

.. py:class:: PPOTrainer(cfg, env, device, env_name, inference=False)
   :canonical: rofunc.learning.RofuncRL.trainers.ppo_trainer.PPOTrainer

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

   .. autodoc2-docstring:: rofunc.learning.RofuncRL.trainers.ppo_trainer.PPOTrainer

   .. rubric:: Initialization

   .. autodoc2-docstring:: rofunc.learning.RofuncRL.trainers.ppo_trainer.PPOTrainer.__init__

   .. py:method:: post_interaction()
      :canonical: rofunc.learning.RofuncRL.trainers.ppo_trainer.PPOTrainer.post_interaction
