LICENSE
MANIFEST.in
README.md
bot.py
dashboard.py
engine.c
hexbot.py
hexgame.py
main.py
pyproject.toml
setup.py
docs/advanced.md
docs/api-reference.md
docs/bot-approaches.md
docs/configuration.md
docs/dashboard-guide.md
docs/getting-started.md
docs/orca.md
docs/sft-guide.md
docs/train-dashboard.md
docs/training-guide.md
examples/bot_vs_bot.py
examples/custom_eval.py
examples/dashboard_arena.py
examples/dashboard_custom_bot.py
examples/dashboard_train.py
examples/evolutionary.py
examples/play_orca.py
examples/play_random.py
examples/train_bot.py
examples/train_orca.py
hexbot.egg-info/PKG-INFO
hexbot.egg-info/SOURCES.txt
hexbot.egg-info/dependency_links.txt
hexbot.egg-info/entry_points.txt
hexbot.egg-info/requires.txt
hexbot.egg-info/top_level.txt
orca/__init__.py
orca/__main__.py
orca/augment.py
orca/benchmark.py
orca/config.py
orca/curriculum.py
orca/data.py
orca/distributed.py
orca/encoding.py
orca/engine.c
orca/ensemble.py
orca/gpu_server.py
orca/hex_conv.py
orca/hex_gnn.py
orca/leaderboard.py
orca/multiscale_net.py
orca/network.py
orca/openings.py
orca/replay.py
orca/samples.py
orca/scrape.py
orca/search.py
orca/sft.py
orca/solver.py
orca/threats.py
orca/train.py
orca/transformer_net.py
orca/zoo.py
tests/__init__.py
tests/run_all.py
tests/test_bot.py
tests/test_game.py
tests/test_network.py
tests/test_orca.py
tests/test_pip_install.py
tests/test_training.py