.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/pull_request_template.md
.github/workflows/docs-publish.yml
.github/workflows/python-publish.yml
.github/workflows/test-pytest.yml
docs/index.md
docs/quickstart.md
docs/Examples/Abstract/LMM.ipynb
docs/Examples/Economics/Expected-Value-Theory.ipynb
docs/Examples/Economics/Prospect-Theory.ipynb
docs/Examples/Neuroscience/Task-Switching.ipynb
docs/Examples/Psychology/Exponential-Learning.ipynb
docs/Examples/Psychology/Luce-Choice-Ratio.ipynb
docs/Examples/Psychology/Q-Learning.ipynb
docs/Examples/Psychophysics/Weber-Fechner-Law.ipynb
docs/javascripts/mathjax.js
mkdocs/base.yml
src/autora/experiment_runner/synthetic/utilities.py
src/autora/experiment_runner/synthetic/abstract/lmm.py
src/autora/experiment_runner/synthetic/abstract/template_experiment.py
src/autora/experiment_runner/synthetic/economics/expected_value_theory.py
src/autora/experiment_runner/synthetic/economics/prospect_theory.py
src/autora/experiment_runner/synthetic/neuroscience/task_switching.py
src/autora/experiment_runner/synthetic/psychology/exp_learning.py
src/autora/experiment_runner/synthetic/psychology/luce_choice_ratio.py
src/autora/experiment_runner/synthetic/psychology/q_learning.py
src/autora/experiment_runner/synthetic/psychophysics/stevens_power_law.py
src/autora/experiment_runner/synthetic/psychophysics/weber_fechner_law.py
src/autora_synthetic.egg-info/PKG-INFO
src/autora_synthetic.egg-info/SOURCES.txt
src/autora_synthetic.egg-info/dependency_links.txt
src/autora_synthetic.egg-info/requires.txt
src/autora_synthetic.egg-info/top_level.txt
tests/test_bundled_models.py
tests/test_synthetic_inventory.py