.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/arenas/README.md
neuralplayground/arenas/__init__.py
neuralplayground/arenas/arena_core.py
neuralplayground/arenas/connected_rooms.py
neuralplayground/arenas/hafting_2008.py
neuralplayground/arenas/sargolini_2006.py
neuralplayground/arenas/simple2d.py
neuralplayground/arenas/wernle_2018.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
tests/README.md
tests/__init__.py
tests/agent_test.py
tests/arena_exp_test.py