scope_rl.ope.weight_value_learning.base#
Abstract base class for weight and value learning.
Classes
Base class for weight/value learning. |
- class scope_rl.ope.weight_value_learning.base.BaseWeightValueLearner[source]#
Base class for weight/value learning.
Imported as:
scope_rl.ope.weight_value_learning.BaseWeightValueLearnerMethods
fit()Fit function approximation models.
load()Load models.
predict()Predict weights/values for the given state/state-action pair.
save()Save models.