EligibilityTrace#
- class braintrace.EligibilityTrace(value, name=None, **metadata)#
The state for storing the eligibility trace during the computation of online learning algorithms.
Examples
When you are using
braintrace.IODimVjpAlgorithm, you can get the eligibility trace of the weight by calling:>>> etrace = etrace_algorithm.etrace_of(weight)