Skip to content

schola.scripts.sb3.launch.main

Function Definition

schola.scripts.sb3.launch.main(args)

Main function for training a Stable Baselines3 model using Schola.

Parameters

args

Type: SB3ScriptArgs
The arguments for the script.

Returns

Return type: Optional[Tuple[float, float]]

The mean and standard deviation of the rewards if evaluation is enabled, otherwise None.