Q_learning | R Documentation |
Q learning wrapper
Q_learning(tmle_spec_Q, learner_list, B = 1000, data, node_list)
tmle_spec_Q |
TMLE Spec initializing Q learning. |
learner_list |
List of algorithms used to fit Q |
B |
Number of bootstraps |
data |
Dataset used |
node_list |
List of nodes corresponding to Y, A and W. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.