.flake8
.gitignore
LICENSE
README.md
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_gym_env.ipynb
src/aind_behavior_gym/__init__.py
src/aind_behavior_gym.egg-info/PKG-INFO
src/aind_behavior_gym.egg-info/SOURCES.txt
src/aind_behavior_gym.egg-info/dependency_links.txt
src/aind_behavior_gym.egg-info/requires.txt
src/aind_behavior_gym.egg-info/top_level.txt
src/aind_behavior_gym/dynamic_foraging_tasks/__init__.py
src/aind_behavior_gym/dynamic_foraging_tasks/base.py
src/aind_behavior_gym/dynamic_foraging_tasks/coupled_block_task.py
src/aind_behavior_gym/dynamic_foraging_tasks/random_walk_task.py
src/aind_behavior_gym/dynamic_foraging_tasks/uncoupled_block_task.py
src/aind_behavior_gym/gym_env/__init__.py
src/aind_behavior_gym/gym_env/dynamic_bandit_env.py
tests/__init__.py
tests/test_coupled_block_task.py
tests/test_randomwalk_task.py
tests/test_uncoupled_block_task.py
tests/results/test_random_walk_task.png
tests/results/test_uncoupled_block_task.png