schola.scripts.common.Sb3LauncherExtension
class schola.scripts.common.Sb3LauncherExtension
: Bases: object
Methods
__init__ () | |
add_plugin_args_to_parser () | Adds a group of additional arguments to the parser. |
get_extra_KVWriters () | Returns a list of additional KVWriter to add to the training loop. |
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_KVWriters() : Returns a list of additional KVWriter to add to the training loop.
Returns: : A list of additional KVWriters to add to the training loop.
Return type: : List[KVWriter]
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[BaseCallback]