Example #1
0
  def reset(self) -> None:
    """Resets the agent's episodic state such as frame stack and action repeat.

    This method should be called at the beginning of every episode.
    """
    processors.reset(self._preprocessor)
    self._action = None
Example #2
0
 def reset(self):
     processors.reset(self._processor)
     self._action = None