| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the code for replicating the experiments of the paper "Optimal Off-Policy Evaluation from Multiple Logging Policies" (ICML2021, proceedings.mlr.press/v139/kallus21a.html)
If you find this code useful in your research then please cite:
@inproceedings{kallus2021optimal,
title={Optimal Off-Policy Evaluation from Multiple Logging Policies},
author={Kallus, Nathan and Saito, Yuta and Uehara, Masatoshi},
booktitle = {Proceedings of the 38th International Conference on Machine Learning},
pages={5247-5256},
year={2021},
volume = {139},
publisher={PMLR},
}
To run the simulations with the multi-class classification datasets, run the following commands in the ./src/ directory:
for data in optdigits pendigits
do
python run_sims.py --num_sims 200 --data $data --is_estimate_pi_b
done
Nota that the configurations used in the experiments can be found in ./conf/policy_params.yaml. Once the simulations have finished running, the summarized results can be found in the ../log/{data} directory for each data.
| Back | FazBrowse Home | New Git URL |