Skip to content

sb3.settings

Full path: schola.scripts.sb3.settings

schola.scripts.sb3.settings

Classes

ItemDescription
BaseSb3AlgorithmArgs([learning_rate, …])
PPOSettings([learning_rate, n_steps, …])Dataclass for configuring the settings of the Proximal Policy Optimization (PPO) algorithm.
SACSettings([learning_rate, n_steps, …])Dataclass for configuring the settings of the Soft Actor-Critic (SAC) algorithm.
SB3ScriptArgs([timesteps, pbar, …])Top level dataclass for configuring the script arguments used in the SB3 launcher.
Sb3CheckpointArgs([enable_checkpoints, …])
Sb3LoggingArgs([enable_tensorboard, …])Dataclass for configuring logging settings for the training process.
Sb3NetworkArchitectureArgs(…)
Sb3ResumeArgs([resume_from, …])Dataclass for holding arguments related to resuming training from a saved state.