eprllib.Env.EnvConfig

eprllib.Env.EnvConfig#

Environment Configuration#

This module contain the class and methods used to configure the environment.

Functions

env_config_to_dict(EnvConfig)

Convert an EnvConfig object into a dict before to be used in the env_config parameter of RLlib environment config.

Classes

EnvConfig()