Skip to content

schola.scripts.ray.settings.RLLibAlgorithmSpecificSettings

class schola.scripts.ray.settings.RLLibAlgorithmSpecificSettings : Bases: object

Base Class for RLLib algorithm specific settings. This class is intended to be inherited by specific algorithm settings classes (e.g., PPOSettings, IMPALASettings, etc.).

Methods

__init__()
get_parser()Add the settings to the parser or subparser
get_settings_dict()Get the settings as a dictionary keyed by the correct parameter name in Ray

classmethod get_parser() : Add the settings to the parser or subparser

get_settings_dict() : Get the settings as a dictionary keyed by the correct parameter name in Ray

Return type: : Dict[str, Any]