.all-contributorsrc
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/workflows/test_and_deploy.yml
NeuralPlayground.egg-info/PKG-INFO
NeuralPlayground.egg-info/SOURCES.txt
NeuralPlayground.egg-info/dependency_links.txt
NeuralPlayground.egg-info/requires.txt
NeuralPlayground.egg-info/top_level.txt
documents/README.md
documents/citation.cff
documents/code_of_conduct.md
documents/contributors.md
documents/licence.md
documents/road_map.md
documents/style_guide.md
neuralplayground/README.md
neuralplayground/__init__.py
neuralplayground/datasets.py
neuralplayground/utils.py
neuralplayground/agents/README.md
neuralplayground/agents/__init__.py
neuralplayground/agents/agent_core.py
neuralplayground/agents/stachenfeld_2018.py
neuralplayground/agents/weber_2018.py
neuralplayground/agents/whittington_2020.py
neuralplayground/agents/whittington_2020_extras/whittington_2020_analyse.py
neuralplayground/agents/whittington_2020_extras/whittington_2020_model.py
neuralplayground/agents/whittington_2020_extras/whittington_2020_parameters.py
neuralplayground/agents/whittington_2020_extras/whittington_2020_utils.py
neuralplayground/arenas/README.md
neuralplayground/arenas/__init__.py
neuralplayground/arenas/arena_core.py
neuralplayground/arenas/batch_environment.py
neuralplayground/arenas/connected_rooms.py
neuralplayground/arenas/discritized_objects.py
neuralplayground/arenas/hafting_2008.py
neuralplayground/arenas/sargolini_2006.py
neuralplayground/arenas/simple2d.py
neuralplayground/arenas/wernle_2018.py
neuralplayground/backend/__init__.py
neuralplayground/backend/default_simulation.py
neuralplayground/backend/simulation_manager.py
neuralplayground/backend/training_loops.py
neuralplayground/comparison/__init__.py
neuralplayground/comparison/metrics.py
neuralplayground/config/__init__.py
neuralplayground/config/default_config.yaml
neuralplayground/config/load_config.py
neuralplayground/config/main_config.py
neuralplayground/config/plot_config.py
neuralplayground/experiments/README.md
neuralplayground/experiments/__init__.py
neuralplayground/experiments/experiment_core.py
neuralplayground/experiments/hafting_2008_data.py
neuralplayground/experiments/sargolini_2006_data.py
neuralplayground/experiments/wernle_2018_data.py
neuralplayground/plotting/__init__.py
neuralplayground/plotting/plot_utils.py
tests/README.md
tests/__init__.py
tests/agent_test.py
tests/arena_exp_test.py