Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aiueola committed May 28, 2023
1 parent 8e9be95 commit a42b083
Show file tree
Hide file tree
Showing 10 changed files with 8,797 additions and 3,840 deletions.
8 changes: 4 additions & 4 deletions docs/documentation/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ and Doubly Robust (DR) :cite:`jiang2016doubly` :cite:`thomas2016data`.

Policy Value Estimated by OPE Estimators

Users can implement their own OPE estimators by following the interface of :class:`obp.ope.BaseOffPolicyEstimator`.
In addition, :class:`obp.ope.OffPolicyEvaluation` summarizes and compares the estimation results of various OPE estimators.
Users can implement their own OPE estimators by following the interface of :class:`ofrl.ope.BaseOffPolicyEstimator`.
In addition, :class:`ofrl.ope.OffPolicyEvaluation` summarizes and compares the estimation results of various OPE estimators.

.. seealso::

Expand Down Expand Up @@ -295,8 +295,8 @@ using Cumulative Distribution OPE estimators :cite:`huang2021off` :cite:`huang20

Cumulative Distribution Function Estimated by OPE Estimators

Users can implement their own OPE estimators by following the interface of :class:`obp.ope.BaseCumulativeDistributionOffPolicyEstimator`.
In addition, :class:`obp.ope.DiscreteCumulativeDistributionOffPolicyEvaluation` summarizes and compares the estimation results of various OPE estimators.
Users can implement their own OPE estimators by following the interface of :class:`ofrl.ope.BaseCumulativeDistributionOffPolicyEstimator`.
In addition, :class:`ofrl.ope.DiscreteCumulativeDistributionOffPolicyEvaluation` summarizes and compares the estimation results of various OPE estimators.

.. seealso::

Expand Down
Loading

0 comments on commit a42b083

Please sign in to comment.