You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numerical Simulation (direct implementation of formal modeling)
To run numerical simulation: python numerical-sim/run_experiment.py
Simulation Example Usage
To run simulation: python simulations/core/run-simulation.py
To run belief evals python simulations/kbutils/belief/eval.py
To visualize the belief eval results: python visual/simulation_visualize.py
Backend loading for up to a few minutes is expected behavior. If backend keeps loading for a long time, please try running the code with LOUD_BACKEND=1 environment variable set to see the detailed error message.
Data analysis / Hypothesis testing
To re-curate the dataset from scratch: cd data-analysis; python build_dataset.py