module emote.callbacks.testing
Classes
class FinalLossTestCheck(Callback):
Logs the provided loggable callbacks to the python logger.
Methods
def __init__(self, callbacks, cutoffs, test_length) -> None
Arguments:
callbacks(List[LossCallback])
cutoffs(List[float])
test_length(int)
def end_cycle(self) -> None
class FinalRewardTestCheck(Callback):
Methods
def __init__(self, callback, cutoff, test_length, key, use_windowed) -> None
def end_cycle(self) -> None