.gitignore
AUTHORS
COPYRIGHT
LICENSE
NOTICE
README.md
pyproject.toml
requirements.txt
./requirements.txt
.github/workflows/CD.yml
.github/workflows/CI.yml
Navix.egg-info/PKG-INFO
Navix.egg-info/SOURCES.txt
Navix.egg-info/dependency_links.txt
Navix.egg-info/requires.txt
Navix.egg-info/top_level.txt
docs/design_notes.md
docs/performance.ipynb
docs/performance.py
navix/__init__.py
navix/_version.py
navix/actions.py
navix/components.py
navix/config.py
navix/entities.py
navix/graphics.py
navix/grid.py
navix/observations.py
navix/tasks.py
navix/terminations.py
navix/environments/__init__.py
navix/environments/environment.py
navix/environments/keydoor.py
navix/environments/room.py
scripts/release.sh
tests/test_actions.py
tests/test_entities.py
tests/test_environments.py
tests/test_grid.py
tests/test_observations.py
tests/test_tasks.py
tests/test_terminations.py
tests/performance/grid.py
tests/performance/minigrid.py
tests/performance/minigrid_report.txt
tests/performance/observations.py
tests/performance/observations_keydoor_report.txt
tests/performance/observations_room_report.txt
tests/performance/profiling.py