ray.tune.logger.LoggerCallback.set_state#

LoggerCallback.set_state(state: Dict)#

Get the state of the callback.

This method should be implemented by subclasses to restore the callback’s state based on the given dict state.

Parameters

state – State of the callback.