sinergym.utils.logger.WandBOutputFormat

class sinergym.utils.logger.WandBOutputFormat(*args: Any, **kwargs: Any)

Dumps key/value pairs onto WandB. This class is based on SB3 used in logger callback

__init__(*args: Any, **kwargs: Any) None

Methods

__init__(*args, **kwargs)

write(key_values, key_excluded[, step])

write(key_values: Dict[str, Any], key_excluded: Dict[str, str | Tuple[str, ...]], step: int = 0) None