policytree icon indicating copy to clipboard operation
policytree copied to clipboard

Policy learning via doubly robust empirical welfare maximization over trees

Results 14 policytree issues
Sort by recently updated
recently updated
newest added

I am using policytree, version 1.2.0, and I am specifically trying to implement policy learning on the doubly robust reward estimates derived from an honest causal forest (GRF package). While...

question

Based on existing [documentation](https://cran.r-project.org/web/packages/policytree/policytree.pdf), I understand that when outputting a policy tree object into a visualization using the **plot.policy_tree** function, one can add the _leaf.labels_ argument to ensure that the...

question

Hi All, Thanks for writing such a fantastic and well-documented package. I've been working using the package the past few weeks, and I think I might have come across a...

enhancement

In layman's terms, can you please explain the process through which the policy_tree function inputs the double_robust_scores (i.e., the Gamma.matrix from causal forest that is interpreted as rewards), and uses...

question