.flake8
.gitignore
LICENSE
README.md
classes_aind_dynamic_foraging_models.png
classes_aind_dynamic_foraging_models.svg
packages_aind_dynamic_foraging_models.png
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/init.yml
.github/workflows/tag_and_publish.yml
.github/workflows/test_and_lint.yml
doc_template/Makefile
doc_template/make.bat
doc_template/source/conf.py
doc_template/source/index.rst
doc_template/source/_static/dark-logo.svg
doc_template/source/_static/favicon.ico
doc_template/source/_static/light-logo.svg
notebook/demo_RL_agents.ipynb
notebook/demo_gym_env.ipynb
notebook/demo_logistic_regression.ipynb
notebook/demo_rl_mle_fitting_new_test_time.ipynb
src/aind_dynamic_foraging_models/__init__.py
src/aind_dynamic_foraging_models.egg-info/PKG-INFO
src/aind_dynamic_foraging_models.egg-info/SOURCES.txt
src/aind_dynamic_foraging_models.egg-info/dependency_links.txt
src/aind_dynamic_foraging_models.egg-info/requires.txt
src/aind_dynamic_foraging_models.egg-info/top_level.txt
src/aind_dynamic_foraging_models/generative_model/__init__.py
src/aind_dynamic_foraging_models/generative_model/act_functions.py
src/aind_dynamic_foraging_models/generative_model/base.py
src/aind_dynamic_foraging_models/generative_model/forager_loss_counting.py
src/aind_dynamic_foraging_models/generative_model/forager_q_learning.py
src/aind_dynamic_foraging_models/generative_model/foragers.py
src/aind_dynamic_foraging_models/generative_model/learn_functions.py
src/aind_dynamic_foraging_models/generative_model/params/__init__.py
src/aind_dynamic_foraging_models/generative_model/params/forager_loss_counting_params.py
src/aind_dynamic_foraging_models/generative_model/params/forager_q_learning_params.py
src/aind_dynamic_foraging_models/generative_model/params/util.py
src/aind_dynamic_foraging_models/logistic_regression/__init__.py
src/aind_dynamic_foraging_models/logistic_regression/model.py
src/aind_dynamic_foraging_models/logistic_regression/plot.py
src/aind_dynamic_foraging_models/logistic_regression/readme.md
src/aind_dynamic_foraging_models/util/__init__.py
tests/__init__.py
tests/test_Bari.py
tests/test_Hattori.py
tests/test_RescorlaWagner.py
tests/test_get_forager.py
tests/test_logistic_regression.py
tests/test_loss_counting.py
tests/test_pydantic_models.py
tests/results/test_Bari.png
tests/results/test_Bari_fitted.png
tests/results/test_Hattori.png
tests/results/test_Hattori_fitted.png
tests/results/test_LossCounting.png
tests/results/test_LossCounting_fitted.png
tests/results/test_Rescorla-Wagner_fitted.png
tests/results/test_RescorlaWagner.png
tests/results/test_logistic_regression.png