Skip to content

RllibAlgorithmSpecificSettings

Full path: schola.scripts.rllib.settings.RllibAlgorithmSpecificSettings

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

RllibAlgorithmSpecificSettings

Methods

get_parser

get_parser()

Add the settings to the parser or subparser


get_settings_dict

get_settings_dict()

Get the settings as a dictionary keyed by the correct parameter name in Ray

Returns

Return type: Dict[str, Any]