schola.scripts.sb3.settings
Classes
PPOSettings ([learning_rate, n_steps, …]) | Dataclass for configuring the settings of the Proximal Policy Optimization (PPO) algorithm. |
SACSettings ([learning_rate, buffer_size, …]) | Dataclass for configuring the settings of the Soft Actor-Critic (SAC) algorithm. |
SB3ScriptArgs ([enable_checkpoints, …]) | Top level dataclass for configuring the script arguments used in the SB3 launcher. |