Skip to content

schola.scripts.ray.settings.RLLibAlgorithmSpecificSettings

Class Definition

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__

__init__()

get_parser

classmethod 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

Return type: Dict[str, Any]