.editorconfig
.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
MAINTAINING.md
README.md
mkdocs.yml
pyproject.toml
.github/labels.yml
.github/pull_request_template.md
.github/workflows/draft-pdf.yml
.github/workflows/publish-documentation-gh-pages.yml
.github/workflows/publish-package-pypi.yml
.github/workflows/sync-labels.yml
.github/workflows/test-documentation-gh-pages.yml
.github/workflows/test-pre-commit-hooks.yml
.github/workflows/test-pypi-build.yml
.github/workflows/test-pytest.yml
.vscode/.gitignore
.vscode/extensions.json
.vscode/launch.json
autora.egg-info/PKG-INFO
autora.egg-info/SOURCES.txt
autora.egg-info/dependency_links.txt
autora.egg-info/requires.txt
autora.egg-info/top_level.txt
docs/cheat-sheet.md
docs/index.md
docs/installation.md
docs/terminology.md
docs/contribute/Notebook.ipynb
docs/contribute/core.md
docs/contribute/index.md
docs/contribute/pre-commit-hooks.md
docs/contribute/setup.md
docs/contribute/modules/experiment-runner.md
docs/contribute/modules/experimentalist.md
docs/contribute/modules/index.md
docs/contribute/modules/theorist.md
docs/examples/index.md
docs/examples/closed-loop-bandit-task/customization.md
docs/examples/closed-loop-bandit-task/firebase.md
docs/examples/closed-loop-bandit-task/index.md
docs/examples/closed-loop-bandit-task/init-autora.md
docs/examples/closed-loop-bandit-task/prolific.md
docs/examples/closed-loop-bandit-task/setup.md
docs/examples/closed-loop-bandit-task/testing.md
docs/examples/closed-loop-bandit-task/testingzone.md
docs/examples/closed-loop-bandit-task/workflow.md
docs/examples/closed-loop-bandit-task/img/discovered_models.png
docs/examples/closed-loop-bandit-task/img/final_models.png
docs/examples/closed-loop-bandit-task/img/rnn_theorist.png
docs/examples/closed-loop-bandit-task/img/stimulus.png
docs/examples/closed-loop-basic/experiment.md
docs/examples/closed-loop-basic/firebase.md
docs/examples/closed-loop-basic/index.md
docs/examples/closed-loop-basic/init-autora.md
docs/examples/closed-loop-basic/preprocessing.md
docs/examples/closed-loop-basic/prolific.md
docs/examples/closed-loop-basic/setup.md
docs/examples/closed-loop-basic/testingzone.md
docs/examples/closed-loop-basic/workflow.md
docs/examples/closed-loop-basic/img/researcher_hub.png
docs/examples/closed-loop-basic/img/researchhub_detail.png
docs/examples/closed-loop-basic/img/stimulus.png
docs/examples/closed-loop-basic/img/workflow_overview.png
docs/examples/closed-loop-basic/notebooks/sweetbean.ipynb
docs/examples/closed-loop-basic/notebooks/sweetpea.ipynb
docs/examples/img/build_database.png
docs/examples/img/deployed.png
docs/examples/img/domain.png
docs/examples/img/firestore_data.png
docs/examples/img/hosting.png
docs/examples/img/open_codespace.png
docs/examples/img/project_settings.png
docs/examples/img/project_structure.png
docs/examples/img/service_account.png
docs/examples/img/system_firebase.png
docs/examples/img/system_overview.png
docs/examples/img/system_project.png
docs/examples/img/system_researcherhub.png
docs/examples/img/system_testingzone.png
docs/examples/img/use_template.png
docs/examples/img/venv.png
docs/examples/img/webapp.png
docs/experiment-runner/index.md
docs/experiment-runner/behavioral/example.md
docs/experiment-runner/behavioral/firebase.md
docs/experiment-runner/behavioral/index.md
docs/experimentalist/index.md
docs/img/brainstorm.png
docs/img/contributor_model.png
docs/img/experiment_runner.png
docs/img/experimentalist.png
docs/img/logo.png
docs/img/modules_overview.png
docs/img/overview.png
docs/img/ssf.png
docs/img/state_logic.png
docs/img/state_wrapper.png
docs/img/theorist.png
docs/javascripts/mathjax.js
docs/theorist/index.md
docs/tutorials/Theorist.ipynb
docs/tutorials/index.md
docs/tutorials/basic/Tutorial I Components.ipynb
docs/tutorials/basic/Tutorial II Loop Constructs.ipynb
docs/tutorials/basic/Tutorial III Functional Workflow.ipynb
docs/tutorials/basic/Tutorial IV Customization.ipynb
docs/tutorials/basic/Tutorial Ia Theorists.ipynb
docs/tutorials/basic/Tutorial Ib Experimentalists.ipynb
mkdocs/generate_code_reference.py
mkdocs/hooks.py
mkdocs/overrides/main.html
paper/figure.pdf
paper/figure.png
paper/paper.bib
paper/paper.md
tests/test_core_imports.py