Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.28 KB

The wombats Library

This repo houses the example usage notebooks (experiments) as well as the core wombats and flexfringe libraries powering the framework.

To run the experiments

  • install anaconda

  • install flexfringe dependencies for you OS, listed here.

  • clone this repo with:

git clone --recurse-submodules https://github.com/nicholasRenninger/wombats_experiments .
  • change into this repo's directory:
cd wombats_experiments
  • build the flexfringe tool:
cd dfasat && make && cd ..
  • create the conda environment for this library:
conda env create -f environment.yml
  • activate the conda environment:
conda activate wombats
  • Launch a jupyter server:
jupyter notebook
  • In the jupyter UI, navigate to the experiments directory. Each directory has a self-contained experiment which is housed in the ipynb (jupyter notebook) file. For example, to see a large example that exercises most of the library, open experiments/seshia_paper_reproduction/seshia_paper_reproduction.ipynb. After opening any notebook, click "Cell > Run all" and enjoy!

MUCH more documentation to come...