Skip to content

schola.scripts.sb3.launch

Script to train a Stable Baselines3 model using Schola.

Functions

debug_main_from_cliDebug main function for launching training with stable baselines 3 from the command line.
get_dataclass_argsGet the arguments for a dataclass from a dictionary, potentially containing additional arguments.
mainMain function for training a Stable Baselines3 model using Schola.
main_from_cliMain function for launching training with stable baselines 3 from the command line.
make_parserCreate an argument parser for launching training with stable baselines 3.