schola.scripts.sb3.launch.main_from_cli
schola.scripts.sb3.launch.main_from_cli() : Main function for launching training with stable baselines 3 from the command line.
Returns: : The mean and standard deviation of the rewards if evaluation is enabled, otherwise None.
Return type: : Optional[Tuple[float,float]]
See also
main
: The main function for launching training with stable baselines 3