ray.rllib.offline.offline_env_runner.OfflineSingleAgentEnvRunner.assert_healthy#
- OfflineSingleAgentEnvRunner.assert_healthy()#
Checks that self.__init__() has been completed properly.
Ensures that the instances has a
MultiRLModule
and an environment defined.- Raises:
AssertionError – If the EnvRunner Actor has NOT been properly initialized.