Skip to content

schola.scripts.ray.launch

Script to train an rllib model using Schola.

Functions

debug_main_from_cli()Main function for launching training with ray from the command line, that catches any errors and waits for user input to close.
get_dataclass_args(args, dataclass)Get the arguments for a dataclass from a dictionary, potentially containing additional arguments.
main(args)Main function for launching training with ray.
main_from_cli()Main function for launching training with ray from the command line.
make_parser()Create an argument parser for launching training with ray.