View source on GitHub |
Periodically performs the ops defined in body
.
tf_agents.utils.common.Periodically(
body, period, name='periodically'
)
Raises | |
---|---|
TypeError
|
if body is not a callable. |
Methods
__call__
__call__()
Call self as a function.