.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
tox.ini
tutorial.ipynb
jux/__init__.py
jux/actions.py
jux/config.py
jux/env.py
jux/factory.py
jux/team.py
jux/torch.py
jux/tree_util.py
jux/unit.py
jux/unit_cargo.py
jux/map/__init__.py
jux/map/board.py
jux/map/position.py
jux/map_generator/__init__.py
jux/map_generator/flood.py
jux/map_generator/generator.py
jux/map_generator/generator_config.py
jux/map_generator/simplexnoise.py
jux/map_generator/symnoise.py
jux/state/__init__.py
jux/state/state.py
jux/utils/__init__.py
juxai_s2.egg-info/PKG-INFO
juxai_s2.egg-info/SOURCES.txt
juxai_s2.egg-info/dependency_links.txt
juxai_s2.egg-info/requires.txt
juxai_s2.egg-info/top_level.txt
tests/.gitignore
tests/__init__.py
tests/benchmark.ipynb
tests/benchmark2.ipynb
tests/conftest.py
tests/luxai_s2_patch.py
tests/replay-45702251.json.gz
tests/replay2.0_0.json.gz
tests/replay2.0_1.json.gz
tests/test_actions.py
tests/test_config.py
tests/test_env.py
tests/test_factory.py
tests/test_team.py
tests/test_tree_utils.py
tests/test_unit.py
tests/map/__init__.py
tests/map/test_board.py
tests/map_generator/__init__.py
tests/map_generator/test_generator.py
tests/map_generator/test_symnoise.py
tests/state/test_state.py