Skip to content

schola.scripts.sb3.launch.main_from_cli

Function Definition

schola.scripts.sb3.launch.main_from_cli()

Main function for launching training with stable baselines 3 from the command line.

Returns

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

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

See Also

main – The main function for launching training with stable baselines 3