schola.scripts.common.RLLibLauncherExtension
class schola.scripts.common.RLLibLauncherExtension
: Bases: object
Methods
__init__ () | |
add_plugin_args_to_parser () | Adds a group of additional arguments to the parser. |
get_extra_callbacks () | Returns a list of additional callbacks to add to the training loop. |
__init__() : Return type: : None
classmethod add_plugin_args_to_parser() : Adds a group of additional arguments to the parser.
Parameters: : parser (argparse.ArgumentParser) – The parser to which the arguments will be added.
get_extra_callbacks() : Returns a list of additional callbacks to add to the training loop.
Returns: : A list of additional callbacks to add to the training loop.
Return type: : List[Callback]