Skip to content

schola.scripts.common.Sb3LauncherExtension

Class Definition

class schola.scripts.common.Sb3LauncherExtension()

Bases: object

Methods

__init__

__init__()

Return type: None

add_plugin_args_to_parser

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

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

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]