README.md
pyproject.toml
arena_sdk/__init__.py
arena_sdk/cli.py
arena_sdk/features.py
arena_sdk/init_project.py
arena_sdk/loader.py
arena_sdk/opponents.py
arena_sdk/pack.py
arena_sdk/public_examples/basic_bot/bot.py
arena_sdk/public_examples/basic_bot/__pycache__/bot.cpython-314.pyc
arena_sdk/public_examples/starter_bot/bot.py
arena_sdk/public_examples/starter_bot/__pycache__/bot.cpython-314.pyc
arena_sdk/templates/README.md
arena_sdk/templates/bot.py
arena_sdk/templates/gitignore
arena_sdk/templates/requirements.txt
i151_arena_sdk.egg-info/PKG-INFO
i151_arena_sdk.egg-info/SOURCES.txt
i151_arena_sdk.egg-info/dependency_links.txt
i151_arena_sdk.egg-info/entry_points.txt
i151_arena_sdk.egg-info/requires.txt
i151_arena_sdk.egg-info/top_level.txt
tests/test_inference.py
tests/test_init.py
tests/test_loader.py
tests/test_mcts_alphazero.py
tests/test_mcts_bot.py
tests/test_mcts_train.py
tests/test_minmax_search.py
tests/test_pack.py
tests/test_ppo_bot.py
tests/test_rl_policy.py
tests/test_sdk.py