Skip to content
forked from clvoloshin/COBS

SOPE: Spectrum of Off-Policy Estimators

Notifications You must be signed in to change notification settings

Pearl-UTexas/SOPE

 
 

Repository files navigation

SOPE: Spectrum of Off-Policy Estimators

This respository contains code for the following paper:

C.J. Yuan, Y. Chandak, S. Giguere, P.S. Thomas, and S. Niekum. SOPE: Spectrum of Off-Policy Estimators. Neural Information Processing Systems (NeurIPS), December 2021.

The code built upon Caltech OPE Benchmarking Suite (COBS) Library.

Installation

Please use Python 3.6+.

pip install -r requirements.txt
pip install -e .

Plots

To reproduce the plots from the paper, see:

  • run_graph.py
  • run_toymc.py

Bibliography

@article{yuan2021sope,
  title={SOPE: Spectrum of Off-Policy Estimators},
  author={Yuan, Christina J and Chandak, Yash and Giguere, Stephen and Thomas, Philip S and Niekum, Scott},
  journal={arXiv preprint arXiv:2111.03936},
  year={2021}
}

About

SOPE: Spectrum of Off-Policy Estimators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%