Optimal_Rule_Q_learning | R Documentation |
Learns the Optimal Rule given a tmle_task and likelihood, using Q learning.
Learns the Optimal Rule given a tmle_task and likelihood, using Q learning.
tmle3::tmle3_Spec
-> Optimal_Rule_Q_learning
new()
Optimal_Rule_Q_learning$new(tmle_task, likelihood, maximize = TRUE)
fit_blip()
Optimal_Rule_Q_learning$fit_blip()
rule()
Optimal_Rule_Q_learning$rule(tmle_task, fold_number = "full")
clone()
The objects of this class are cloneable with this method.
Optimal_Rule_Q_learning$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.