MemoryCallback
MemoryMechanismCallback
Bases: AlgoCallback
Wraps an AlgoCallback around the MemoryMechanism for ease of use.
Source code in sequel/utils/callbacks/memory_callback.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|
on_after_training_task(algo, *args, **kwargs)
Updates the memory Mechanism.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
algo |
BaseAlgorithm
|
The current BaseAlgorithm instance. |
required |
Source code in sequel/utils/callbacks/memory_callback.py
19 20 21 22 23 24 25 26 |
|