Releases: TRI-ML/sequentialized_barnard_tests
Releases · TRI-ML/sequentialized_barnard_tests
Version 0.0.4
PyPI Package Registration + Automatic switching of Lai/STEP + Automatic decision-rule synthesis
- Fixed a bug in the decision-rule synthesis script, which previously yielded an error when
--use_p_normwas missing. - Uses
subprocessto automatically call the synthesis script upon instantiation of a STEP test object. - Package registered to PyPI.
- Added
get_mirrored_testas a convenience instantiation API, which switches automatically between STEP and Lai depending on the max sample size specification. - Updated README with code examples.
Initial Public Release
Initial public release with documentation and license information.
rss_camera_ready
STEP and feasible baselines are implemented.
- SAVI and MirroredSAVI
- Lai and MirroredLai
- STEP and MirroredSTEP
For STEP and MirroredSTEP to work, a separate policy synthesis script needs to be run offline:/scripts/synthesize_general_step_policy.py
Scripts are added to reproduce key paper results.
/scripts/paper_results/confirm_paper_results.py/scripts/paper_results/confirm_paper_results_Table_IV.py
The numbers are consistent with those reported in the camera-ready version of the manuscript.