Skip to content

Releases: TRI-ML/sequentialized_barnard_tests

Version 0.0.4

16 Oct 22:37
6db47ef

Choose a tag to compare

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_norm was missing.
  • Uses subprocess to automatically call the synthesis script upon instantiation of a STEP test object.
  • Package registered to PyPI.
  • Added get_mirrored_test as 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

11 Jun 21:07
da05a57

Choose a tag to compare

Initial public release with documentation and license information.

rss_camera_ready

16 May 17:45
ba941ed

Choose a tag to compare

rss_camera_ready Pre-release
Pre-release

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.