View source on GitHub |
EagerPeriodically performs the ops defined in body
.
tf_agents.utils.common.EagerPeriodically(
body, period
)
Only works in Eager mode.
Raises | |
---|---|
TypeError
|
if body is not a callable. |
Methods
__call__
__call__()
Call self as a function.