schola.scripts.ray.settings.RLLibAlgorithmSpecificSettings
- class schola.scripts.ray.settings.RLLibAlgorithmSpecificSettings[source]
-
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__
()Add the settings to the parser or subparser
Get the settings as a dictionary keyed by the correct parameter name in Ray
- classmethod get_parser()[source]
-
Add the settings to the parser or subparser