Skip to content

schola.scripts.ray.launch

Script to train an rllib model using Schola.

Functions

debug_main_from_cliMain function for launching training with ray from the command line, that catches any errors and waits for user input to close.
get_dataclass_argsGet the arguments for a dataclass from a dictionary, potentially containing additional arguments.
mainMain function for launching training with ray.
main_from_cliMain function for launching training with ray from the command line.
make_parserCreate an argument parser for launching training with ray.