Skip to content

schola.scripts.sb3.launch

Script to train a Stable Baselines3 model using Schola.

Functions

debug_main_from_cli()Debug main function for launching training with stable baselines 3 from the command line.
get_dataclass_args(args, dataclass)Get the arguments for a dataclass from a dictionary, potentially containing additional arguments.
main(args)Main function for training a Stable Baselines3 model using Schola.
main_from_cli()Main function for launching training with stable baselines 3 from the command line.
make_parser()Create an argument parser for launching training with stable baselines 3.