ray.rllib.offline.offline_env_runner.OfflineSingleAgentEnvRunner.make_env#

OfflineSingleAgentEnvRunner.make_env() None#

Creates a vectorized gymnasium env and stores it in self.env.

Note that users can change the EnvRunner’s config (e.g. change self.config.env_config) and then call this method to create new environments with the updated configuration.