ContinualCallback¶
-
class
cl_gym.utils.callbacks.ContinualCallback(name: str = '', save_dirs: Optional[List[str]] = None)[source]¶ Bases:
objectBase class for continual callback. Simply, a callback can listen to one or several events that the Trainer emits during the learning experience:
Please see the introduction video on what the Trainer’s timeline looks like.